Searched refs:gs_printstr (Results 1 – 10 of 10) sorted by relevance
/dports/graphics/vcg/vcg.1.30/src/ |
H A D | infobox.c | 531 gs_printstr(myspecbuffer,BLACK); 533 gs_printstr(myspecbuffer,BLACK); 536 gs_printstr(myspecbuffer,BLACK); 539 gs_printstr(myspecbuffer,BLACK); 541 gs_printstr(myspecbuffer,BLACK); 543 gs_printstr(myspecbuffer,BLACK); 545 gs_printstr(myspecbuffer,BLACK); 547 gs_printstr(myspecbuffer,BLACK); 549 gs_printstr(myspecbuffer,BLACK); 551 gs_printstr(myspecbuffer,BLACK); [all …]
|
H A D | drawstr.h | 79 void gs_printstr _PP((char *s, int c));
|
H A D | grprintstr.c | 75 #define gs_printstr bm_printstr macro
|
H A D | PSdevstr.c | 76 #define gs_printstr ps_printstr macro
|
H A D | drawlib.h | 111 void gs_printstr _PP((char *s,int c));
|
H A D | drawstr.c | 341 void gs_printstr(char *s, int c) in gs_printstr() function 343 void gs_printstr(s,c) in gs_printstr()
|
H A D | drawlib.c | 463 else gs_printstr(NLABEL(v),BLACK); 602 else gs_printstr(NLABEL(v),WHITE); 742 else gs_printstr(NLABEL(v),WHITE); 842 else gs_printstr(NLABEL(v),BLACK); 953 else gs_printstr(ELABEL(e),BLACK); 1188 else gs_printstr(NLABEL(v),BLACK); 1345 else gs_printstr(NLABEL(v),WHITE); 1508 else gs_printstr(NLABEL(v),WHITE); 1768 else gs_printstr(NLABEL(v),BLACK); 1963 else gs_printstr(NLABEL(v),WHITE); [all …]
|
H A D | grprint2.c | 119 #define gs_printstr bm_printstr macro
|
H A D | X11dev.c | 874 gs_printstr("\f02\fbUSAAR Visualization Tool ",31); in display_part() 876 gs_printstr(version_str,31); in display_part() 878 gs_printstr("\f01\fi169 1993-1995 by G.Sander, I.Lemke & the Compare Consortium",31); in display_part() 880 gs_printstr(&(revision_str[1]),31); in display_part() 882 gs_printstr(date_str,31); in display_part() 884 gs_printstr("No warranty ! See the file COPYING for licence conditions.",31); in display_part()
|
H A D | PSdev.c | 113 #define gs_printstr ps_printstr macro
|