Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2981 Transform::orientation_flags rotationFlags; in captureScreen() local
2984 rotationFlags = Transform::ROT_0; in captureScreen()
2987 rotationFlags = Transform::ROT_90; in captureScreen()
2990 rotationFlags = Transform::ROT_180; in captureScreen()
2993 rotationFlags = Transform::ROT_270; in captureScreen()
2996 rotationFlags = Transform::ROT_0; in captureScreen()
3057 useIdentityTransform, rotationFlags); in captureScreen()