Home
last modified time | relevance | path

Searched refs:GetImageWidth (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.cpp36 int32_t ArkOhosImageDecoderAdapterImpl::GetImageWidth() in GetImageWidth() function in OHOS::ArkWeb::ArkOhosImageDecoderAdapterImpl
38 return real_->GetImageWidth(); in GetImageWidth()
H A Dark_ohos_image_decoder_adapter_impl.h31 int32_t GetImageWidth() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_image_decoder_adapter_wrapper.cpp37 int32_t ArkOhosImageDecoderAdapterWrapper::GetImageWidth() in GetImageWidth() function in OHOS::ArkWeb::ArkOhosImageDecoderAdapterWrapper
39 return ctocpp_->GetImageWidth(); in GetImageWidth()
H A Dark_ohos_image_decoder_adapter_wrapper.h33 int32_t GetImageWidth() override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_container_component.cpp90 btnbox->SetWidth(Dimension(declaration_->GetImageWidth(), DimensionUnit::VP)); in Build()
128 return declaration_->GetImageWidth(); in GetButtonWidth()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_image_decoder_adapter.h35 virtual int32_t GetImageWidth() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_image_decoder_adapter.h41 virtual int32_t GetImageWidth() = 0;
/ohos5.0/base/web/webview/ohos_adapter/ohos_image_adapter/include/
H A Dohos_image_decoder_adapter_impl.h39 int32_t GetImageWidth() override;
/ohos5.0/base/web/webview/ohos_adapter/ohos_image_adapter/src/
H A Dohos_image_decoder_adapter_impl.cpp82 int32_t OhosImageDecoderAdapterImpl::GetImageWidth() in GetImageWidth() function in OHOS::NWeb::OhosImageDecoderAdapterImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/side_bar/
H A Dside_bar_declaration.h89 double GetImageWidth() in GetImageWidth() function
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_image_adapter/
H A Dohos_image_decoder_adapter_test.cpp224 int32_t width = imageDecoderAdapterImpl.GetImageWidth();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp2614 auto width = pattern.GetImageWidth();
2658 auto width = pattern.GetImageWidth();
H A Drosen_render_offscreen_canvas.cpp1155 auto width = pattern.GetImageWidth(); in UpdatePaintShader()
1199 auto width = pattern.GetImageWidth(); in UpdatePaintShader()