Searched refs:colorProfile (Results 1 – 7 of 7) sorted by relevance
79 static CGColorSpaceRef createColorSpace(const ColorProfile& colorProfile) in createColorSpace() argument81 if (colorProfile.isEmpty()) in createColorSpace()84 …Create(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(colorProfile.data()), colorProfile.size… in createColorSpace()
56 void setColorProfile(const ColorProfile& colorProfile) { m_colorProfile = colorProfile; } in setColorProfile() argument
104 ColorProfile colorProfile; in readColorProfile() local105 colorProfile.append(reinterpret_cast<char*>(profile), profileLength); in readColorProfile()107 return colorProfile; in readColorProfile()
232 ColorProfile colorProfile; in readColorProfile() local233 colorProfile.append(profile, profileLength); in readColorProfile()234 return colorProfile; in readColorProfile()
220 void ImageFrame::setColorProfile(const ColorProfile& colorProfile) in setColorProfile() argument222 m_colorProfile = colorProfile; in setColorProfile()
120 void ImageFrame::setColorProfile(const ColorProfile& colorProfile) in setColorProfile() argument
128 void ImageFrame::setColorProfile(const ColorProfile& colorProfile) in setColorProfile() argument