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

  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContext3DSkia.cpp 58 ImageSource decoder(ImageSource::AlphaNotPremultiplied,
  /external/webkit/Source/WebCore/platform/graphics/
ImageSource.h 144 AlphaNotPremultiplied
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContext3DCairo.cpp 46 ImageSource decoder(premultiplyAlpha ? ImageSource::AlphaPremultiplied : ImageSource::AlphaNotPremultiplied,
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContext3DCG.cpp 105 ImageSource decoder(ImageSource::AlphaNotPremultiplied,
  /external/webkit/Source/WebCore/platform/image-decoders/ico/
ICOImageDecoder.cpp 206 new PNGImageDecoder(m_premultiplyAlpha ? ImageSource::AlphaPremultiplied : ImageSource::AlphaNotPremultiplied,

Completed in 425 milliseconds