Searched refs:ROT_90 (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DTransform.h48 ROT_90 = HAL_TRANSFORM_ROT_90, enumerator in enum:android::Transform::orientation_flags
50 ROT_270 = ROT_180|ROT_90,
H A DTransform.cpp138 if (flags & ROT_90) {
159 if (flags & ROT_90) {
161 R.mType = (ROT_90 << 8) | ROTATE;
270 flags |= ROT_90;
285 if ((flags & ROT_90) || ((flags & ROT_180) == ROT_180))
365 if (orient&ROT_90) {
366 flags.append("ROT_90 ");
H A DDisplayDevice.cpp444 transform = Transform::ROT_90;
465 flags = Transform::ROT_90;
524 if (R.getOrientation() & Transform::ROT_90) {
573 transform = Transform::ROT_90;
H A DSurfaceFlinger.cpp3461 rotationFlags = Transform::ROT_90;
3618 if (rotation & Transform::ROT_90) {
H A DSurfaceFlinger_hwc1.cpp3354 rotationFlags = Transform::ROT_90;
3513 if (rotation & Transform::ROT_90) {
H A DLayer.cpp1880 if (item.mTransform & Transform::ROT_90) {
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp94 case Transform::ROT_90:
H A DGLES20RenderEngine.cpp101 case Transform::ROT_90:

Completed in 96 milliseconds