| /src/external/gpl2/groff/dist/src/preproc/pic/ |
| tex.cpp | 38 void polygon(const position *, int n, 206 void tex_output::polygon(const position *v, int n, function in class:tex_output
|
| troff.cpp | 51 void polygon(const position *, int n, 144 void simple_output::polygon(const position *v, int n, function in class:simple_output 395 // a solid polygon
|
| /src/external/gpl2/groff/dist/src/devices/grolbp/ |
| lbp.cpp | 79 void polygon( int hpos,int vpos,int np,int *p); 402 inline void lbp_printer::polygon(int hpos, int vpos, int np, int *p) function in class:lbp_printer 462 case 'P': // Filled Polygon 466 polygon(env->hpos, env->vpos, np, p); 468 case 'p': // Empty Polygon 472 polygon(env->hpos, env->vpos, np, p);
|