Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5722 ui::Transform::orientation_flags captureOrientation; in captureScreen() local
5733 captureOrientation = fromSurfaceComposerRotation( in captureScreen()
5735 if (captureOrientation == ui::Transform::orientation_flags::ROT_90) { in captureScreen()
5736 captureOrientation = ui::Transform::orientation_flags::ROT_270; in captureScreen()
5737 } else if (captureOrientation == ui::Transform::orientation_flags::ROT_270) { in captureScreen()
5738 captureOrientation = ui::Transform::orientation_flags::ROT_90; in captureScreen()
5744 DisplayRenderArea renderArea(display, Rect(), width, height, *outDataspace, captureOrientation, in captureScreen()