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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 453 void drawFocusRingRect(const SkRect&, const Color&, int width);
GraphicsContext.cpp 634 void GraphicsContext::drawFocusRingRect(const SkRect& rect, const Color& color, int width)
680 drawFocusRingRect(SkRect::MakeFromIRect(focusRingRegion.getBounds()), color, width);
    [all...]

Completed in 127 milliseconds