Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DImageSource.cpp46 , m_alphaOption(alphaOption) in ImageSource()
82 …m_decoder = static_cast<NativeImageSourcePtr>(ImageDecoder::create(*data, m_alphaOption, m_gammaAn… in setData()
DImageSource.h222 AlphaOption m_alphaOption; variable
/external/webkit/Source/WebCore/platform/graphics/android/
DImageSourceAndroid.cpp134 : m_alphaOption(alphaOption) in ImageSource()
272 … m_decoder.m_gifDecoder = new GIFImageDecoder(m_alphaOption, m_gammaAndColorProfileOption); in setData()
/external/webkit/Source/WebCore/platform/graphics/cg/
DImageSourceCG.cpp74 , m_alphaOption(alphaOption) in ImageSource()