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

  /external/webkit/Source/WebKit/chromium/src/
WebImageDecoder.cpp 59 m_private = new BMPImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied);
62 m_private = new ICOImageDecoder(ImageSource::AlphaPremultiplied, ImageSource::GammaAndColorProfileApplied);
  /external/webkit/Source/WebCore/platform/graphics/
ImageSource.h 143 AlphaPremultiplied,
152 ImageSource(AlphaOption alphaOption = AlphaPremultiplied, GammaAndColorProfileOption gammaAndColorProfileOption = GammaAndColorProfileApplied);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContext3DCairo.cpp 46 ImageSource decoder(premultiplyAlpha ? ImageSource::AlphaPremultiplied : ImageSource::AlphaNotPremultiplied,
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 229 , m_premultiplyAlpha(alphaOption == ImageSource::AlphaPremultiplied)
  /external/webkit/Source/WebCore/platform/image-decoders/ico/
ICOImageDecoder.cpp 206 new PNGImageDecoder(m_premultiplyAlpha ? ImageSource::AlphaPremultiplied : ImageSource::AlphaNotPremultiplied,

Completed in 181 milliseconds