HomeSort by relevance Sort by last modified time
    Searched refs:setColorProfile (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.h 56 void setColorProfile(const ColorProfile& colorProfile) { m_colorProfile = colorProfile; }
JPEGImageDecoder.cpp 256 m_decoder->setColorProfile(readColorProfile(info()));
468 buffer.setColorProfile(m_colorProfile);
  /external/webkit/Source/WebCore/platform/image-decoders/skia/
ImageDecoderSkia.cpp 120 void ImageFrame::setColorProfile(const ColorProfile& colorProfile)
  /external/webkit/Source/WebCore/platform/image-decoders/qt/
ImageFrameQt.cpp 128 void ImageFrame::setColorProfile(const ColorProfile& colorProfile)
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.cpp 220 void ImageFrame::setColorProfile(const ColorProfile& colorProfile)
ImageDecoder.h 133 void setColorProfile(const ColorProfile&);
  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 346 buffer.setColorProfile(m_colorProfile);

Completed in 52 milliseconds