Home
last modified time | relevance | path

Searched refs:GRAPHIC_ROTATE_BUTT (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dconsumer_surface.cpp500 return GraphicTransformType::GRAPHIC_ROTATE_BUTT; in GetTransform()
669 return GraphicTransformType::GRAPHIC_ROTATE_BUTT; in GetTransformHint()
671 GraphicTransformType transformHint = GraphicTransformType::GRAPHIC_ROTATE_BUTT; in GetTransformHint()
674 return GraphicTransformType::GRAPHIC_ROTATE_BUTT; in GetTransformHint()
H A Dbuffer_queue_consumer.cpp177 return GraphicTransformType::GRAPHIC_ROTATE_BUTT; in GetTransform()
H A Dbuffer_queue_producer.cpp623 GraphicTransformType transform = GraphicTransformType::GRAPHIC_ROTATE_BUTT; in GetTransformRemote()
648 GraphicTransformType transformHint = GraphicTransformType::GRAPHIC_ROTATE_BUTT; in GetTransformHintRemote()
1115 transform = GraphicTransformType::GRAPHIC_ROTATE_BUTT; in GetTransform()
1135 transformHint = GraphicTransformType::GRAPHIC_ROTATE_BUTT; in GetTransformHint()
H A Dproducer_surface.cpp825 return GraphicTransformType::GRAPHIC_ROTATE_BUTT; in GetTransform()
827 GraphicTransformType transform = GraphicTransformType::GRAPHIC_ROTATE_BUTT; in GetTransform()
830 return GraphicTransformType::GRAPHIC_ROTATE_BUTT; in GetTransform()
H A Dbuffer_client_producer.cpp510 lastSetTransformType_ = GraphicTransformType::GRAPHIC_ROTATE_BUTT; in SetTransform()
H A Dbuffer_queue.cpp187 config.transform >= GraphicTransformType::GRAPHIC_ROTATE_BUTT) { in CheckRequestConfig()
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dproducer_surface_delegator.h55 GraphicTransformType mLastTransform_ = GraphicTransformType::GRAPHIC_ROTATE_BUTT;
H A Dbuffer_client_producer.h130 GraphicTransformType lastSetTransformType_ = GraphicTransformType::GRAPHIC_ROTATE_BUTT;
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Deffect_surface_adapter.cpp111 return GRAPHIC_ROTATE_BUTT; in GetTransform()
H A Dimage_effect_inner.cpp736 toProducerSurface_->SetTransform(GRAPHIC_ROTATE_BUTT); in SetOutputSurface()
1023 toProducerSurface_->SetTransform(GRAPHIC_ROTATE_BUTT); in SetOutNativeWindow()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h43 {GRAPHIC_ROTATE_BUTT, "12 <uninitialized>"},
594 GraphicTransformType transformType_ = GraphicTransformType::GRAPHIC_ROTATE_BUTT;
/ohos5.0/foundation/multimedia/image_effect/interfaces/inner_api/native/effect/
H A Dimage_effect_inner.h146 GraphicTransformType toProducerTransform_ = GRAPHIC_ROTATE_BUTT;
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dsurface_adapter_impl.cpp206 { TransformTypeAdapter::ROTATE_BUTT, GraphicTransformType::GRAPHIC_ROTATE_BUTT },
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_type.h463 GRAPHIC_ROTATE_BUTT /**< Invalid operation */ enumerator
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H A Dtexture_layer.cpp103 GraphicTransformType transform = GraphicTransformType::GRAPHIC_ROTATE_BUTT; in RotationToTransform()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_consumer_test.cpp243 ASSERT_EQ(consumer->GetTransform(), GraphicTransformType::GRAPHIC_ROTATE_BUTT);
H A Dconsumer_surface_test.cpp1181 ASSERT_EQ(surface_->GetTransform(), GraphicTransformType::GRAPHIC_ROTATE_BUTT);
1988 GraphicTransformType typeSet = GraphicTransformType::GRAPHIC_ROTATE_BUTT;
1992 ASSERT_EQ(typeGet, GraphicTransformType::GRAPHIC_ROTATE_BUTT);
H A Dproducer_surface_test.cpp854 ASSERT_EQ(type, GraphicTransformType::GRAPHIC_ROTATE_BUTT);
1891 .transform = GraphicTransformType::GRAPHIC_ROTATE_BUTT,
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/
H A Dcamera_adapter_impl_test.cpp252 info = listener->GetRotationInfo(GraphicTransformType::GRAPHIC_ROTATE_BUTT);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_surface.cpp59 GraphicTransformType transform = GraphicTransformType::GRAPHIC_ROTATE_BUTT; in ConvertRotation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp208 …if (layerInfo_->GetTransformType() == GraphicTransformType::GRAPHIC_ROTATE_BUTT || (doLayerInfoCom… in SetTransformMode()