/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_ohos_image_decoder_adapter_impl.cpp | 46 bool ArkOhosImageDecoderAdapterImpl::DecodeToPixelMap(const uint8_t* data, uint32_t size) in DecodeToPixelMap() function in OHOS::ArkWeb::ArkOhosImageDecoderAdapterImpl 48 return real_->DecodeToPixelMap(data, size); in DecodeToPixelMap()
|
H A D | ark_ohos_image_decoder_adapter_impl.h | 33 bool DecodeToPixelMap(const uint8_t* data, uint32_t size) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_ohos_image_decoder_adapter_wrapper.cpp | 47 bool ArkOhosImageDecoderAdapterWrapper::DecodeToPixelMap(const uint8_t* data, uint32_t size) in DecodeToPixelMap() function in OHOS::ArkWeb::ArkOhosImageDecoderAdapterWrapper 49 return ctocpp_->DecodeToPixelMap(data, size); in DecodeToPixelMap()
|
H A D | ark_ohos_image_decoder_adapter_wrapper.h | 35 bool DecodeToPixelMap(const uint8_t* data, uint32_t size) override;
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/ohosimageadapter_fuzzer/ |
H A D | ohosimagedecoderadapterimpl_fuzzer.cpp | 47 adapter->DecodeToPixelMap(rawData.get(), len); in HandleAbnormalCase() 72 adapter->DecodeToPixelMap(imageData, len); in ProcessImageSource()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_ohos_image_decoder_adapter.h | 41 virtual bool DecodeToPixelMap(const uint8_t* data, uint32_t size) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | ohos_image_decoder_adapter.h | 45 virtual bool DecodeToPixelMap(const uint8_t* data, uint32_t size) = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/ohos_image_adapter/include/ |
H A D | ohos_image_decoder_adapter_impl.h | 41 bool DecodeToPixelMap(const uint8_t* data, uint32_t size) override;
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_image_adapter/ |
H A D | ohos_image_decoder_adapter_test.cpp | 260 bool ret = imageDecoderAdapterImpl.DecodeToPixelMap(nullptr, bufferSize); 270 ret = imageDecoderAdapterImpl.DecodeToPixelMap(buffer, bufferSize);
|
/ohos5.0/base/web/webview/ohos_adapter/ohos_image_adapter/src/ |
H A D | ohos_image_decoder_adapter_impl.cpp | 92 bool OhosImageDecoderAdapterImpl::DecodeToPixelMap(const uint8_t* data, uint32_t size) in DecodeToPixelMap() function in OHOS::NWeb::OhosImageDecoderAdapterImpl
|