Searched refs:focusRingOutset (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextSkia.cpp317 const SkScalar focusRingOutset = WebCoreFloatToSkScalar(0.8); local
320 r.inset(-focusRingOutset, -focusRingOutset);
330 paint.setStrokeWidth(focusRingOutset * 2);
331 paint.setPathEffect(new SkCornerPathEffect(focusRingOutset * 2))->unref();
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp537 const SkScalar focusRingOutset = WebCoreFloatToSkScalar(0.5); local
540 r.inset(-focusRingOutset, -focusRingOutset);
550 paint.setStrokeWidth(focusRingOutset * 2);
551 paint.setPathEffect(new SkCornerPathEffect(focusRingOutset * 2))->unref();

Completed in 44 milliseconds