Home
last modified time | relevance | path

Searched refs:m_gammaAndColorProfileOption (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DImageSource.cpp47 , m_gammaAndColorProfileOption(gammaAndColorProfileOption) in ImageSource()
82 …st<NativeImageSourcePtr>(ImageDecoder::create(*data, m_alphaOption, m_gammaAndColorProfileOption)); in setData()
DImageSource.h223 GammaAndColorProfileOption m_gammaAndColorProfileOption; variable
/external/webkit/Source/WebCore/platform/graphics/android/
DImageSourceAndroid.cpp115 , m_gammaAndColorProfileOption(gammaAndColorProfileOption) in ImageSource()
227 … m_decoder.m_gifDecoder = new GIFImageDecoder(m_alphaOption, m_gammaAndColorProfileOption); in setData()
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageSourceCG.cpp75 , m_gammaAndColorProfileOption(gammaAndColorProfileOption) in ImageSource()