Home
last modified time | relevance | path

Searched refs:rotationFlags (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3156 Transform::orientation_flags rotationFlags; in captureScreen() local
3159 rotationFlags = Transform::ROT_0; in captureScreen()
3162 rotationFlags = Transform::ROT_90; in captureScreen()
3165 rotationFlags = Transform::ROT_180; in captureScreen()
3168 rotationFlags = Transform::ROT_270; in captureScreen()
3171 rotationFlags = Transform::ROT_0; in captureScreen()
3232 useIdentityTransform, rotationFlags); in captureScreen()