Home | History | Annotate | Download | only in jpeg

Lines Matching refs:ColorProfile

228 static void readColorProfile(jpeg_decompress_struct* info, ColorProfile& colorProfile)
247 ASSERT(colorProfile.isEmpty());
249 colorProfile.append(profileData, profileLength);
462 ColorProfile colorProfile;
463 readColorProfile(info(), colorProfile);
464 createColorTransform(colorProfile, colorSpaceHasAlpha(m_info.out_color_space));
612 void createColorTransform(const ColorProfile& colorProfile, bool hasAlpha)
616 if (colorProfile.isEmpty())
621 qcms_profile* inputProfile = qcms_profile_from_memory(colorProfile.data(), colorProfile.size());