HomeSort by relevance Sort by last modified time
    Searched refs:FLIP_H (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/surfaceflinger/tests/transform/
TransformTest.cpp 25 Transform trFH(Transform::FLIP_H);
28 Transform tr90FH(Transform::ROT_90 | Transform::FLIP_H);
  /frameworks/native/services/surfaceflinger/
Transform.h 44 FLIP_H = HAL_TRANSFORM_FLIP_H,
47 ROT_180 = FLIP_H|FLIP_V,
Transform.cpp 147 if (flags & FLIP_H) {
148 H.mType = (FLIP_H << 8) | SCALE;
265 if (a<0) flags |= FLIP_H;
273 if (c<0) flags |= FLIP_H;
288 if (flags & FLIP_H)
334 if (orient&FLIP_H)
335 flags.append("FLIP_H ");

Completed in 44 milliseconds