Home
last modified time | relevance | path

Searched refs:GetImageHeight (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_image_decoder_adapter_impl.cpp41 int32_t ArkOhosImageDecoderAdapterImpl::GetImageHeight() in GetImageHeight() function in OHOS::ArkWeb::ArkOhosImageDecoderAdapterImpl
43 return real_->GetImageHeight(); in GetImageHeight()
H A Dark_ohos_image_decoder_adapter_impl.h32 int32_t GetImageHeight() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_image_decoder_adapter_wrapper.cpp42 int32_t ArkOhosImageDecoderAdapterWrapper::GetImageHeight() in GetImageHeight() function in OHOS::ArkWeb::ArkOhosImageDecoderAdapterWrapper
44 return ctocpp_->GetImageHeight(); in GetImageHeight()
H A Dark_ohos_image_decoder_adapter_wrapper.h34 int32_t GetImageHeight() override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.cpp91 btnbox->SetHeight(Dimension(declaration_->GetImageHeight(), DimensionUnit::VP)); in Build()
133 return declaration_->GetImageHeight(); in GetButtonHeight()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_image_decoder_adapter.h38 virtual int32_t GetImageHeight() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_image_decoder_adapter.h43 virtual int32_t GetImageHeight() = 0;
/ohos5.0/base/web/webview/ohos_adapter/ohos_image_adapter/include/
H A Dohos_image_decoder_adapter_impl.h40 int32_t GetImageHeight() override;
/ohos5.0/base/web/webview/ohos_adapter/ohos_image_adapter/src/
H A Dohos_image_decoder_adapter_impl.cpp87 int32_t OhosImageDecoderAdapterImpl::GetImageHeight() in GetImageHeight() function in OHOS::NWeb::OhosImageDecoderAdapterImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/side_bar/
H A Dside_bar_declaration.h101 double GetImageHeight() in GetImageHeight() function
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_image_adapter/
H A Dohos_image_decoder_adapter_test.cpp243 int32_t heigth = imageDecoderAdapterImpl.GetImageHeight();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp2615 auto height = pattern.GetImageHeight();
2659 auto height = pattern.GetImageHeight();
H A Drosen_render_offscreen_canvas.cpp1156 auto height = pattern.GetImageHeight(); in UpdatePaintShader()
1200 auto height = pattern.GetImageHeight(); in UpdatePaintShader()