Home
last modified time | relevance | path

Searched refs:dstProfile (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/tools/
DHashAndEncode.cpp55 skcms_ICCProfile dstProfile; in HashAndEncode() local
56 rec2020()->toProfile(&dstProfile); in HashAndEncode()
62 fPixels.get(), dstFmt, dstAlpha, &dstProfile, N)) { in HashAndEncode()
/third_party/skia/third_party/skcms/
Dskcms.cc2575 const skcms_ICCProfile* dstProfile, in skcms_Transform() argument
2578 dst, dstFmt, dstAlpha, dstProfile, in skcms_Transform()
2589 const skcms_ICCProfile* dstProfile, in skcms_TransformWithPalette() argument
2604 if (!dstProfile) { in skcms_TransformWithPalette()
2605 dstProfile = skcms_sRGB_profile(); in skcms_TransformWithPalette()
2673 gray_dst_profile = *dstProfile; in skcms_TransformWithPalette()
2675 dstProfile = &gray_dst_profile; in skcms_TransformWithPalette()
2692 if (dstProfile != srcProfile) { in skcms_TransformWithPalette()
2694 if (!prep_for_destination(dstProfile, in skcms_TransformWithPalette()
2765 if (dstProfile->has_B2A) { in skcms_TransformWithPalette()
[all …]
/third_party/skia/tools/
DHashAndEncode.cpp66 skcms_ICCProfile dstProfile; in HashAndEncode() local
67 rec2020()->toProfile(&dstProfile); in HashAndEncode()
77 dst, dstFmt, dstAlpha, &dstProfile, todo)) { in HashAndEncode()
/third_party/flutter/skia/include/third_party/skcms/
Dskcms.h249 const skcms_ICCProfile* dstProfile,
260 const skcms_ICCProfile* dstProfile,
/third_party/skia/include/third_party/skcms/
Dskcms.h330 const skcms_ICCProfile* dstProfile,
341 const skcms_ICCProfile* dstProfile,
/third_party/flutter/skia/third_party/skcms/
Dskcms.cc2063 const skcms_ICCProfile* dstProfile, in skcms_Transform() argument
2066 dst, dstFmt, dstAlpha, dstProfile, in skcms_Transform()
2077 const skcms_ICCProfile* dstProfile, in skcms_TransformWithPalette() argument
2092 if (!dstProfile) { in skcms_TransformWithPalette()
2093 dstProfile = skcms_sRGB_profile(); in skcms_TransformWithPalette()
2150 gray_dst_profile = *dstProfile; in skcms_TransformWithPalette()
2152 dstProfile = &gray_dst_profile; in skcms_TransformWithPalette()
2169 if (dstProfile != srcProfile) { in skcms_TransformWithPalette()
2171 if (!prep_for_destination(dstProfile, in skcms_TransformWithPalette()
2250 if (0 != memcmp(&dstProfile->toXYZD50, to_xyz, sizeof(skcms_Matrix3x3))) { in skcms_TransformWithPalette()
/third_party/flutter/skia/src/codec/
DSkRawCodec.cpp723 const skcms_ICCProfile* dstProfile = nullptr; in onGetPixels() local
726 dstProfile = &dstProfileStorage; in onGetPixels()
740 dstRow, dstFormat, skcms_AlphaFormat_Unpremul, dstProfile, in onGetPixels()
/third_party/skia/src/codec/
DSkRawCodec.cpp723 const skcms_ICCProfile* dstProfile = nullptr; in onGetPixels() local
726 dstProfile = &dstProfileStorage; in onGetPixels()
740 dstRow, dstFormat, skcms_AlphaFormat_Unpremul, dstProfile, in onGetPixels()