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

  /frameworks/native/services/surfaceflinger/
Transform.h 47 ROT_180 = FLIP_H|FLIP_V,
48 ROT_270 = ROT_180|ROT_90,
Transform.cpp 286 if ((flags & ROT_90) || ((flags & ROT_180) == ROT_180))
SurfaceFlinger.cpp     [all...]

Completed in 169 milliseconds