Searched refs:bigInset (Results 1 – 1 of 1) sorted by relevance
1824 SkScalar bigInset, SkScalar xOffset, SkScalar outerRadius, in FillInOverstrokeVerts() argument1826 SkASSERT(smInset < bigInset); in FillInOverstrokeVerts()1844 (*verts)->fPos = SkPoint::Make(bounds.fLeft + bigInset, bounds.fTop + bigInset); in FillInOverstrokeVerts()1851 (*verts)->fPos = SkPoint::Make(bounds.fRight - bigInset, bounds.fTop + bigInset); in FillInOverstrokeVerts()1858 (*verts)->fPos = SkPoint::Make(bounds.fLeft + bigInset, bounds.fBottom - bigInset); in FillInOverstrokeVerts()1865 (*verts)->fPos = SkPoint::Make(bounds.fRight - bigInset, bounds.fBottom - bigInset); in FillInOverstrokeVerts()