Searched refs:fillstyle_choices (Results 1 – 3 of 3) sorted by relevance
/dports/graphics/xfig/xfig-3.2.8a/src/ |
H A D | w_indpanel.h | 124 extern choice_info fillstyle_choices[];
|
H A D | w_drawprim.c | 1007 fillstyle_choices[i].value = i; in init_fill_pm() 1008 fillstyle_choices[i].icon = &none_ic; in init_fill_pm() 1016 fillstyle_choices[0].pixmap = XCreatePixmapFromBitmapData(tool_d, in init_fill_pm() 1027 fillstyle_choices[i + 1].pixmap = XCreatePixmapFromBitmapData(tool_d, in init_fill_pm() 1039 fillstyle_choices[i + 1].pixmap = XCreatePixmapFromBitmapData(tool_d, in init_fill_pm() 1057 fillstyle_choices[i + 1].pixmap = XCreatePixmapFromBitmapData(tool_d, in init_fill_pm()
|
H A D | w_indpanel.c | 374 choice_info fillstyle_choices[NUMFILLPATS + 1]; variable 424 fillstyle_choices, NUMFILLPATS + 1, 11}, 1783 p = fillstyle_choices[i].pixmap; in popup_choice_panel() 3891 XSetTile(tool_d, ind_button_gc, fillstyle_choices[0].pixmap); in show_fillstyle() 3896 XSetTile(tool_d, ind_button_gc, fillstyle_choices[cur_fillstyle+1].pixmap); in show_fillstyle() 3944 XFillRectangle(tool_d, fillstyle_choices[i+1].pixmap, fillgc, 0, 0, 32, 32); in recolor_fillstyles()
|