Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_utils.cpp152 case GraphicTransformType::GRAPHIC_FLIP_V_ROT270: in ComputeTransformByMatrix()
240 case GraphicTransformType::GRAPHIC_FLIP_V_ROT270: in ComputeTransformByMatrixV2()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/core/
H A Drender_opengl_renderer.cpp106 case GRAPHIC_FLIP_V_ROT270: in ProcessTransform()
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dsurface_adapter_impl.cpp205 { TransformTypeAdapter::FLIP_V_ROT270, GraphicTransformType::GRAPHIC_FLIP_V_ROT270 },
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_util_test.cpp959 … auto transform = RSBaseRenderUtil::GetFlipTransform(GraphicTransformType::GRAPHIC_FLIP_V_ROT270);
1008 ASSERT_EQ(transform, GraphicTransformType::GRAPHIC_FLIP_V_ROT270);
1031 …= RSBaseRenderUtil::ClockwiseToAntiClockwiseTransform(GraphicTransformType::GRAPHIC_FLIP_V_ROT270);
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h462 GRAPHIC_FLIP_V_ROT270, /**< Flip vertically and rotate 270 degrees */ enumerator
/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A DTestRenderEnvironment.cpp150 type = GraphicTransformType::GRAPHIC_FLIP_V_ROT270;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp1765 case GraphicTransformType::GRAPHIC_FLIP_V_ROT270: { in GetRotateTransform()
1784 case GraphicTransformType::GRAPHIC_FLIP_V_ROT270: { in GetFlipTransform()
1806 return GraphicTransformType::GRAPHIC_FLIP_V_ROT270; in ClockwiseToAntiClockwiseTransform()
1811 case GraphicTransformType::GRAPHIC_FLIP_V_ROT270: { in ClockwiseToAntiClockwiseTransform()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h42 {GRAPHIC_FLIP_V_ROT270, "11 <flip vertically and rotate 270 degrees>"},
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp726 case GraphicTransformType::GRAPHIC_FLIP_V_ROT270: in CacRotationFromTransformType()
771 case GraphicTransformType::GRAPHIC_FLIP_V_ROT270: { in GetFlipTransform()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/
H A Dcamera_adapter_impl_test.cpp250 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_V_ROT270);
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_impl.cpp986 case GraphicTransformType::GRAPHIC_FLIP_V_ROT270: { in GetRotationInfo()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp531 GraphicTransformType::GRAPHIC_FLIP_H_ROT270, GraphicTransformType::GRAPHIC_FLIP_V_ROT270,
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_visitor_test.cpp1194 transform = GraphicTransformType::GRAPHIC_FLIP_V_ROT270;