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

  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContext3DSkia.cpp 59 ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied);
  /external/webkit/Source/WebCore/platform/graphics/
ImageSource.h 149 GammaAndColorProfileIgnored
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContext3DCairo.cpp 47 ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied);
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContext3DCG.cpp 106 ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied);
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 230 , m_ignoreGammaAndColorProfile(gammaAndColorProfileOption == ImageSource::GammaAndColorProfileIgnored)
  /external/webkit/Source/WebCore/platform/image-decoders/ico/
ICOImageDecoder.cpp 207 m_ignoreGammaAndColorProfile ? ImageSource::GammaAndColorProfileIgnored : ImageSource::GammaAndColorProfileApplied));

Completed in 214 milliseconds