Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5601 ui::Transform::orientation_flags captureOrientation; in captureScreen() local
5612 captureOrientation = fromSurfaceComposerRotation( in captureScreen()
5614 if (captureOrientation == ui::Transform::orientation_flags::ROT_90) { in captureScreen()
5615 captureOrientation = ui::Transform::orientation_flags::ROT_270; in captureScreen()
5616 } else if (captureOrientation == ui::Transform::orientation_flags::ROT_270) { in captureScreen()
5617 captureOrientation = ui::Transform::orientation_flags::ROT_90; in captureScreen()
5623 DisplayRenderArea renderArea(display, Rect(), width, height, *outDataspace, captureOrientation, in captureScreen()