HomeSort by relevance Sort by last modified time
    Searched refs:drawFocusRingPath (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 452 void drawFocusRingPath(const SkPath&, const Color&, int width);
GraphicsContext.cpp 616 void GraphicsContext::drawFocusRingPath(const SkPath& path, const Color& color, int width)
659 drawFocusRingPath(focusRingPath.skPath(), color, width);
684 drawFocusRingPath(path, color, width);
    [all...]

Completed in 40 milliseconds