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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 420 return focusRingOutset(offset) + (focusRingWidth(width) + 1) / 2;
439 static inline int focusRingWidth(int width) { return width; }
442 static inline int focusRingWidth(int width) { return 1; }
GraphicsContext.cpp 606 paint.setStrokeWidth(focusRingWidth(width));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]

Completed in 159 milliseconds