Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp1840 static const std::map<int, GraphicTransformType> intToEnumMap = { in RotateEnumToInt() local
1855 auto iter = intToEnumMap.find(angle); in RotateEnumToInt()
1856 … return iter != intToEnumMap.end() ? iter->second : GraphicTransformType::GRAPHIC_ROTATE_NONE; in RotateEnumToInt()