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.h46 FLIP_H = HAL_TRANSFORM_FLIP_H, enumerator in enum:android::Transform::orientation_flags
49 ROT_180 = FLIP_H|FLIP_V,
H A DTransform.cpp147 if (flags & FLIP_H) {
148 H.mType = (FLIP_H << 8) | SCALE;
261 if (a<0) flags |= FLIP_H;
269 if (c<0) flags |= FLIP_H;
284 if (flags & FLIP_H)
369 if (orient&FLIP_H)
370 flags.append("FLIP_H ");

Completed in 23 milliseconds