Searched refs:FLIP_H (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/transform/
H A DTransformTest.cpp25 Transform trFH(Transform::FLIP_H);
28 Transform tr90FH(Transform::ROT_90 | Transform::FLIP_H);
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp147 if (flags & FLIP_H) {
148 H.mType = (FLIP_H << 8) | SCALE;
264 if (a<0) flags |= FLIP_H;
272 if (c<0) flags |= FLIP_H;
287 if (flags & FLIP_H)
333 if (orient&FLIP_H)
334 flags.append("FLIP_H ");
H A DTransform.h44 FLIP_H = HAL_TRANSFORM_FLIP_H, enumerator in enum:android::Transform::orientation_flags
47 ROT_180 = FLIP_H|FLIP_V,

Completed in 53 milliseconds