Searched refs:overstrokeOuterRadius (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 2552 SkScalar overstrokeOuterRadius = outerRadius - rrect.fInnerRadius; in onPrepareDraws() local 2555 SkScalar maxOffset = -rrect.fInnerRadius / overstrokeOuterRadius; in onPrepareDraws() 2557 FillInOverstrokeVerts(verts, bounds, outerRadius, overstrokeOuterRadius, maxOffset, in onPrepareDraws() 2558 overstrokeOuterRadius, 0.0f, color); in onPrepareDraws()
|
/external/skqp/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 2426 SkScalar overstrokeOuterRadius = outerRadius - rrect.fInnerRadius; in onPrepareDraws() local 2429 SkScalar maxOffset = -rrect.fInnerRadius / overstrokeOuterRadius; in onPrepareDraws() 2431 FillInOverstrokeVerts(verts, bounds, outerRadius, overstrokeOuterRadius, maxOffset, in onPrepareDraws() 2432 overstrokeOuterRadius, 0.0f, color); in onPrepareDraws()
|