Searched refs:MGX_BGNLINE (Results 1 – 9 of 9) sorted by relevance
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/buf/ |
H A D | mgbufdraw.c | 123 BUFmg_add(MGX_BGNLINE, 0, NULL, NULL); in mgbuf_polygon() 154 BUFmg_add(MGX_BGNLINE, 0, NULL, NULL); in mgbuf_line() 385 BUFmg_add(MGX_BGNLINE, 0, NULL, NULL); in mgbuf_polylist() 419 BUFmg_add(MGX_BGNLINE, 0, NULL, NULL); in mgbuf_polylist() 426 BUFmg_add(MGX_BGNLINE, 0, NULL, NULL); in mgbuf_polylist() 482 BUFmg_add(MGX_BGNLINE, 0, NULL, NULL); in mgbufpolymeshrow() 542 BUFmg_add(MGX_BGNLINE, 0, NULL, NULL); in mgbufpolymeshrow() 755 BUFmg_add(MGX_BGNLINE, 0, NULL, NULL); in mgbuf_drawnormal()
|
H A D | mgbufP.h | 38 #define MGX_BGNLINE 1 macro
|
H A D | mgbuf.c | 944 case MGX_BGNLINE: in BUFmg_add() 947 if (primtype == MGX_BGNLINE) in BUFmg_add()
|
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/x11/ |
H A D | mgx11draw.c | 123 Xmg_add(MGX_BGNLINE, 0, NULL, NULL); in mgx11_polygon() 154 Xmg_add(MGX_BGNLINE, 0, NULL, NULL); in mgx11_line() 382 Xmg_add(MGX_BGNLINE, 0, NULL, NULL); in mgx11_polylist() 416 Xmg_add(MGX_BGNLINE, 0, NULL, NULL); in mgx11_polylist() 423 Xmg_add(MGX_BGNLINE, 0, NULL, NULL); in mgx11_polylist() 479 Xmg_add(MGX_BGNLINE, 0, NULL, NULL); in mgx11polymeshrow() 539 Xmg_add(MGX_BGNLINE, 0, NULL, NULL); in mgx11polymeshrow() 754 Xmg_add(MGX_BGNLINE, 0, NULL, NULL); in mgx11_drawnormal()
|
H A D | mgx11P.h | 92 #define MGX_BGNLINE 1 macro
|
H A D | mgx11windows.c | 541 case MGX_BGNLINE: in Xmg_add() 547 if (primtype == MGX_BGNLINE) in Xmg_add()
|
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/ps/ |
H A D | mgpsdraw.c | 123 mgps_add(MGX_BGNLINE, 0, NULL, NULL); in mgps_polygon() 154 mgps_add(MGX_BGNLINE, 0, NULL, NULL); in mgps_line() 385 mgps_add(MGX_BGNLINE, 0, NULL, NULL); in mgps_polylist() 419 mgps_add(MGX_BGNLINE, 0, NULL, NULL); in mgps_polylist() 426 mgps_add(MGX_BGNLINE, 0, NULL, NULL); in mgps_polylist() 482 mgps_add(MGX_BGNLINE, 0, NULL, NULL); in mgpspolymeshrow() 542 mgps_add(MGX_BGNLINE, 0, NULL, NULL); in mgpspolymeshrow() 755 mgps_add(MGX_BGNLINE, 0, NULL, NULL); in mgps_drawnormal()
|
H A D | mgpsP.h | 34 #define MGX_BGNLINE 1 macro
|
H A D | mgpswindows.c | 103 case MGX_BGNLINE: in mgps_add() 109 if (primtype == MGX_BGNLINE) in mgps_add()
|