Home
last modified time | relevance | path

Searched refs:strokew (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/brushes/
H A Dshapes.cpp94 const int strokew = rect.width(); in sampleStroke() local
97 const qreal dphase = (2*M_PI)/qreal(strokew); in sampleStroke()
101 pointvector.reserve(strokew); in sampleStroke()
103 for(int x=0;x<strokew;++x, phase += dphase) { in sampleStroke()
105 const qreal fx = x/qreal(strokew); in sampleStroke()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/tests/
H A DBLI_delaunay_2d_test.cc344 int strokew = thin_line; in graph_draw() local
345 f << "<line fill=\"none\" stroke=\"black\" stroke-width=\"" << strokew << "\" x1=\"" in graph_draw()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Ddelaunay_2d.cc490 int strokew = e->input_ids == nullptr ? thin_line : thick_line; in cdt_draw() local
491 f << "<line fill=\"none\" stroke=\"black\" stroke-width=\"" << strokew << "\" x1=\"" in cdt_draw()