Home
last modified time | relevance | path

Searched refs:shape_input_rects (Results 1 – 4 of 4) sorted by relevance

/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_comp_x.c3437 …ecore_x_window_shape_input_rectangles_set(pwin, (Ecore_X_Rectangle*)ec->shape_input_rects, ec->sha… in _e_comp_x_hook_client_pre_frame_assign()
4313 E_FREE(ec->shape_input_rects); in _e_comp_x_hook_client_fetch()
4327 E_FREE(ec->shape_input_rects); in _e_comp_x_hook_client_fetch()
4389 free(ec->shape_input_rects); in _e_comp_x_hook_client_fetch()
4390 ec->shape_input_rects = (Eina_Rectangle*)rects; in _e_comp_x_hook_client_fetch()
4402 free(ec->shape_input_rects); in _e_comp_x_hook_client_fetch()
4403 ec->shape_input_rects = NULL; in _e_comp_x_hook_client_fetch()
H A De_client.h259 Eina_Rectangle *shape_input_rects; member
H A De_comp.c635 rects = ec->shape_rects ?: ec->shape_input_rects; in _e_comp_shapes_update_comp_client_shape_comp_helper()
H A De_comp_wl.c1638 for (i = 0, r = ec->shape_input_rects; i < ec->shape_input_rects_num; i++, r++) in _e_comp_wl_surface_state_commit()