Home
last modified time | relevance | path

Searched refs:NUM_TOOLS (Results 1 – 16 of 16) sorted by relevance

/dports/games/tuxpaint/tuxpaint-0.9.26/magic/docs/
H A Dtp_magic_example.c29 NUM_TOOLS // Becomes '2' enumerator
35 const char *snd_filenames[NUM_TOOLS] = {
40 const char *icon_filenames[NUM_TOOLS] = {
53 const char *names[NUM_TOOLS] = {
61 const char *descs[NUM_TOOLS] = {
72 Mix_Chunk *snd_effect[NUM_TOOLS];
129 for (i = 0; i < NUM_TOOLS; i++) in example_init()
162 return (NUM_TOOLS); in example_get_tool_count()
296 for (i = 0; i < NUM_TOOLS; i++) in example_shutdown()
/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dtools.h54 NUM_TOOLS enumerator
60 const char *const tool_names[NUM_TOOLS] = {
113 const char *const tool_tips[NUM_TOOLS] = {
181 const char *const tool_img_fnames[NUM_TOOLS] = {
203 const int tool_tux[NUM_TOOLS] = {
H A Dtuxpaint.c1508 static SDL_Surface *img_tools[NUM_TOOLS], *img_tool_names[NUM_TOOLS];
1881 static int tool_avail[NUM_TOOLS], tool_avail_bak[NUM_TOOLS];
8161 for (i = 0; i < NUM_TOOLS; i++) in create_button_labels()
8420 if (NUM_TOOLS > most + TOOLOFFSET) in draw_toolbar()
8468 if (tool < NUM_TOOLS) in draw_toolbar()
10760 for (i = 0; i < NUM_TOOLS; i++) in reset_avail_tools()
10836 for (i = 0; i < NUM_TOOLS; i++) in disable_avail_tools()
10851 for (i = 0; i < NUM_TOOLS; i++) in enable_avail_tools()
18008 *whicht += NUM_TOOLS; in handle_keymouse_buttons()
18033 *whicht += NUM_TOOLS; in handle_keymouse_buttons()
[all …]
/dports/games/tuxpaint/tuxpaint-0.9.26/magic/src/
H A Dhalftone.c22 NUM_TOOLS enumerator
26 const char *snd_filenames[NUM_TOOLS] = {
30 const char *icon_filenames[NUM_TOOLS] = {
34 const char *names[NUM_TOOLS] = {
38 const char *descs[NUM_TOOLS] = {
42 Mix_Chunk *snd_effect[NUM_TOOLS];
82 for (i = 0; i < NUM_TOOLS; i++) in halftone_init()
103 return (NUM_TOOLS); in halftone_get_tool_count()
151 for (i = 0; i < NUM_TOOLS; i++) { in halftone_shutdown()
H A Dmirror_flip.c42 NUM_TOOLS enumerator
45 static Mix_Chunk *snd_effects[NUM_TOOLS];
86 return (NUM_TOOLS); in mirror_flip_get_tool_count()
H A Dfade_darken.c40 NUM_TOOLS enumerator
43 static Mix_Chunk *snd_effects[NUM_TOOLS];
90 return (NUM_TOOLS); in fade_darken_get_tool_count()
H A Dblocks_chalk_drip.c43 NUM_TOOLS enumerator
49 static Mix_Chunk *snd_effect[NUM_TOOLS];
101 return (NUM_TOOLS); in blocks_chalk_drip_get_tool_count()
H A Dpixels.c41 NUM_TOOLS enumerator
90 return (NUM_TOOLS); in pixels_get_tool_count()
H A Dbricks.c45 NUM_TOOLS enumerator
95 return (NUM_TOOLS); in bricks_get_tool_count()
H A Dclone.c42 NUM_TOOLS enumerator
116 return (NUM_TOOLS); in clone_get_tool_count()
/dports/graphics/dia/dia-0.97.3/app/
H A Dinterface.c252 #define NUM_TOOLS (sizeof (tool_data) / sizeof (ToolButton)) macro
253 const int num_tools = NUM_TOOLS;
259 static GtkWidget *tool_widgets[NUM_TOOLS];
1140 for (i = 0; i < NUM_TOOLS; i++) { in create_tools()
1404 sheet_option_menu, NUM_TOOLS+1); in create_sheet_dropdown_menu()
/dports/games/frogatto/frogatto-1.3.1/src/
H A Deditor.hpp131 …TOOL_PICKER, TOOL_ADD_OBJECT, TOOL_SELECT_OBJECT, TOOL_EDIT_SEGMENTS, TOOL_EDIT_HEXES, NUM_TOOLS }; enumerator
H A Deditor.cpp385 if(tool >= 0 && tool < editor::NUM_TOOLS) { in select_tool()
430 for(int n = 0; n < editor::NUM_TOOLS; ++n) { in init()
/dports/graphics/xournal/xournal-0.4.8.2016/src/
H A Dxournal.h157 #define NUM_TOOLS 9 macro
H A Dxo-file.c49 const char *tool_names[NUM_TOOLS] = {"pen", "eraser", "highlighter", "text", "selectregion", "selec…
2375 parse_keyval_enum("tools", "startup_tool", &ui.startuptool, tool_names, NUM_TOOLS); in load_config_from_file()
2397 parse_keyval_enum("tools", "btn2_tool", &(ui.toolno[1]), tool_names, NUM_TOOLS); in load_config_from_file()
2400 parse_keyval_enum("tools", "btn3_tool", &(ui.toolno[2]), tool_names, NUM_TOOLS); in load_config_from_file()
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dannotate.c86 #define NUM_TOOLS (sizeof (tools) / sizeof (tools[0])) macro