Home
last modified time | relevance | path

Searched refs:IsSupportCropOnDecode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h96 bool IsSupportCropOnDecode();
97 bool IsSupportCropOnDecode(SkIRect &target);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp482 bool ExtDecoder::IsSupportCropOnDecode() in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder
488 return IsSupportCropOnDecode(innerRect); in HeapMemAlloc()
491 bool ExtDecoder::IsSupportCropOnDecode(SkIRect &target) in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder
514 return IsSupportCropOnDecode(); in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp152 bool ret = extDecoder->IsSupportCropOnDecode();
155 ret = extDecoder->IsSupportCropOnDecode(target);