Home
last modified time | relevance | path

Searched refs:GRAPHIC_FLIP_H (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dsurface_utils_test.cpp215 GraphicTransformType transform = GraphicTransformType::GRAPHIC_FLIP_H;
254 GraphicTransformType transform = GraphicTransformType::GRAPHIC_FLIP_H;
H A Dbuffer_queue_producer_test.cpp556 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 Drs_base_render_util.cpp1355 …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 Drs_uni_render_processor.cpp323 case GraphicTransformType::GRAPHIC_FLIP_H: [[fallthrough]]; in ProcessLayerSetCropRect()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_utils.cpp131 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 Drs_base_render_util_test.cpp802 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 Dhstream_repeat.cpp722 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 Dsurface_adapter_impl.cpp198 { TransformTypeAdapter::FLIP_H, GraphicTransformType::GRAPHIC_FLIP_H },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp767 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 Dsurface_type.h455 GRAPHIC_FLIP_H, /**< Flip horizontally */ enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h35 {GRAPHIC_FLIP_H, "4 <flip horizontally>"},
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/
H A Dcamera_adapter_impl_test.cpp236 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_H);
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_impl.cpp965 case GraphicTransformType::GRAPHIC_FLIP_H: { 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,
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_visitor_test.cpp1198 transform = GraphicTransformType::GRAPHIC_FLIP_H;