Home
last modified time | relevance | path

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

/external/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()
/external/skqp/gm/
Dinversepaths.cpp66 SkScalar strokeWidths[] = { variable
109 widthIndex < SK_ARRAY_COUNT(strokeWidths);
113 paint.setStrokeWidth(strokeWidths[widthIndex]);
Droundrects.cpp296 SkScalar strokeWidths[] = { in onDraw() local
315 p.setStrokeWidth(strokeWidths[i]); in onDraw()
/external/skia/src/gpu/tessellate/
DGrStrokeTessellator.h71 float parametricPrecision, grvx::vec<N> strokeWidths) { in ApproxNumRadialSegmentsPerRadian()
72 grvx::vec<N> cosTheta = skvx::max(1 - 2 / (parametricPrecision * strokeWidths), -1); in ApproxNumRadialSegmentsPerRadian()