Home
last modified time | relevance | path

Searched defs:premultiplyAlpha (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContext3DSkia.cpp47 bool premultiplyAlpha, in getImageData()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContext3DCairo.cpp41 …etImageData(Image* image, unsigned int format, unsigned int type, bool premultiplyAlpha, bool igno… in getImageData()
/external/webkit/Source/WebCore/platform/image-decoders/
DImageDecoder.h130 bool premultiplyAlpha() const { return m_premultiplyAlpha; } in premultiplyAlpha() function
138 void setPremultiplyAlpha(bool premultiplyAlpha) { m_premultiplyAlpha = premultiplyAlpha; } in setPremultiplyAlpha()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContext3DCG.cpp95 bool premultiplyAlpha, in getImageData()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.cpp172 bool premultiplyAlpha, in extractImageData()
199 bool premultiplyAlpha, in extractImageData()
236 bool flipY, bool premultiplyAlpha, in extractTextureData()
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp3075 bool flipY, bool premultiplyAlpha, ExceptionCode& ec) in texImage2DImpl()
3274 … Image* image, bool flipY, bool premultiplyAlpha, ExceptionCode& ec) in texSubImage2DImpl()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp1735 bool premultiplyAlpha, in getImageData()