Searched refs:ROT_180 (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DTransform.h49 ROT_180 = FLIP_H|FLIP_V, enumerator in enum:android::Transform::orientation_flags
50 ROT_270 = ROT_180|ROT_90,
H A DDisplayDevice.cpp436 transform = Transform::ROT_180;
457 flags = Transform::ROT_180;
565 transform = Transform::ROT_180;
H A DTransform.cpp278 if ((flags & ROT_90) || ((flags & ROT_180) == ROT_180))
H A DSurfaceFlinger.cpp3239 rotationFlags = Transform::ROT_180;
H A DSurfaceFlinger_hwc1.cpp3253 rotationFlags = Transform::ROT_180;
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp97 case Transform::ROT_180:
H A DGLES20RenderEngine.cpp104 case Transform::ROT_180:

Completed in 121 milliseconds