Home
last modified time | relevance | path

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

/external/skia/third_party/skcms/
Dskcms.h93 uint32_t data_color_space; member
290 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/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/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/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()