Searched refs:screenRotationEnumToIntMap (Results 1 – 1 of 1) sorted by relevance
1822 static const std::map<ScreenRotation, int> screenRotationEnumToIntMap = { in RotateEnumToInt() local1825 auto iter = screenRotationEnumToIntMap.find(rotation); in RotateEnumToInt()1826 return iter != screenRotationEnumToIntMap.end() ? iter->second : 0; in RotateEnumToInt()