Home
last modified time | relevance | path

Searched refs:data_color_space (Results 1 – 12 of 12) sorted by relevance

/external/skqp/third_party/skcms/
Dskcms.h93 uint32_t data_color_space; member
285 p->data_color_space = skcms_Signature_RGB; in skcms_Init()
Dskcms.cc159 uint8_t data_color_space [ 4]; member
872 profile->data_color_space = read_big_u32(header->data_color_space); in skcms_Parse()
916 if (profile->data_color_space == skcms_Signature_Gray && in skcms_Parse()
1152 if (A->data_color_space != B->data_color_space) { in skcms_ApproximatelyEqualProfiles()
1160 if (A->data_color_space == skcms_Signature_CMYK) { in skcms_ApproximatelyEqualProfiles()
2115 if (srcProfile->data_color_space == skcms_Signature_CMYK) { in skcms_TransformWithPalette()
/external/skia/include/third_party/skcms/
Dskcms.h160 uint32_t data_color_space; member
374 p->data_color_space = skcms_Signature_RGB; in skcms_Init()
/external/skia/third_party/skcms/
Dskcms.cc343 uint8_t data_color_space [ 4]; member
1221 profile->data_color_space = read_big_u32(header->data_color_space); in skcms_ParseWithA2BPriority()
1265 if (profile->data_color_space == skcms_Signature_Gray && in skcms_ParseWithA2BPriority()
1586 if ((A->data_color_space == CMYK) != (B->data_color_space == CMYK)) { in skcms_ApproximatelyEqualProfiles()
1594 if (A->data_color_space == skcms_Signature_CMYK) { in skcms_ApproximatelyEqualProfiles()
2678 if (srcProfile->data_color_space == skcms_Signature_CMYK) { in skcms_TransformWithPalette()
2863 if (dstProfile->data_color_space == skcms_Signature_CMYK) { in skcms_TransformWithPalette()
/external/skqp/src/codec/
DSkHeifCodec.cpp142 if (profile && profile->profile()->data_color_space != skcms_Signature_RGB) { in MakeFromStream()
DSkJpegCodec.cpp243 auto type = profile->profile()->data_color_space; in ReadHeader()
568 bool hasCMYKColorSpace = srcProfile && srcProfile->data_color_space == skcms_Signature_CMYK; in needs_swizzler_to_convert_from_cmyk()
DSkWebpCodec.cpp99 if (profile && profile->profile()->data_color_space != skcms_Signature_RGB) { in MakeFromStream()
DSkPngCodec.cpp921 switch (profile->profile()->data_color_space) { in infoCallback()
/external/skia/src/codec/
DSkJpegCodec.cpp193 auto type = profile->profile()->data_color_space; in ReadHeader()
518 bool hasCMYKColorSpace = srcProfile && srcProfile->data_color_space == skcms_Signature_CMYK; in needs_swizzler_to_convert_from_cmyk()
DSkHeifCodec.cpp174 if (profile && profile->profile()->data_color_space != skcms_Signature_RGB) { in MakeFromStream()
DSkWebpCodec.cpp98 if (profile && profile->profile()->data_color_space != skcms_Signature_RGB) { in MakeFromStream()
DSkPngCodec.cpp920 switch (profile->profile()->data_color_space) { in infoCallback()