Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dinversepaths.cpp63 SkScalar strokeWidths[] = { variable
106 widthIndex < SK_ARRAY_COUNT(strokeWidths);
110 paint.setStrokeWidth(strokeWidths[widthIndex]);
Droundrects.cpp303 SkScalar strokeWidths[] = { in onDraw() local
322 p.setStrokeWidth(strokeWidths[i]); in onDraw()
/third_party/flutter/skia/gm/
Dinversepaths.cpp74 SkScalar strokeWidths[] = { variable
117 widthIndex < SK_ARRAY_COUNT(strokeWidths);
121 paint.setStrokeWidth(strokeWidths[widthIndex]);
Droundrects.cpp303 SkScalar strokeWidths[] = { in onDraw() local
322 p.setStrokeWidth(strokeWidths[i]); in onDraw()
/third_party/skia/src/gpu/tessellate/
DStrokeTessellator.h75 vec<N> strokeWidths) { in ApproxNumRadialSegmentsPerRadian()
76 vec<N> cosTheta = skvx::max(1 - 2 / (parametricPrecision * strokeWidths), -1); in ApproxNumRadialSegmentsPerRadian()