Lines Matching refs:npoints
802 void determine_line_limits (char code, hvpair *point, int npoints);
1333 int npoints) in determine_line_limits() argument
1361 for (i = 0; i < npoints; i++) { in determine_line_limits()
1370 for (i = 0; i < npoints; i++) { in determine_line_limits()
1400 for (i = 0; i < npoints; i++) { in determine_line_limits()
1409 for (i = 0; i < npoints; i++) { in determine_line_limits()
1417 void troff_output_file::draw(char code, hvpair *point, int npoints, in draw() argument
1441 for (i = 0; i < npoints; i++) { in draw()
1447 determine_line_limits(code, point, npoints); in draw()
1450 for (i = 0; i < npoints; i++) in draw()
1454 for (i = 0; i < npoints; i++) in draw()
4434 : npoints(np), sz(s), gcol(gc), fcol(fc), code(c) in draw_node()
4436 point = new hvpair[npoints]; in draw_node()
4437 for (int i = 0; i < npoints; i++) in draw_node()
4443 : node(0, st, pop), npoints(np), sz(s), gcol(gc), fcol(fc), code(c) in draw_node()
4445 point = new hvpair[npoints]; in draw_node()
4446 for (int i = 0; i < npoints; i++) in draw_node()
4453 if (code != nd->code || npoints != nd->npoints || sz != nd->sz in same()
4456 for (int i = 0; i < npoints; i++) in same()
4486 for (int i = 0; i < npoints; i++) in width()
4496 for (int i = 0; i < npoints; i++) in vertical_width()
4503 return new draw_node(code, point, npoints, sz, gcol, fcol, state, in copy()
4509 out->draw(code, point, npoints, sz, gcol, fcol); in tprint()