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.cpp447 transform = Transform::ROT_180;
468 flags = Transform::ROT_180;
576 transform = Transform::ROT_180;
H A DTransform.cpp285 if ((flags & ROT_90) || ((flags & ROT_180) == ROT_180))
H A DSurfaceFlinger.cpp3464 rotationFlags = Transform::ROT_180;
H A DSurfaceFlinger_hwc1.cpp3357 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 95 milliseconds