/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | surface_utils_test.cpp | 215 GraphicTransformType transform = GraphicTransformType::GRAPHIC_FLIP_H; 254 GraphicTransformType transform = GraphicTransformType::GRAPHIC_FLIP_H;
|
H A D | buffer_queue_producer_test.cpp | 556 GraphicTransformType transform = GraphicTransformType::GRAPHIC_FLIP_H; 612 …EXPECT_EQ(bqpTmp->SetTransform(GraphicTransformType::GRAPHIC_FLIP_H), OHOS::GSERROR_INVALID_ARGUME… 645 GraphicTransformType transform = GraphicTransformType::GRAPHIC_FLIP_H;
|
/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() 1362 case GraphicTransformType::GRAPHIC_FLIP_H: { in FlipMatrix() 1752 case GraphicTransformType::GRAPHIC_FLIP_H: in GetRotateTransform() 1780 return GraphicTransformType::GRAPHIC_FLIP_H; in GetFlipTransform() 1844 {{0, GraphicTransformType::GRAPHIC_FLIP_H}, GraphicTransformType::GRAPHIC_FLIP_H}, in RotateEnumToInt() 1846 {{90, GraphicTransformType::GRAPHIC_FLIP_H}, GraphicTransformType::GRAPHIC_FLIP_V_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() 1850 {{270, GraphicTransformType::GRAPHIC_FLIP_H}, GraphicTransformType::GRAPHIC_FLIP_H_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 | 323 case GraphicTransformType::GRAPHIC_FLIP_H: [[fallthrough]]; in ProcessLayerSetCropRect()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_utils.cpp | 131 case GraphicTransformType::GRAPHIC_FLIP_H: in ComputeTransformByMatrix() 219 case GraphicTransformType::GRAPHIC_FLIP_H: in ComputeTransformByMatrixV2()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_base_render_util_test.cpp | 802 surface->SetTransform(GraphicTransformType::GRAPHIC_FLIP_H); 912 ASSERT_EQ(transform, GraphicTransformType::GRAPHIC_FLIP_H); 924 ASSERT_EQ(transform, GraphicTransformType::GRAPHIC_FLIP_H); 936 ASSERT_EQ(transform, GraphicTransformType::GRAPHIC_FLIP_H); 1173 GraphicTransformType flip = GraphicTransformType::GRAPHIC_FLIP_H;
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_repeat.cpp | 722 ret = producer_->SetTransform(GRAPHIC_FLIP_H); in ProcessFixedDiffDeviceTransform() 753 ret = producer_->SetTransform(GRAPHIC_FLIP_H); in ProcessVerticalCameraPosition() 808 ret = producer_->SetTransform(GRAPHIC_FLIP_H); in ProcessCameraPosition()
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/ |
H A D | surface_adapter_impl.cpp | 198 { TransformTypeAdapter::FLIP_H, GraphicTransformType::GRAPHIC_FLIP_H },
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread_visitor.cpp | 767 return GraphicTransformType::GRAPHIC_FLIP_H; in GetFlipTransform() 783 …if (type != GraphicTransformType::GRAPHIC_FLIP_H && type != GraphicTransformType::GRAPHIC_FLIP_V) { in FlipMatrix() 789 if (GraphicTransformType::GRAPHIC_FLIP_H) { in FlipMatrix()
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | surface_type.h | 455 GRAPHIC_FLIP_H, /**< Flip horizontally */ enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_layer_info.h | 35 {GRAPHIC_FLIP_H, "4 <flip horizontally>"},
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/ |
H A D | camera_adapter_impl_test.cpp | 236 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_H);
|
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/ |
H A D | camera_manager_adapter_impl.cpp | 965 case GraphicTransformType::GRAPHIC_FLIP_H: { 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,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
H A D | rs_render_thread_visitor_test.cpp | 1198 transform = GraphicTransformType::GRAPHIC_FLIP_H;
|