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

  /external/webkit/Source/WebCore/platform/graphics/
ImageSource.cpp 46 , m_alphaOption(alphaOption)
82 m_decoder = static_cast<NativeImageSourcePtr>(ImageDecoder::create(*data, m_alphaOption, m_gammaAndColorProfileOption));
ImageSource.h 222 AlphaOption m_alphaOption;
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp 134 : m_alphaOption(alphaOption)
272 m_decoder.m_gifDecoder = new GIFImageDecoder(m_alphaOption, m_gammaAndColorProfileOption);
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 74 , m_alphaOption(alphaOption)

Completed in 221 milliseconds