Home
last modified time | relevance | path

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

/external/wayland/cursor/
Dwayland-cursor.c134 unsigned int cursor_count; member
268 theme->cursor_count = ARRAY_LENGTH(cursor_metadata); in load_default_theme()
269 theme->cursors = malloc(theme->cursor_count * sizeof(*theme->cursors)); in load_default_theme()
272 theme->cursor_count = 0; in load_default_theme()
276 for (i = 0; i < theme->cursor_count; ++i) { in load_default_theme()
283 theme->cursor_count = i; in load_default_theme()
361 theme->cursor_count++; in load_callback()
364 theme->cursor_count * sizeof theme->cursors[0]); in load_callback()
367 theme->cursor_count--; in load_callback()
370 theme->cursors[theme->cursor_count - 1] = cursor; in load_callback()
[all …]