Home
last modified time | relevance | path

Searched refs:selection_ID (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/selection-to-path/
H A Dselection-to-path.c494 gint32 selection_ID; in sel2path() local
507 selection_ID = gimp_image_get_selection (image_ID); in sel2path()
509 if (selection_ID < 0) in sel2path()
512 sel_buffer = gimp_drawable_get_buffer (selection_ID); in sel2path()
/dports/games/unnethack/unnethack-5.1.0-20131208/sys/share/
H A Dlev_comp.h153 selection_ID = 369, enumerator
296 #define selection_ID 369 macro
H A Dlev_yacc.c180 selection_ID = 369, enumerator
323 #define selection_ID 369 macro
/dports/graphics/gimp-app/gimp-2.10.30/libgimp/
H A Dgimpaspectpreview.c333 gint selection_ID; in gimp_aspect_preview_draw_buffer() local
337 selection_ID = gimp_image_get_selection (image_ID); in gimp_aspect_preview_draw_buffer()
344 sel = gimp_drawable_get_thumbnail_data (selection_ID, in gimp_aspect_preview_draw_buffer()
H A Dgimpdrawablepreview.c464 gint32 selection_ID; in gimp_drawable_preview_draw_area() local
476 selection_ID = gimp_image_get_selection (image_ID); in gimp_drawable_preview_draw_area()
484 sel = gimp_drawable_get_sub_thumbnail_data (selection_ID, in gimp_drawable_preview_draw_area()
H A Dgimpzoompreview.c535 gint selection_ID; in gimp_zoom_preview_draw_buffer() local
545 selection_ID = gimp_image_get_selection (image_ID); in gimp_zoom_preview_draw_buffer()
559 sel = gimp_drawable_get_sub_thumbnail_data (selection_ID, in gimp_zoom_preview_draw_buffer()
H A Dgimpimage_pdb.c2226 gint32 selection_ID = -1; in gimp_image_get_selection() local
2234 selection_ID = return_vals[1].data.d_selection; in gimp_image_get_selection()
2238 return selection_ID; in gimp_image_get_selection()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/sys/share/
H A Dlev_comp.h118 #define selection_ID 374 macro
H A Dlev_lex.c1649 ST_RET(selection_ID);
H A Dlev_yacc.c314 #define selection_ID 374 macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/sys/share/
H A Dlev_comp.h118 #define selection_ID 374 macro
H A Dlev_lex.c1649 ST_RET(selection_ID);
H A Dlev_yacc.c314 #define selection_ID 374 macro
/dports/games/vultures-eye/vulture-2.3.67/unnethack/util/
H A Dlev_comp.l177 selection return selection_ID;
H A Dlev_comp.y187 %token <i> rect_ID fillrect_ID line_ID randline_ID grow_ID selection_ID flood_ID
478 | any_var_or_arr '=' selection_ID ':' ter_selection
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/util/
H A Dlev_comp.l193 selection ST_RET(selection_ID);
H A Dlev_comp.y219 %token <i> selection_ID flood_ID
581 | any_var_or_arr '=' selection_ID ':' ter_selection
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/util/
H A Dlev_comp.l193 selection ST_RET(selection_ID);
H A Dlev_comp.y219 %token <i> selection_ID flood_ID
581 | any_var_or_arr '=' selection_ID ':' ter_selection
/dports/games/unnethack/unnethack-5.1.0-20131208/util/
H A Dlev_comp.l198 selection { savetoken(yytext); return selection_ID; }
H A Dlev_comp.y222 %token <i> rect_ID fillrect_ID line_ID randline_ID grow_ID selection_ID flood_ID
581 | any_var_or_arr '=' selection_ID ':' ter_selection