Searched refs:ROTATION_270 (Results 1 – 11 of 11) sorted by relevance
54 ROTATION_270, enumerator
106 ROTATION_270, enumerator
31 constexpr uint32_t ROTATION_270 = 270; variable226 …aram.rotation != ROTATION_90 && param.rotation != ROTATION_180 && param.rotation != ROTATION_270) { in ConfigureRotationAngle()
198 ROTATION_270 = 270 enumerator462 case ROTATION_270: in MapImageRotationFromJs()
126 if (rotation_ == ScreenRotation::ROTATION_90 || rotation_ == ScreenRotation::ROTATION_270) { in ProcessSurface()283 case ScreenRotation::ROTATION_270: { in GetLayerTransform()391 case ScreenRotation::ROTATION_270: { in OnRotate()
116 if (rotation == ScreenRotation::ROTATION_90 || rotation == ScreenRotation::ROTATION_270) { in CreatePixelMapByDisplayNode()
237 return isVerticalScreen ? Rotation::ROTATION_180 : Rotation::ROTATION_270; in CalcRotation()240 return isVerticalScreen ? Rotation::ROTATION_270 : Rotation::ROTATION_180; in CalcRotation()
181 case Rotation::ROTATION_270: in UpdateDisplayDirection()
711 ROTATION_270 = 270
528 case ScreenRotation::ROTATION_270: { in UpdateRotationMatrix()
537 res = rsInterfaces->RequestRotation(screenId, ScreenRotation::ROTATION_270);