Searched refs:UI_ROTATION_DEGREE (Results 1 – 2 of 2) sorted by relevance
34 case UI_ROTATION_DEGREE::UI_ROTATION_90: // 90: input number 90 in InitRotation()42 case UI_ROTATION_DEGREE::UI_ROTATION_180: // 180: input number 180 in InitRotation()50 case UI_ROTATION_DEGREE::UI_ROTATION_270: // 270: input number 270 in InitRotation()68 void UiRotation::SetDegree(UI_ROTATION_DEGREE degree) in SetDegree()85 …if (degree_ == UI_ROTATION_DEGREE::UI_ROTATION_0 || degree_ == UI_ROTATION_DEGREE::UI_ROTATION_180… in RotateWidthHeight()101 if (degree_ == UI_ROTATION_DEGREE::UI_ROTATION_0) { in RotateBuffer()126 if (degree_ == UI_ROTATION_DEGREE::UI_ROTATION_0) { in RotateXY()
25 enum class UI_ROTATION_DEGREE { enum38 void SetDegree(UI_ROTATION_DEGREE degree);57 UI_ROTATION_DEGREE degree_ {UI_ROTATION_DEGREE::UI_ROTATION_0};