Searched refs:srcProfile (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/skcms/ |
H A D | skcms.cc | 2601 const skcms_ICCProfile* srcProfile, 2607 return skcms_TransformWithPalette(src, srcFmt, srcAlpha, srcProfile, 2615 const skcms_ICCProfile* srcProfile, 2631 if (!srcProfile) { 2632 srcProfile = skcms_sRGB_profile(); 2708 if (srcProfile->data_color_space == skcms_Signature_CMYK) { 2722 if (dstProfile != srcProfile) { 2732 if (srcProfile->has_A2B) { 2733 if (srcProfile->A2B.input_channels) { 2734 for (int i = 0; i < (int)srcProfile [all...] |
/third_party/skia/src/codec/ |
H A D | SkCodec.cpp | 718 // Use the srcProfile to avoid conversion. in initializeColorXform() 719 const auto* srcProfile = fEncodedInfo.profile(); in initializeColorXform() local 720 fDstProfile = srcProfile ? *srcProfile : *skcms_sRGB_profile(); in initializeColorXform() 724 const auto* srcProfile = fEncodedInfo.profile(); in initializeColorXform() local 725 if (!srcProfile) { in initializeColorXform() 726 srcProfile = skcms_sRGB_profile(); in initializeColorXform() 728 if (!skcms_ApproximatelyEqualProfiles(srcProfile, &fDstProfile) ) { in initializeColorXform() 757 // It is okay for srcProfile to be null. This will use sRGB. in applyColorXform() 758 const auto* srcProfile in applyColorXform() local [all...] |
H A D | SkJpegCodec.cpp | 538 const skcms_ICCProfile* srcProfile, in needs_swizzler_to_convert_from_cmyk() 544 bool hasCMYKColorSpace = srcProfile && srcProfile->data_color_space == skcms_Signature_CMYK; in needs_swizzler_to_convert_from_cmyk() 537 needs_swizzler_to_convert_from_cmyk(J_COLOR_SPACE jpegColorType, const skcms_ICCProfile* srcProfile, bool hasColorSpaceXform) needs_swizzler_to_convert_from_cmyk() argument
|
H A D | SkRawCodec.cpp | 721 const skcms_ICCProfile* const srcProfile = this->getEncodedInfo().profile(); in onGetPixels() local 739 if (!skcms_Transform(&srcRow[0], srcFormat, skcms_AlphaFormat_Unpremul, srcProfile, in onGetPixels()
|
/third_party/skia/tools/ |
H A D | HashAndEncode.cpp | 55 skcms_ICCProfile srcProfile = *skcms_sRGB_profile(); in HashAndEncode() local 57 cs->toProfile(&srcProfile); in HashAndEncode() 76 if (!skcms_Transform(src, srcFmt, srcAlpha, &srcProfile, in HashAndEncode()
|
/third_party/skia/include/third_party/skcms/ |
H A D | skcms.h | 335 const skcms_ICCProfile* srcProfile, 346 const skcms_ICCProfile* srcProfile,
|
Completed in 10 milliseconds