Home
last modified time | relevance | path

Searched refs:AlphaDoNothing (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.cpp215 premultiplyAlpha ? AlphaDoPremultiply : AlphaDoNothing, in extractImageData()
311 (premultiplyAlpha ? AlphaDoPremultiply : AlphaDoNothing), in extractTextureData()
1232 …matRGBA8 && destinationFormat == RGBA && sourceUnpackAlignment <= 4 && alphaOp == AlphaDoNothing) { in packPixels()
1240 case AlphaDoNothing: in packPixels()
1253 case AlphaDoNothing: in packPixels()
1278 case AlphaDoNothing: in packPixels()
1294 case AlphaDoNothing: in packPixels()
1311 case AlphaDoNothing: in packPixels()
1326 case AlphaDoNothing: in packPixels()
1341 case AlphaDoNothing: in packPixels()
[all …]
DGraphicsContext3D.h856 AlphaDoNothing = 0, enumerator
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContext3DSkia.cpp55 AlphaOp neededAlphaOp = AlphaDoNothing; in getImageData()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContext3DCairo.cpp48 AlphaOp alphaOp = AlphaDoNothing; in getImageData()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContext3DCG.cpp197 AlphaOp neededAlphaOp = AlphaDoNothing; in getImageData()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp1746 AlphaOp neededAlphaOp = AlphaDoNothing; in getImageData()