Searched refs:spline_radius (Results 1 – 1 of 1) sorted by relevance
/external/chromium/chrome/browser/ui/views/notifications/ |
D | balloon_view.cc | 383 SkScalar spline_radius = radius - in GetContentsMask() local 393 path->cubicTo(right, bottom - spline_radius, in GetContentsMask() 394 right - spline_radius, bottom, in GetContentsMask() 397 path->cubicTo(left + spline_radius, bottom, in GetContentsMask() 398 left, bottom - spline_radius, in GetContentsMask() 407 SkScalar spline_radius = radius - in GetFrameMask() local 416 path->cubicTo(left, top + spline_radius, in GetFrameMask() 417 left + spline_radius, top, in GetFrameMask() 420 path->cubicTo(right - spline_radius, top, in GetFrameMask() 421 right, top + spline_radius, in GetFrameMask()
|