HomeSort by relevance Sort by last modified time
    Searched refs:ROT_270 (Results 1 - 10 of 10) sorted by null

  /frameworks/native/services/surfaceflinger/
Transform.h 50 ROT_270 = ROT_180|ROT_90,
DisplayDevice.cpp 469 transform = Transform::ROT_270;
490 flags = Transform::ROT_270;
598 transform = Transform::ROT_270;
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp     [all...]
  /packages/services/BuiltInPrintService/jni/plugins/
wprint_image.h 43 ROT_270,
wprint_image.c 96 case ROT_270:
103 case ROT_270: {
160 case ROT_270:
179 case ROT_270:
478 case ROT_270:
707 case ROT_270:
714 LOGE("Bad ROT_270 calculations. Erroring out to prevent infinite loop.");
    [all...]
plugin_pcl.c 350 rotation = ((rotation == ROT_0) ? ROT_180 : ROT_270);
  /hardware/interfaces/graphics/common/1.0/
types.hal 530 ROT_270 = FLIP_H | FLIP_V | ROT_90,
    [all...]
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES20RenderEngine.cpp 201 case Transform::ROT_270:
  /hardware/interfaces/graphics/composer/2.1/vts/functional/
VtsHalGraphicsComposerV2_1TargetTest.cpp 776 mWriter->setLayerTransform(Transform::ROT_270);

Completed in 539 milliseconds