/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_ohos_image_decoder_adapter_impl.cpp | 36 int32_t ArkOhosImageDecoderAdapterImpl::GetImageWidth() in GetImageWidth() function in OHOS::ArkWeb::ArkOhosImageDecoderAdapterImpl 38 return real_->GetImageWidth(); in GetImageWidth()
|
H A D | ark_ohos_image_decoder_adapter_impl.h | 31 int32_t GetImageWidth() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_ohos_image_decoder_adapter_wrapper.cpp | 37 int32_t ArkOhosImageDecoderAdapterWrapper::GetImageWidth() in GetImageWidth() function in OHOS::ArkWeb::ArkOhosImageDecoderAdapterWrapper 39 return ctocpp_->GetImageWidth(); in GetImageWidth()
|
H A D | ark_ohos_image_decoder_adapter_wrapper.h | 33 int32_t GetImageWidth() override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | side_bar_container_component.cpp | 90 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 D | ark_ohos_image_decoder_adapter.h | 35 virtual int32_t GetImageWidth() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | ohos_image_decoder_adapter.h | 41 virtual int32_t GetImageWidth() = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/ohos_image_adapter/include/ |
H A D | ohos_image_decoder_adapter_impl.h | 39 int32_t GetImageWidth() override;
|
/ohos5.0/base/web/webview/ohos_adapter/ohos_image_adapter/src/ |
H A D | ohos_image_decoder_adapter_impl.cpp | 82 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 D | side_bar_declaration.h | 89 double GetImageWidth() in GetImageWidth() function
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_image_adapter/ |
H A D | ohos_image_decoder_adapter_test.cpp | 224 int32_t width = imageDecoderAdapterImpl.GetImageWidth();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 2614 auto width = pattern.GetImageWidth(); 2658 auto width = pattern.GetImageWidth();
|
H A D | rosen_render_offscreen_canvas.cpp | 1155 auto width = pattern.GetImageWidth(); in UpdatePaintShader() 1199 auto width = pattern.GetImageWidth(); in UpdatePaintShader()
|