Searched refs:imageInterpolationTable (Results 1 – 1 of 1) sorted by relevance
347 static const LinearEnumMapNode<ImageInterpolation, std::string> imageInterpolationTable[] = { in ConvertWrapImageInterpolationToString() local354 …auto index = BinarySearchFindIndex(imageInterpolationTable, ArraySize(imageInterpolationTable), im… in ConvertWrapImageInterpolationToString()355 return index < 0 ? "ImageInterpolation.None" : imageInterpolationTable[index].value; in ConvertWrapImageInterpolationToString()