Home
last modified time | relevance | path

Searched refs:imageInterpolationTable (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dutils.h347 static const LinearEnumMapNode<ImageInterpolation, std::string> imageInterpolationTable[] = { in ConvertWrapImageInterpolationToString() local
354 …auto index = BinarySearchFindIndex(imageInterpolationTable, ArraySize(imageInterpolationTable), im… in ConvertWrapImageInterpolationToString()
355 return index < 0 ? "ImageInterpolation.None" : imageInterpolationTable[index].value; in ConvertWrapImageInterpolationToString()