HomeSort by relevance Sort by last modified time
    Searched defs:srcProfile (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/fxcodec/codec/
fx_codec_icc.cpp 51 cmsHPROFILE srcProfile =
53 if (!srcProfile)
59 cmsCloseProfile(srcProfile);
64 cmsColorSpaceSignature srcCS = cmsGetColorSpace(srcProfile);
69 cmsCloseProfile(srcProfile);
84 cmsCloseProfile(srcProfile);
93 hTransform = cmsCreateTransform(srcProfile, srcFormat, dstProfile,
97 hTransform = cmsCreateTransform(srcProfile, srcFormat, dstProfile,
101 hTransform = cmsCreateTransform(srcProfile, srcFormat, dstProfile,
108 cmsCloseProfile(srcProfile);
    [all...]
  /external/skia/src/codec/
SkCodec.cpp 631 const auto* srcProfile = fEncodedInfo.profile();
632 if (!srcProfile) {
633 srcProfile = skcms_sRGB_profile();
635 if (!skcms_ApproximatelyEqualProfiles(srcProfile, &fDstProfile) ) {
664 // It is okay for srcProfile to be null. This will use sRGB.
665 const auto* srcProfile = fEncodedInfo.profile();
666 SkAssertResult(skcms_Transform(src, fSrcXformFormat, skcms_AlphaFormat_Unpremul, srcProfile,
SkRawCodec.cpp 721 const skcms_ICCProfile* const srcProfile = this->getEncodedInfo().profile();
739 if (!skcms_Transform(&srcRow[0], srcFormat, skcms_AlphaFormat_Unpremul, srcProfile,
  /external/skqp/src/codec/
SkCodec.cpp 631 const auto* srcProfile = fEncodedInfo.profile();
632 if (!srcProfile) {
633 srcProfile = skcms_sRGB_profile();
635 if (!skcms_ApproximatelyEqualProfiles(srcProfile, &fDstProfile) ) {
664 // It is okay for srcProfile to be null. This will use sRGB.
665 const auto* srcProfile = fEncodedInfo.profile();
666 SkAssertResult(skcms_Transform(src, fSrcXformFormat, skcms_AlphaFormat_Unpremul, srcProfile,
SkRawCodec.cpp 721 const skcms_ICCProfile* const srcProfile = this->getEncodedInfo().profile();
739 if (!skcms_Transform(&srcRow[0], srcFormat, skcms_AlphaFormat_Unpremul, srcProfile,

Completed in 228 milliseconds