Searched defs:focusRingWidth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h420 return focusRingOutset(offset) + (focusRingWidth(width) + 1) / 2;
439 static inline int focusRingWidth(int width) { return width; } function in class:blink::GraphicsContext
442 static inline int focusRingWidth(int width) { return 1; } function in class:blink::GraphicsContext
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp2370 const int focusRingWidth = 5; local
2373 // We need to add focusRingWidth to dirtyRect.
2375 strokeData.setThickness(focusRingWidth);
2385 c->drawFocusRing(path, focusRingWidth, focusRingOutline, focusRingColor);

Completed in 112 milliseconds