Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3025 Transform::orientation_flags rotationFlags; in captureScreen() local
3028 rotationFlags = Transform::ROT_0; in captureScreen()
3031 rotationFlags = Transform::ROT_90; in captureScreen()
3034 rotationFlags = Transform::ROT_180; in captureScreen()
3037 rotationFlags = Transform::ROT_270; in captureScreen()
3040 rotationFlags = Transform::ROT_0; in captureScreen()
3101 useIdentityTransform, rotationFlags); in captureScreen()