/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_buffer_request_config_adapter_impl.cpp | 60 int32_t ArkBufferRequestConfigAdapterImpl::GetTransformType() in GetTransformType() function in OHOS::ArkWeb::ArkBufferRequestConfigAdapterImpl 62 return (int32_t)real_->GetTransformType(); in GetTransformType()
|
H A D | ark_buffer_request_config_adapter_impl.h | 43 int32_t GetTransformType() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_buffer_request_config_adapter_wrapper.cpp | 62 NWeb::TransformTypeAdapter ArkBufferRequestConfigAdapterWrapper::GetTransformType() in GetTransformType() function in OHOS::ArkWeb::ArkBufferRequestConfigAdapterWrapper 64 return (NWeb::TransformTypeAdapter)ctocpp_->GetTransformType(); in GetTransformType()
|
H A D | ark_buffer_request_config_adapter_wrapper.h | 43 NWeb::TransformTypeAdapter GetTransformType() override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_svg_animate.cpp | 66 animateComponent_->SetTransformType(declaration->GetTransformType()); in SetAnimateAttrs()
|
H A D | dom_node.h | 904 std::string GetTransformType(const std::unique_ptr<JsonValue>& transformJson);
|
H A D | dom_node.cpp | 824 std::string DOMNode::GetTransformType(const std::unique_ptr<JsonValue>& transformJson) in GetTransformType() function in OHOS::Ace::Framework::DOMNode 854 std::string typeKey = node.GetTransformType(transformJson->GetArrayItem(index)); in SetTransform()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdilayerinfo_test.cpp | 133 …ASSERT_EQ(HdiLayerInfoTest::hdiLayerInfo_->GetTransformType(), GraphicTransformType::GRAPHIC_ROTAT… 137 …ASSERT_EQ(HdiLayerInfoTest::hdiLayerInfo_->GetTransformType(), GraphicTransformType::GRAPHIC_ROTAT… 141 …ASSERT_EQ(HdiLayerInfoTest::hdiLayerInfo_->GetTransformType(), GraphicTransformType::GRAPHIC_ROTAT…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_layer.cpp | 208 …if (layerInfo_->GetTransformType() == GraphicTransformType::GRAPHIC_ROTATE_BUTT || (doLayerInfoCom… in SetTransformMode() 209 layerInfo_->GetTransformType() == prevLayerInfo_->GetTransformType())) { in SetTransformMode() 213 GraphicTransformType transFormType = layerInfo_->GetTransformType(); in SetTransformMode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_layer_info.h | 270 GraphicTransformType GetTransformType() const in GetTransformType() function 480 transformType_ = layerInfo->GetTransformType(); in CopyLayerInfo()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_graphic_adapter.h | 74 virtual int32_t GetTransformType() = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_animate_declaration.h | 209 const std::string& GetTransformType() const in GetTransformType() function
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | graphic_adapter.h | 145 virtual TransformTypeAdapter GetTransformType() = 0;
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/ |
H A D | surface_adapter_impl_test.cpp | 117 TransformTypeAdapter GetTransformType() override in GetTransformType() function in OHOS::NWeb::BufferRequestConfigAdapterMock
|
/ohos5.0/base/web/webview/ohos_adapter/graphic_adapter/src/ |
H A D | surface_adapter_impl.cpp | 261 config.transform = TransToTransformType(configAdapter->GetTransformType()); in TransToBufferConfig()
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/ |
H A D | media_codec_encoder_adapter_impl_test.cpp | 143 TransformTypeAdapter GetTransformType() override in GetTransformType() function in OHOS::NWeb::BufferRequestConfigAdapterMock
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animation_util.cpp | 68 std::string GetTransformType(const std::unique_ptr<JsonValue>& transformJson) in GetTransformType() function 469 std::string typeKey = GetTransformType(transformJson->GetArrayItem(index)); in KeyframesAddKeyFrame()
|
H A D | svg_animate.h | 364 const std::string& GetTransformType() const in GetTransformType() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.h | 486 std::string GetTransformType(const std::unique_ptr<JsonValue>& transformJson);
|
H A D | declaration.cpp | 3168 std::string Declaration::GetTransformType(const std::unique_ptr<JsonValue>& transformJson) in GetTransformType() function in OHOS::Ace::Declaration
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/ |
H A D | parse_test_ng.cpp | 1800 EXPECT_EQ(svgAnimation->GetTransformType(), "rotate"); 1845 EXPECT_EQ(svgAnimation->GetTransformType(), "rotate");
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.cpp | 668 auto layerTransform = layer->GetTransformType(); in CreateLayerBufferDrawParam()
|