/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_utils.cpp | 137 case GraphicTransformType::GRAPHIC_FLIP_H_ROT90: in ComputeTransformByMatrix() 225 case GraphicTransformType::GRAPHIC_FLIP_H_ROT90: in ComputeTransformByMatrixV2()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/ |
H A D | frame_record.h | 202 { GRAPHIC_FLIP_H_ROT90, 90 },
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_base_render_util_test.cpp | 863 surface->SetTransform(GraphicTransformType::GRAPHIC_FLIP_H_ROT90); 910 surface->SetTransform(GraphicTransformType::GRAPHIC_FLIP_H_ROT90); 995 … = RSBaseRenderUtil::ClockwiseToAntiClockwiseTransform(GraphicTransformType::GRAPHIC_FLIP_H_ROT90); 1020 ASSERT_EQ(transform, GraphicTransformType::GRAPHIC_FLIP_H_ROT90);
|
H A D | rs_uni_render_composer_adapter_test.cpp | 497 …de->GetRSSurfaceHandler()->GetConsumer()->SetTransform(GraphicTransformType::GRAPHIC_FLIP_H_ROT90); 1113 …de->GetRSSurfaceHandler()->GetConsumer()->SetTransform(GraphicTransformType::GRAPHIC_FLIP_H_ROT90); 1115 GraphicTransformType::GRAPHIC_FLIP_H_ROT90);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_util.cpp | 1756 case GraphicTransformType::GRAPHIC_FLIP_H_ROT90: in GetRotateTransform() 1777 case GraphicTransformType::GRAPHIC_FLIP_H_ROT90: in GetFlipTransform() 1802 case GraphicTransformType::GRAPHIC_FLIP_H_ROT90: { in ClockwiseToAntiClockwiseTransform() 1809 return GraphicTransformType::GRAPHIC_FLIP_H_ROT90; in ClockwiseToAntiClockwiseTransform() 1847 {{90, GraphicTransformType::GRAPHIC_FLIP_V}, GraphicTransformType::GRAPHIC_FLIP_H_ROT90}, in RotateEnumToInt() 1850 {{270, GraphicTransformType::GRAPHIC_FLIP_H}, GraphicTransformType::GRAPHIC_FLIP_H_ROT90}, in RotateEnumToInt()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/core/ |
H A D | render_opengl_renderer.cpp | 73 case GRAPHIC_FLIP_H_ROT90: in ProcessTransform()
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/ |
H A D | surface_adapter_impl.cpp | 200 { TransformTypeAdapter::FLIP_H_ROT90, GraphicTransformType::GRAPHIC_FLIP_H_ROT90 },
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | surface_type.h | 457 GRAPHIC_FLIP_H_ROT90, /**< Flip horizontally and rotate 90 degrees */ enumerator
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestRenderEnvironment.cpp | 132 type = GraphicTransformType::GRAPHIC_FLIP_H_ROT90;
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_repeat.cpp | 757 ret = producer_->SetTransform(GRAPHIC_FLIP_H_ROT90); in ProcessVerticalCameraPosition() 812 ret = producer_->SetTransform(GRAPHIC_FLIP_H_ROT90); in ProcessCameraPosition()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_layer_info.h | 37 {GRAPHIC_FLIP_H_ROT90, "6 <flip horizontally and rotate 90 degrees>"},
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread_visitor.cpp | 717 case GraphicTransformType::GRAPHIC_FLIP_H_ROT90: in CacRotationFromTransformType() 764 case GraphicTransformType::GRAPHIC_FLIP_H_ROT90: in GetFlipTransform()
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/ |
H A D | camera_adapter_impl_test.cpp | 240 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_FLIP_H_ROT90);
|
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/ |
H A D | camera_manager_adapter_impl.cpp | 971 case GraphicTransformType::GRAPHIC_FLIP_H_ROT90: { in GetRotationInfo()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/ |
H A D | native_image_test.cpp | 529 GraphicTransformType::GRAPHIC_FLIP_H_ROT90, GraphicTransformType::GRAPHIC_FLIP_V_ROT90,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
H A D | rs_render_thread_visitor_test.cpp | 1174 GraphicTransformType transform = GraphicTransformType::GRAPHIC_FLIP_H_ROT90;
|