Home
last modified time | relevance | path

Searched refs:mode_get_icon (Results 1 – 8 of 8) sorted by relevance

/dports/x11/rofi-wayland/rofi-1.6.1-wayland/include/
H A Dmode.h137 cairo_surface_t * mode_get_icon ( const Mode *mode, unsigned int selected_line, int height );
/dports/x11/rofi/rofi-1.6.1/include/
H A Dmode.h137 cairo_surface_t * mode_get_icon ( const Mode *mode, unsigned int selected_line, int height );
/dports/x11/rofi/rofi-1.6.1/source/
H A Dmode.c72 cairo_surface_t * mode_get_icon ( const Mode *mode, unsigned int selected_line, int height ) in mode_get_icon() function
H A Dview.c1008 … cairo_surface_t *icon = mode_get_icon ( state->sw, state->line_map[index], icon_height ); in update_callback()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/source/
H A Dmode.c72 cairo_surface_t * mode_get_icon ( const Mode *mode, unsigned int selected_line, int height ) in mode_get_icon() function
H A Dview.c438 … cairo_surface_t *icon = mode_get_icon ( state->sw, state->line_map[index], icon_height ); in update_callback()
/dports/x11/rofi/rofi-1.6.1/source/dialogs/
H A Dcombi.c263 … cairo_surface_t *icon = mode_get_icon ( pd->switchers[i].mode, index - pd->starts[i], height ); in combi_get_icon()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/source/dialogs/
H A Dcombi.c263 … cairo_surface_t *icon = mode_get_icon ( pd->switchers[i].mode, index - pd->starts[i], height ); in combi_get_icon()