Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DGrOvalOpFactory.cpp2596 static void FillInOverstrokeVerts(VertexWriter& verts, const SkRect& bounds, SkScalar smInset, in FillInOverstrokeVerts() argument
2599 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()