Home
last modified time | relevance | path

Searched refs:strokeWidths (Results 1 - 3 of 3) sorted by relevance

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

Completed in 2 milliseconds