Home
last modified time | relevance | path

Searched refs:CurrentLineType (Results 1 – 4 of 4) sorted by relevance

/dports/print/hp2xx/hp2xx-3.4.4/old/
H A Dchardraw.c67 extern LineType CurrentLineType, GlobalLineType;
111 CurrentLineType = LT_solid; in ASCII_to_char()
251 CurrentLineType = GlobalLineType; in ASCII_to_char()
692 CurrentLineType = LT_solid; in plot_user_char()
722 CurrentLineType = GlobalLineType; in plot_user_char()
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dchardraw.c143 int SafeLineType = CurrentLineType; in ASCII_to_char()
146 CurrentLineType = LT_solid; in ASCII_to_char()
799 CurrentLineType = SafeLineType; in ASCII_to_char()
1240 LineType SafeLineType = CurrentLineType; /* Save Current Line Type */ in plot_user_char()
1241 CurrentLineType = LT_solid; in plot_user_char()
1278 CurrentLineType = SafeLineType; /* restore LineType */ in plot_user_char()
1333 int SafeLineType = CurrentLineType; in ASCII_to_font()
1336 CurrentLineType = LT_solid; in ASCII_to_font()
1413 CurrentLineType = SafeLineType; in ASCII_to_font()
H A Dlindef.h31 extern LineType CurrentLineType;
H A Dhpgl.c147 LineType CurrentLineType = LT_solid; variable
370 CurrentLineType = LT_solid; in reset_HPGL()
673 if (CurrentLineType == LT_adaptive) in LPattern_Generator()
1147 switch (CurrentLineType) { in Line_Generator()
2508 LineType SafeLineType = CurrentLineType; in ax_ticks()
2515 CurrentLineType = LT_solid; in ax_ticks()
2541 CurrentLineType = SafeLineType; in ax_ticks()
3298 CurrentLineType = LT_solid; in read_HPGL_cmd()
3302 CurrentLineType = LT_adaptive; in read_HPGL_cmd()
3304 CurrentLineType = LT_plot_at; in read_HPGL_cmd()
[all …]