Searched refs:FLIP_V (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DTransform.h47 FLIP_V = HAL_TRANSFORM_FLIP_V, enumerator in enum:android::Transform::orientation_flags
49 ROT_180 = FLIP_H|FLIP_V,
H A DTransform.cpp151 if (flags & FLIP_V) {
152 V.mType = (FLIP_V << 8) | SCALE;
265 if (d<0) flags |= FLIP_V;
271 if (b>0) flags |= FLIP_V;
289 if (flags & FLIP_V)
370 if (orient&FLIP_V)
371 flags.append("FLIP_V ");

Completed in 40 milliseconds