Searched defs:colorProfile (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.h56 void setColorProfile(const ColorProfile& colorProfile) { m_colorProfile = colorProfile; } argument
/external/webkit/Source/WebCore/platform/image-decoders/cg/
H A DImageDecoderCG.cpp79 static CGColorSpaceRef createColorSpace(const ColorProfile& colorProfile) argument
81 if (colorProfile.isEmpty())
84 RetainPtr<CFDataRef> data(AdoptCF, CFDataCreate(kCFAllocatorDefault, reinterpret_cast<const UInt8*>(colorProfile.data()), colorProfile.size()));
/external/webkit/Source/WebCore/platform/image-decoders/qt/
H A DImageFrameQt.cpp128 void ImageFrame::setColorProfile(const ColorProfile& colorProfile) argument
/external/webkit/Source/WebCore/platform/image-decoders/skia/
H A DImageDecoderSkia.cpp120 void ImageFrame::setColorProfile(const ColorProfile& colorProfile) argument
/external/webkit/Source/WebCore/platform/image-decoders/
H A DImageDecoder.cpp220 void ImageFrame::setColorProfile(const ColorProfile& colorProfile) argument
222 m_colorProfile = colorProfile;
/external/webkit/Source/WebCore/platform/image-decoders/png/
H A DPNGImageDecoder.cpp232 ColorProfile colorProfile; local
233 colorProfile.append(profile, profileLength);
234 return colorProfile;

Completed in 198 milliseconds