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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.cpp 242 void PlatformGraphicsContext::setCompositeOperation(CompositeOperator op)
PlatformGraphicsContextRecording.cpp 85 void PlatformGraphicsContextRecording::setCompositeOperation(CompositeOperator op)
87 PlatformGraphicsContext::setCompositeOperation(op);
88 mGraphicsOperationCollection->append(new GraphicsOperation::SetCompositeOperation(op));
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp 654 void GraphicsContext::setCompositeOperation(CompositeOperator compositeOperation)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 531 void PainterOpenVG::setCompositeOperation(CompositeOperator op)
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 331 context->setCompositeOperation(CompositeSourceOver);
540 c->setCompositeOperation(op);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 232 setCompositeOperation(CompositeClear);
538 void GLES2Canvas::setCompositeOperation(CompositeOperator op)
    [all...]

Completed in 271 milliseconds