Home
last modified time | relevance | path

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 Dmgbufdraw.c123 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 DmgbufP.h38 #define MGX_BGNLINE 1 macro
H A Dmgbuf.c944 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 Dmgx11draw.c123 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 Dmgx11P.h92 #define MGX_BGNLINE 1 macro
H A Dmgx11windows.c541 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 Dmgpsdraw.c123 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 DmgpsP.h34 #define MGX_BGNLINE 1 macro
H A Dmgpswindows.c103 case MGX_BGNLINE: in mgps_add()
109 if (primtype == MGX_BGNLINE) in mgps_add()