Searched refs:data_color_space (Results 1 – 12 of 12) sorted by relevance
93 uint32_t data_color_space; member290 p->data_color_space = skcms_Signature_RGB; in skcms_Init()
159 uint8_t data_color_space [ 4]; member872 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()
93 uint32_t data_color_space; member285 p->data_color_space = skcms_Signature_RGB; in skcms_Init()
142 if (profile && profile->profile()->data_color_space != skcms_Signature_RGB) { in MakeFromStream()
243 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()
99 if (profile && profile->profile()->data_color_space != skcms_Signature_RGB) { in MakeFromStream()
921 switch (profile->profile()->data_color_space) { in infoCallback()