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

/frameworks/native/services/surfaceflinger/
H A DTransform.h47 ROT_180 = FLIP_H|FLIP_V, enumerator in enum:android::Transform::orientation_flags
48 ROT_270 = ROT_180|ROT_90,
H A DTransform.cpp285 if ((flags & ROT_90) || ((flags & ROT_180) == ROT_180))
H A DDisplayDevice.cpp346 flags = Transform::ROT_180;

Completed in 37 milliseconds