/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_ohos_image_decoder_adapter_impl.cpp | 41 int32_t ArkOhosImageDecoderAdapterImpl::GetImageHeight() in GetImageHeight() function in OHOS::ArkWeb::ArkOhosImageDecoderAdapterImpl 43 return real_->GetImageHeight(); in GetImageHeight()
|
H A D | ark_ohos_image_decoder_adapter_impl.h | 32 int32_t GetImageHeight() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_ohos_image_decoder_adapter_wrapper.cpp | 42 int32_t ArkOhosImageDecoderAdapterWrapper::GetImageHeight() in GetImageHeight() function in OHOS::ArkWeb::ArkOhosImageDecoderAdapterWrapper 44 return ctocpp_->GetImageHeight(); in GetImageHeight()
|
H A D | ark_ohos_image_decoder_adapter_wrapper.h | 34 int32_t GetImageHeight() override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | side_bar_container_component.cpp | 91 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 D | ark_ohos_image_decoder_adapter.h | 38 virtual int32_t GetImageHeight() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | ohos_image_decoder_adapter.h | 43 virtual int32_t GetImageHeight() = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/ohos_image_adapter/include/ |
H A D | ohos_image_decoder_adapter_impl.h | 40 int32_t GetImageHeight() override;
|
/ohos5.0/base/web/webview/ohos_adapter/ohos_image_adapter/src/ |
H A D | ohos_image_decoder_adapter_impl.cpp | 87 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 D | side_bar_declaration.h | 101 double GetImageHeight() in GetImageHeight() function
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_image_adapter/ |
H A D | ohos_image_decoder_adapter_test.cpp | 243 int32_t heigth = imageDecoderAdapterImpl.GetImageHeight();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 2615 auto height = pattern.GetImageHeight(); 2659 auto height = pattern.GetImageHeight();
|
H A D | rosen_render_offscreen_canvas.cpp | 1156 auto height = pattern.GetImageHeight(); in UpdatePaintShader() 1200 auto height = pattern.GetImageHeight(); in UpdatePaintShader()
|