HomeSort by relevance Sort by last modified time
    Searched defs:neededAlphaOp (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContext3DSkia.cpp 55 AlphaOp neededAlphaOp = AlphaDoNothing;
73 neededAlphaOp = AlphaDoPremultiply;
75 neededAlphaOp = AlphaDoUnmultiply;
84 format, type, neededAlphaOp, outputVector.data());
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContext3DCG.cpp 197 AlphaOp neededAlphaOp = AlphaDoNothing;
202 neededAlphaOp = AlphaDoUnmultiply;
208 neededAlphaOp = AlphaDoPremultiply;
217 neededAlphaOp = AlphaDoUnmultiply;
222 neededAlphaOp = AlphaDoPremultiply;
253 format, type, neededAlphaOp, outputVector.data());

Completed in 46 milliseconds