Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp1976 SkScalar overstrokeOuterRadius = outerRadius - rrect.fInnerRadius; in onPrepareDraws() local
1979 SkScalar maxOffset = -rrect.fInnerRadius / overstrokeOuterRadius; in onPrepareDraws()
1981 FillInOverstrokeVerts(&verts, bounds, outerRadius, overstrokeOuterRadius, maxOffset, in onPrepareDraws()
1982 overstrokeOuterRadius, 0.0f, rrect.fColor); in onPrepareDraws()