Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp1355 …if (type != GraphicTransformType::GRAPHIC_FLIP_H && type != GraphicTransformType::GRAPHIC_FLIP_V) { in FlipMatrix()
1366 case GraphicTransformType::GRAPHIC_FLIP_V: { in FlipMatrix()
1753 case GraphicTransformType::GRAPHIC_FLIP_V: { in GetRotateTransform()
1785 return GraphicTransformType::GRAPHIC_FLIP_V; in GetFlipTransform()
1845 {{0, GraphicTransformType::GRAPHIC_FLIP_V}, GraphicTransformType::GRAPHIC_FLIP_V}, in RotateEnumToInt()
1847 {{90, GraphicTransformType::GRAPHIC_FLIP_V}, GraphicTransformType::GRAPHIC_FLIP_H_ROT90}, in RotateEnumToInt()
1848 {{180, GraphicTransformType::GRAPHIC_FLIP_H}, GraphicTransformType::GRAPHIC_FLIP_V}, in RotateEnumToInt()
1849 {{180, GraphicTransformType::GRAPHIC_FLIP_V}, GraphicTransformType::GRAPHIC_FLIP_H}, in RotateEnumToInt()
1851 {{270, GraphicTransformType::GRAPHIC_FLIP_V}, GraphicTransformType::GRAPHIC_FLIP_V_ROT90}, in RotateEnumToInt()
1854 …if (flip != GraphicTransformType::GRAPHIC_FLIP_H && flip != GraphicTransformType::GRAPHIC_FLIP_V) { in RotateEnumToInt()
H A Drs_uni_render_processor.cpp338 case GraphicTransformType::GRAPHIC_FLIP_V: [[fallthrough]]; in ProcessLayerSetCropRect()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_utils.cpp134 case GraphicTransformType::GRAPHIC_FLIP_V: in ComputeTransformByMatrix()
222 case GraphicTransformType::GRAPHIC_FLIP_V: in ComputeTransformByMatrixV2()
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dsurface_adapter_impl.cpp199 { TransformTypeAdapter::FLIP_V, GraphicTransformType::GRAPHIC_FLIP_V },
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_base_render_util_test.cpp828 surface->SetTransform(GraphicTransformType::GRAPHIC_FLIP_V);
948 ASSERT_EQ(transform, GraphicTransformType::GRAPHIC_FLIP_V);
960 ASSERT_EQ(transform, GraphicTransformType::GRAPHIC_FLIP_V);
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h456 GRAPHIC_FLIP_V, /**< Flip vertically */ enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h36 {GRAPHIC_FLIP_V, "5 <flip vertically>"},
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp772 return GraphicTransformType::GRAPHIC_FLIP_V; in GetFlipTransform()
783 …if (type != GraphicTransformType::GRAPHIC_FLIP_H && type != GraphicTransformType::GRAPHIC_FLIP_V) { in FlipMatrix()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/
H A Dcamera_adapter_impl_test.cpp238 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_V);
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_impl.cpp968 case GraphicTransformType::GRAPHIC_FLIP_V: { in GetRotationInfo()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp528 GraphicTransformType::GRAPHIC_FLIP_H, GraphicTransformType::GRAPHIC_FLIP_V,