Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/InOut/
H A DFL_graph.cpp134 int lsegs, pts_pls; in draw() local
158 pts_pls = 1; in draw()
161 pts_pls = npts/MAXLSEGS; in draw()
162 if (npts%MAXLSEGS) pts_pls++; in draw()
163 lsegs = npts/pts_pls; in draw()
178 if (pts_pls == 1) in draw()
182 for (c = 1; c < pts_pls; ++c) in draw()