Home
last modified time | relevance | path

Searched refs:register_funcs (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/app/paint/
H A Dgimp-paint.c60 GimpPaintRegisterFunc register_funcs[] = in gimp_paint_init() local
86 for (i = 0; i < G_N_ELEMENTS (register_funcs); i++) in gimp_paint_init()
88 register_funcs[i] (gimp, gimp_paint_register); in gimp_paint_init()
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimp-tools.c132 GimpToolRegisterFunc register_funcs[] = in gimp_tools_init() local
209 for (i = 0; i < G_N_ELEMENTS (register_funcs); i++) in gimp_tools_init()
211 register_funcs[i] (gimp_tools_register, gimp); in gimp_tools_init()
/dports/devel/godot/godot-3.2.3-stable/modules/visual_script/
H A Dvisual_script.cpp2717 ERR_FAIL_COND(register_funcs.has(p_name)); in add_register_func()
2718 register_funcs[p_name] = p_func; in add_register_func()
2722 ERR_FAIL_COND(!register_funcs.has(p_name)); in remove_register_func()
2723 register_funcs.erase(p_name); in remove_register_func()
2728 ERR_FAIL_COND_V(!register_funcs.has(p_name), Ref<VisualScriptNode>()); in create_node_from_name()
2730 return register_funcs[p_name](p_name); in create_node_from_name()
2735 …for (Map<String, VisualScriptNodeRegisterFunc>::Element *E = register_funcs.front(); E; E = E->nex… in get_registered_node_names()
H A Dvisual_script.h484 Map<String, VisualScriptNodeRegisterFunc> register_funcs; variable
/dports/devel/godot-tools/godot-3.2.3-stable/modules/visual_script/
H A Dvisual_script.cpp2717 ERR_FAIL_COND(register_funcs.has(p_name)); in add_register_func()
2718 register_funcs[p_name] = p_func; in add_register_func()
2722 ERR_FAIL_COND(!register_funcs.has(p_name)); in remove_register_func()
2723 register_funcs.erase(p_name); in remove_register_func()
2728 ERR_FAIL_COND_V(!register_funcs.has(p_name), Ref<VisualScriptNode>()); in create_node_from_name()
2730 return register_funcs[p_name](p_name); in create_node_from_name()
2735 …for (Map<String, VisualScriptNodeRegisterFunc>::Element *E = register_funcs.front(); E; E = E->nex… in get_registered_node_names()
H A Dvisual_script.h484 Map<String, VisualScriptNodeRegisterFunc> register_funcs; variable
/dports/lang/parrot/parrot-8.1.0/
H A DChangeLog5659 * include/parrot/register_funcs.h: Renamed to regfuncs.h
5851 include/parrot/register.h, include/parrot/register_funcs.h,