Searched refs:Rotation270 (Results 1 – 3 of 3) sorted by relevance
23 enum class Rotation { Rotation0 = 0, Rotation90 = 1, Rotation180 = 2, Rotation270 = 3 }; enumerator29 constexpr auto ROTATION_270 = Rotation::Rotation270;