Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrShadowRRectOp.cpp588 SkScalar bigInset, SkScalar xOffset, SkScalar outerRadius, in FillInOverstrokeVerts() argument
590 SkASSERT(smInset < bigInset); in FillInOverstrokeVerts()
608 (*verts)->fPos = SkPoint::Make(bounds.fLeft + bigInset, bounds.fTop + bigInset); in FillInOverstrokeVerts()
615 (*verts)->fPos = SkPoint::Make(bounds.fRight - bigInset, bounds.fTop + bigInset); in FillInOverstrokeVerts()
622 (*verts)->fPos = SkPoint::Make(bounds.fLeft + bigInset, bounds.fBottom - bigInset); in FillInOverstrokeVerts()
629 (*verts)->fPos = SkPoint::Make(bounds.fRight - bigInset, bounds.fBottom - bigInset); in FillInOverstrokeVerts()
DGrOvalOpFactory.cpp1814 SkScalar bigInset, SkScalar xOffset, SkScalar outerRadius, in FillInOverstrokeVerts() argument
1816 SkASSERT(smInset < bigInset); in FillInOverstrokeVerts()
1834 (*verts)->fPos = SkPoint::Make(bounds.fLeft + bigInset, bounds.fTop + bigInset); in FillInOverstrokeVerts()
1841 (*verts)->fPos = SkPoint::Make(bounds.fRight - bigInset, bounds.fTop + bigInset); in FillInOverstrokeVerts()
1848 (*verts)->fPos = SkPoint::Make(bounds.fLeft + bigInset, bounds.fBottom - bigInset); in FillInOverstrokeVerts()
1855 (*verts)->fPos = SkPoint::Make(bounds.fRight - bigInset, bounds.fBottom - bigInset); in FillInOverstrokeVerts()