Lines Matching refs:npoints
800 void determine_line_limits (char code, hvpair *point, int npoints);
1331 int npoints) in determine_line_limits() argument
1359 for (i = 0; i < npoints; i++) { in determine_line_limits()
1368 for (i = 0; i < npoints; i++) { in determine_line_limits()
1398 for (i = 0; i < npoints; i++) { in determine_line_limits()
1407 for (i = 0; i < npoints; i++) { in determine_line_limits()
1415 void troff_output_file::draw(char code, hvpair *point, int npoints, in draw() argument
1439 for (i = 0; i < npoints; i++) { in draw()
1445 determine_line_limits(code, point, npoints); in draw()
1448 for (i = 0; i < npoints; i++) in draw()
1452 for (i = 0; i < npoints; i++) in draw()
4432 : npoints(np), sz(s), gcol(gc), fcol(fc), code(c) in draw_node()
4434 point = new hvpair[npoints]; in draw_node()
4435 for (int i = 0; i < npoints; i++) in draw_node()
4441 : node(0, st, pop), npoints(np), sz(s), gcol(gc), fcol(fc), code(c) in draw_node()
4443 point = new hvpair[npoints]; in draw_node()
4444 for (int i = 0; i < npoints; i++) in draw_node()
4451 if (code != nd->code || npoints != nd->npoints || sz != nd->sz in same()
4454 for (int i = 0; i < npoints; i++) in same()
4484 for (int i = 0; i < npoints; i++) in width()
4494 for (int i = 0; i < npoints; i++) in vertical_width()
4501 return new draw_node(code, point, npoints, sz, gcol, fcol, state, in copy()
4507 out->draw(code, point, npoints, sz, gcol, fcol); in tprint()