Home
last modified time | relevance | path

Searched refs:I_PEN_COLOR (Results 1 – 5 of 5) sorted by last modified time

/dports/graphics/xfig/xfig-3.2.8a/src/
H A De_update.c205 up_part(cur_pencolor, cur_l->pen_color, I_PEN_COLOR); in init_update_settings()
221 up_part(cur_pencolor, cur_l->pen_color, I_PEN_COLOR); in init_update_settings()
230 up_part(cur_pencolor, cur_t->color, I_PEN_COLOR); in init_update_settings()
254 up_part(cur_pencolor, cur_e->pen_color, I_PEN_COLOR); in init_update_settings()
266 up_part(cur_pencolor, cur_a->pen_color, I_PEN_COLOR); in init_update_settings()
286 up_part(cur_pencolor, cur_s->pen_color, I_PEN_COLOR); in init_update_settings()
460 up_part(arc->pen_color, cur_pencolor, I_PEN_COLOR); in update_arc()
491 up_part(line->pen_color, cur_pencolor, I_PEN_COLOR); in update_line()
497 up_part(line->pen_color, cur_pencolor, I_PEN_COLOR); in update_line()
530 up_part(text->color, cur_pencolor, I_PEN_COLOR); in update_text()
[all …]
H A Dw_indpanel.c416 {I_CHOICE, I_PEN_COLOR, "PenColor", "", XWIDE_IND_SW_WD,
903 else if (ind_switches[i].func == I_PEN_COLOR) in setup_ind_panel()
1654 if (isw->func == I_PEN_COLOR || isw->func == I_FILL_COLOR) { in popup_choice_panel()
1691 if (isw->func == I_PEN_COLOR || isw->func == I_FILL_COLOR) { in popup_choice_panel()
1733 if (isw->func == I_PEN_COLOR || isw->func == I_FILL_COLOR) { in popup_choice_panel()
1759 if (isw->func == I_PEN_COLOR || isw->func == I_FILL_COLOR) in popup_choice_panel()
1763 if (isw->func == I_PEN_COLOR || isw->func == I_FILL_COLOR) { in popup_choice_panel()
1769 else if (isw->func == I_PEN_COLOR) in popup_choice_panel()
H A Dw_color.c809 XawToggleSetCurrent(mixedEdit[0],(XtPointer) (intptr_t)(func==I_PEN_COLOR? 1:2)); in pen_fill_activate()
H A Dw_style.c81 "pen_color", TColor, NULL, &cur_pencolor, I_PEN_COLOR,
H A Dw_indpanel.h61 #define I_PEN_COLOR 0x00020000 macro
85 #define I_TEXT0 (I_TEXTJUST | I_FONT | I_FONTSIZE | I_PEN_COLOR | \
89 I_PEN_COLOR | I_FILL_COLOR | I_DEPTH)
91 I_PEN_COLOR | I_FILL_COLOR | I_DEPTH | I_CAPSTYLE)
104 #define I_PICOBJ (I_MIN2 | I_DEPTH | I_PEN_COLOR)