Searched refs:strokeWidths (Results 1 – 5 of 5) sorted by relevance
63 SkScalar strokeWidths[] = { variable106 widthIndex < SK_ARRAY_COUNT(strokeWidths);110 paint.setStrokeWidth(strokeWidths[widthIndex]);
303 SkScalar strokeWidths[] = { in onDraw() local322 p.setStrokeWidth(strokeWidths[i]); in onDraw()
74 SkScalar strokeWidths[] = { variable117 widthIndex < SK_ARRAY_COUNT(strokeWidths);121 paint.setStrokeWidth(strokeWidths[widthIndex]);
75 vec<N> strokeWidths) { in ApproxNumRadialSegmentsPerRadian()76 vec<N> cosTheta = skvx::max(1 - 2 / (parametricPrecision * strokeWidths), -1); in ApproxNumRadialSegmentsPerRadian()