Searched refs:rotationFlags (Results 1 – 5 of 5) sorted by relevance
155 inline constexpr Rotation Transform::toRotation(Transform::RotationFlags rotationFlags) { in toRotation() argument156 switch (rotationFlags) { in toRotation()
455 static std::string rotationToString(const uint32_t rotationFlags) { in rotationToString() argument456 switch (rotationFlags) { in rotationToString()
2402 const auto rotationFlags = ui::Transform::toRotationFlags(inversePhysicalOrientation); in fillInputInfo() local2403 const ui::Transform undoPhysicalOrientation(rotationFlags, width, height); in fillInputInfo()