Searched refs:blendModeOperation (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLVideoElement.cpp208 SkXfermode::Mode mode = WebCoreCompositeToSkiaComposite(context->compositeOperation(), context->blendModeOperation());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h193 WebBlendMode blendModeOperation() const { return immutableState()->blendMode(); } function in class:blink::GraphicsContext
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1479 blink::WebBlendMode blendMode = c ? c->blendModeOperation() : blink::WebBlendModeNormal;

Completed in 1586 milliseconds