Home
last modified time | relevance | path

Searched refs:GetPlanesCount (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_ohos_image_decoder_adapter_impl.cpp84 int32_t ArkOhosImageDecoderAdapterImpl::GetPlanesCount() in GetPlanesCount() function in OHOS::ArkWeb::ArkOhosImageDecoderAdapterImpl
86 return real_->GetPlanesCount(); in GetPlanesCount()
H A Dark_ohos_image_decoder_adapter_impl.h40 int32_t GetPlanesCount() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_image_decoder_adapter_wrapper.cpp86 int32_t ArkOhosImageDecoderAdapterWrapper::GetPlanesCount() in GetPlanesCount() function in OHOS::ArkWeb::ArkOhosImageDecoderAdapterWrapper
88 return ctocpp_->GetPlanesCount(); in GetPlanesCount()
H A Dark_ohos_image_decoder_adapter_wrapper.h42 int32_t GetPlanesCount() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_ohos_image_decoder_adapter.h59 virtual int32_t GetPlanesCount() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dohos_image_decoder_adapter.h57 virtual int32_t GetPlanesCount() = 0;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_image_adapter/
H A Dohos_image_decoder_adapter_test.cpp454 int32_t planesCount = imageDecoderAdapterImpl.GetPlanesCount();
460 planesCount = imageDecoderAdapterImpl.GetPlanesCount();
465 planesCount = imageDecoderAdapterImpl.GetPlanesCount();
/ohos5.0/base/web/webview/ohos_adapter/ohos_image_adapter/include/
H A Dohos_image_decoder_adapter_impl.h51 int32_t GetPlanesCount() override;
/ohos5.0/base/web/webview/ohos_adapter/ohos_image_adapter/src/
H A Dohos_image_decoder_adapter_impl.cpp217 int32_t OhosImageDecoderAdapterImpl::GetPlanesCount() in GetPlanesCount() function in OHOS::NWeb::OhosImageDecoderAdapterImpl