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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.cpp 319 const SkScalar focusRingOutset = WebCoreFloatToSkScalar(0.8);
322 r.inset(-focusRingOutset, -focusRingOutset);
332 paint.setStrokeWidth(focusRingOutset * 2);
333 paint.setPathEffect(new SkCornerPathEffect(focusRingOutset * 2))->unref();
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 537 const SkScalar focusRingOutset = WebCoreFloatToSkScalar(0.5);
540 r.inset(-focusRingOutset, -focusRingOutset);
550 paint.setStrokeWidth(focusRingOutset * 2);
551 paint.setPathEffect(new SkCornerPathEffect(focusRingOutset * 2))->unref();
    [all...]

Completed in 133 milliseconds