Searched refs:ColorProfile (Results 1 – 8 of 8) sorted by relevance
51 typedef Vector<char> ColorProfile; typedef133 void setColorProfile(const ColorProfile&);206 ColorProfile m_colorProfile;337 ColorProfile m_colorProfile;
220 void ImageFrame::setColorProfile(const ColorProfile& colorProfile) in setColorProfile()
95 static ColorProfile readColorProfile(jpeg_decompress_struct* info) in readColorProfile()102 return ColorProfile(); in readColorProfile()104 ColorProfile colorProfile; in readColorProfile()109 return ColorProfile(); in readColorProfile()
56 void setColorProfile(const ColorProfile& colorProfile) { m_colorProfile = colorProfile; } in setColorProfile()
224 static ColorProfile readColorProfile(png_structp png, png_infop info) in readColorProfile()232 ColorProfile colorProfile; in readColorProfile()237 return ColorProfile(); in readColorProfile()
120 void ImageFrame::setColorProfile(const ColorProfile& colorProfile) in setColorProfile()
128 void ImageFrame::setColorProfile(const ColorProfile& colorProfile) in setColorProfile()
79 static CGColorSpaceRef createColorSpace(const ColorProfile& colorProfile) in createColorSpace()