Home
last modified time | relevance | path

Searched refs:set_resize (Results 1 – 25 of 25) sorted by relevance

/dports/x11-wm/awesome/awesome-4.3/lib/wibox/widget/
H A Dimagebox.lua146 function imagebox:set_resize(allowed) function
169 ret:set_resize(resize_allowed)
/dports/textproc/py-wordnet/WordNet-2.0/include/
H A Dsetutil.h15 Set_t set_resize(Set_t s, unsigned new_max_elem);
/dports/textproc/py-wordnet/WordNet-2.0/src/include/
H A Dsetutil.h15 Set_t set_resize(Set_t s, unsigned new_max_elem);
/dports/textproc/py-wordnet/WordNet-2.0/src/lib/
H A Dsetutil.c33 Set_t set_resize(Set_t s, unsigned new_max_elem) in set_resize() function
/dports/math/igraph/igraph-0.9.5/src/cliques/cliquer/
H A Dset.h178 static set_t set_resize(set_t s, unsigned int size) { in set_resize() function
H A Dcliquer_graph.c94 g->edges[i]=set_resize(g->edges[i],size); in graph_resize()
/dports/math/R-cran-igraph/igraph/src/cliquer/
H A Dset.h178 static set_t set_resize(set_t s, int size) { in set_resize() function
H A Dcliquer_graph.c97 g->edges[i]=set_resize(g->edges[i],size); in graph_resize()
/dports/math/cliquer/autocliquer-1.22/include/cliquer/
H A Dset.h178 static set_t set_resize(set_t s, int size) { in set_resize() function
/dports/math/nauty/nauty27r3/
H A Dnautycliquer.h292 static set_t set_resize(set_t s, int size) { in set_resize() function
H A Dnautycliquer.c1883 g->edges[i]=set_resize(g->edges[i],size); in graph_resize()
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dnautycliquer.h292 static set_t set_resize(set_t s, int size) { in set_resize() function
H A Dnautycliquer.c1883 g->edges[i]=set_resize(g->edges[i],size); in graph_resize()
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_context/
H A Dcocoa_vk_ctx.m359 NULL, /* set_resize */
H A Dcocoa_gl_ctx.m548 NULL, /* set_resize */
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers/
H A Dgl1.c733 if (gl1->ctx_driver->set_resize) in gl1_gfx_frame()
734 gl1->ctx_driver->set_resize(gl1->ctx_data, in gl1_gfx_frame()
H A Dmetal.m140 NULL, /* set_resize */
H A Dgl_core.c1891 if (gl->ctx_driver->set_resize) in gl_core_frame()
1892 gl->ctx_driver->set_resize(gl->ctx_data, in gl_core_frame()
H A Dvulkan.c2271 if (vk->ctx_driver->set_resize) in vulkan_frame()
2272 vk->ctx_driver->set_resize(vk->ctx_data, mode.width, mode.height); in vulkan_frame()
H A Dgl.c2874 if (gl->ctx_driver->set_resize) in gl2_frame()
2875 gl->ctx_driver->set_resize(gl->ctx_data, in gl2_frame()
/dports/math/cliquer/autocliquer-1.22/lib/
H A Dgraph.c92 g->edges[i]=set_resize(g->edges[i],size); in graph_resize()
/dports/x11-wm/awesome/awesome-4.3/lib/naughty/
H A Dcore.lua803 iconbox:set_resize(false)
/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.h1306 set_resize_cb set_resize; member
H A Dretroarch.c30265 ctx_driver->set_resize = NULL; in video_context_driver_destroy_internal()
/dports/x11-wm/awesome/awesome-4.3/docs/
H A D89-NEWS.md705 myimagebox:set_resize(not myimagebox:get_resize())