Searched refs:IsSupportICCProfile (Results 1 – 14 of 14) sorted by relevance
66 bool IsSupportICCProfile();
70 bool IsSupportICCProfile() override;
50 bool IsSupportICCProfile() override in IsSupportICCProfile() function
39 bool IsSupportICCProfile() override in IsSupportICCProfile() function
51 bool IsSupportICCProfile() override in IsSupportICCProfile() function
102 bool ICCProfileInfo::IsSupportICCProfile() in IsSupportICCProfile() function in OHOS::ImagePlugin::ICCProfileInfo
1118 bool JpegDecoder::IsSupportICCProfile() in IsSupportICCProfile() function in OHOS::ImagePlugin::JpegDecoder1120 bool isSupportICCProfile = iccProfileInfo_.IsSupportICCProfile(); in IsSupportICCProfile()
62 bool IsSupportICCProfile() override in IsSupportICCProfile() function
204 virtual bool IsSupportICCProfile() in IsSupportICCProfile() function
79 bool IsSupportICCProfile() override;
236 } else if (decoder->IsSupportICCProfile()) { in CreatePixelMapByContext()
964 bool isSupportICCProfile = (decoder == nullptr) ? false : decoder->IsSupportICCProfile(); in SetPixelMapColorSpace()1238 bool isSupportICCProfile = mainDecoder_->IsSupportICCProfile(); in CreatePixelMap()
1672 bool ExtDecoder::IsSupportICCProfile() in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder