ANativeWindowTransform

Transforms that can be applied to buffers as they are displayed to a window.

Supported transforms are any combination of horizontal mirror, vertical mirror, and clockwise 90 degree rotation, in that order. Rotations of 180 and 270 degrees are made up of those basic transforms.

Values

ValueMeaning
ANATIVEWINDOW_TRANSFORM_IDENTITY0
ANATIVEWINDOW_TRANSFORM_MIRROR_HORIZONTAL1
ANATIVEWINDOW_TRANSFORM_MIRROR_VERTICAL2
ANATIVEWINDOW_TRANSFORM_ROTATE_904
ANATIVEWINDOW_TRANSFORM_ROTATE_1803
ANATIVEWINDOW_TRANSFORM_ROTATE_2707

Meta