Searched refs:IsSupportCropOnDecode (Results 1 – 3 of 3) sorted by relevance
96 bool IsSupportCropOnDecode();97 bool IsSupportCropOnDecode(SkIRect &target);
482 bool ExtDecoder::IsSupportCropOnDecode() in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder488 return IsSupportCropOnDecode(innerRect); in HeapMemAlloc()491 bool ExtDecoder::IsSupportCropOnDecode(SkIRect &target) in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder514 return IsSupportCropOnDecode(); in HeapMemAlloc()
152 bool ret = extDecoder->IsSupportCropOnDecode();155 ret = extDecoder->IsSupportCropOnDecode(target);