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 D | rs_base_render_util.cpp | 1355 …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 D | rs_uni_render_processor.cpp | 338 case GraphicTransformType::GRAPHIC_FLIP_V: [[fallthrough]]; in ProcessLayerSetCropRect()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_utils.cpp | 134 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 D | surface_adapter_impl.cpp | 199 { TransformTypeAdapter::FLIP_V, GraphicTransformType::GRAPHIC_FLIP_V },
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_base_render_util_test.cpp | 828 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 D | surface_type.h | 456 GRAPHIC_FLIP_V, /**< Flip vertically */ enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_layer_info.h | 36 {GRAPHIC_FLIP_V, "5 <flip vertically>"},
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread_visitor.cpp | 772 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 D | camera_adapter_impl_test.cpp | 238 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_V);
|
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/ |
H A D | camera_manager_adapter_impl.cpp | 968 case GraphicTransformType::GRAPHIC_FLIP_V: { in GetRotationInfo()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/ |
H A D | native_image_test.cpp | 528 GraphicTransformType::GRAPHIC_FLIP_H, GraphicTransformType::GRAPHIC_FLIP_V,
|