Searched refs:overstrokeOuterRadius (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrShadowRRectOp.cpp | 741 SkScalar overstrokeOuterRadius = outerRadius - args.fInnerRadius; in onPrepareDraws() local 744 SkScalar maxOffset = -args.fInnerRadius / overstrokeOuterRadius; in onPrepareDraws() 746 FillInOverstrokeVerts(&verts, bounds, outerRadius, overstrokeOuterRadius, maxOffset, in onPrepareDraws() 747 overstrokeOuterRadius, color, blurRadius); in onPrepareDraws()
|
D | GrOvalOpFactory.cpp | 1971 SkScalar overstrokeOuterRadius = outerRadius - args.fInnerRadius; in onPrepareDraws() local 1974 SkScalar maxOffset = -args.fInnerRadius / overstrokeOuterRadius; in onPrepareDraws() 1976 FillInOverstrokeVerts(&verts, bounds, outerRadius, overstrokeOuterRadius, maxOffset, in onPrepareDraws() 1977 overstrokeOuterRadius, 0.0f, color); in onPrepareDraws()
|