Home
last modified time | relevance | path

Searched refs:smInset (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp1823 static void FillInOverstrokeVerts(CircleVertex** verts, const SkRect& bounds, SkScalar smInset, in FillInOverstrokeVerts() argument
1826 SkASSERT(smInset < bigInset); in FillInOverstrokeVerts()
1829 (*verts)->fPos = SkPoint::Make(bounds.fLeft + smInset, bounds.fTop + smInset); in FillInOverstrokeVerts()
1837 (*verts)->fPos = SkPoint::Make(bounds.fRight - smInset, bounds.fTop + smInset); in FillInOverstrokeVerts()
1873 (*verts)->fPos = SkPoint::Make(bounds.fLeft + smInset, bounds.fBottom - smInset); in FillInOverstrokeVerts()
1881 (*verts)->fPos = SkPoint::Make(bounds.fRight - smInset, bounds.fBottom - smInset); in FillInOverstrokeVerts()