Searched refs:smInset (Results 1 – 1 of 1) sorted by relevance
2596 static void FillInOverstrokeVerts(VertexWriter& verts, const SkRect& bounds, SkScalar smInset, in FillInOverstrokeVerts() argument2599 SkASSERT(smInset < bigInset); in FillInOverstrokeVerts()2602 verts << (bounds.fLeft + smInset) << (bounds.fTop + smInset) in FillInOverstrokeVerts()2608 verts << (bounds.fRight - smInset) << (bounds.fTop + smInset) in FillInOverstrokeVerts()2634 verts << (bounds.fLeft + smInset) << (bounds.fBottom - smInset) in FillInOverstrokeVerts()2640 verts << (bounds.fRight - smInset) << (bounds.fBottom - smInset) in FillInOverstrokeVerts()