Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DDisplayDevice.h336 const uint32_t rotate90 = orientationFlag & ui::Transform::ROT_90; in applyDeviceOrientation() local
340 if (rotate90 & inverseRotate90) { in applyDeviceOrientation()
344 return static_cast<RotationFlags>((rotate90 ^ inverseRotate90) | in applyDeviceOrientation()