Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.cpp642 void GraphicsContext::drawFocusRing(const Path& focusRingPath, int width, int offset, const Color& … in drawFocusRing() argument
653 drawOuterPath(focusRingPath.skPath(), paint, width); in drawFocusRing()
654 drawInnerPath(focusRingPath.skPath(), paint, width); in drawFocusRing()