Home
last modified time | relevance | path

Searched refs:region_ctx (Results 1 – 5 of 5) sorted by relevance

/dports/x11-wm/cwm/cwm-6.7/
H A Dscreen.c142 struct region_ctx *
145 struct region_ctx *rc; in region_find()
159 struct region_ctx *rc; in screen_area()
177 struct region_ctx *rc; in screen_update_geometry()
H A Dcalmwm.h216 struct region_ctx { struct
217 TAILQ_ENTRY(region_ctx) entry;
222 TAILQ_HEAD(region_q, region_ctx); argument
490 struct region_ctx *region_find(struct screen_ctx *, int, int);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_buttons/
H A Dbuttons_ops.c68 ARegion *region_ctx = CTX_wm_region(C); in buttons_start_filter_exec() local
71 CTX_wm_region_set(C, region_ctx); in buttons_start_filter_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_file/
H A Dfile_ops.c1913 ARegion *region, *region_ctx = CTX_wm_region(C); in file_smoothscroll_invoke() local
2077 CTX_wm_region_set(C, region_ctx); in file_smoothscroll_invoke()
2757 ARegion *region_ctx = CTX_wm_region(C); in file_start_filter_exec() local
2760 CTX_wm_region_set(C, region_ctx); in file_start_filter_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_handlers.c8414 ARegion *region_ctx = CTX_wm_region(C); in UI_context_active_operator_get() local
8417 if (region_ctx == NULL) { in UI_context_active_operator_get()
8422 LISTBASE_FOREACH (uiBlock *, block, &region_ctx->uiblocks) { in UI_context_active_operator_get()
8433 if (region == region_ctx) { in UI_context_active_operator_get()