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

  /external/webkit/Source/WebCore/platform/graphics/
ImageSource.cpp 47 , m_gammaAndColorProfileOption(gammaAndColorProfileOption)
82 m_decoder = static_cast<NativeImageSourcePtr>(ImageDecoder::create(*data, m_alphaOption, m_gammaAndColorProfileOption));
ImageSource.h 223 GammaAndColorProfileOption m_gammaAndColorProfileOption;
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp 135 , m_gammaAndColorProfileOption(gammaAndColorProfileOption)
272 m_decoder.m_gifDecoder = new GIFImageDecoder(m_alphaOption, m_gammaAndColorProfileOption);
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 75 , m_gammaAndColorProfileOption(gammaAndColorProfileOption)

Completed in 479 milliseconds