Home
last modified time | relevance | path

Searched refs:drawOuterPath (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h431 void drawOuterPath(const SkPath&, SkPaint&, int);
DGraphicsContext.cpp578 drawOuterPath(focusRingPath.skPath(), paint, width); in drawFocusRing()
606 drawOuterPath(path, paint, width); in drawFocusRing()
1672 void GraphicsContext::drawOuterPath(const SkPath& path, SkPaint& paint, int width) in drawOuterPath() function in WebCore::GraphicsContext