Home
last modified time | relevance | path

Searched refs:IsSupportICCProfile (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Dicc_profile_info.h66 bool IsSupportICCProfile();
H A Djpeg_decoder.h70 bool IsSupportICCProfile() override;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libbmpplugin/include/
H A Dbmp_decoder.h50 bool IsSupportICCProfile() override in IsSupportICCProfile() function
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/librawplugin/include/
H A Draw_decoder.h39 bool IsSupportICCProfile() override in IsSupportICCProfile() function
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/include/
H A Dwebp_decoder.h51 bool IsSupportICCProfile() override in IsSupportICCProfile() function
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dicc_profile_info.cpp102 bool ICCProfileInfo::IsSupportICCProfile() in IsSupportICCProfile() function in OHOS::ImagePlugin::ICCProfileInfo
H A Djpeg_decoder.cpp1118 bool JpegDecoder::IsSupportICCProfile() in IsSupportICCProfile() function in OHOS::ImagePlugin::JpegDecoder
1120 bool isSupportICCProfile = iccProfileInfo_.IsSupportICCProfile(); in IsSupportICCProfile()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/
H A Dgif_decoder.h51 bool IsSupportICCProfile() override in IsSupportICCProfile() function
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/
H A Dpng_decoder.h62 bool IsSupportICCProfile() override in IsSupportICCProfile() function
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h204 virtual bool IsSupportICCProfile() in IsSupportICCProfile() function
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h79 bool IsSupportICCProfile() override;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_generator.cpp236 } else if (decoder->IsSupportICCProfile()) { in CreatePixelMapByContext()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp964 bool isSupportICCProfile = (decoder == nullptr) ? false : decoder->IsSupportICCProfile(); in SetPixelMapColorSpace()
1238 bool isSupportICCProfile = mainDecoder_->IsSupportICCProfile(); in CreatePixelMap()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1672 bool ExtDecoder::IsSupportICCProfile() in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder