Searched defs:setCompositeOperation (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.cpp244 void PlatformGraphicsContext::setCompositeOperation(CompositeOperator op) function in class:WebCore::PlatformGraphicsContext
H A DPlatformGraphicsContextRecording.cpp573 void PlatformGraphicsContextRecording::setCompositeOperation(CompositeOperator op) function in class:WebCore::PlatformGraphicsContextRecording
575 PlatformGraphicsContext::setCompositeOperation(op);
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.cpp654 void GraphicsContext::setCompositeOperation(CompositeOperator compositeOperation) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPainterOpenVG.cpp531 void PainterOpenVG::setCompositeOperation(CompositeOperator op) function in class:WebCore::PainterOpenVG
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp331 context->setCompositeOperation(CompositeSourceOver);
540 c->setCompositeOperation(op);
1464 void CanvasRenderingContext2D::setCompositeOperation(const String& operation) function in class:WebCore::CanvasRenderingContext2D
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.cpp232 setCompositeOperation(CompositeClear);
538 void GLES2Canvas::setCompositeOperation(CompositeOperator op) function in class:WebCore::GLES2Canvas

Completed in 1296 milliseconds