Lines Matching defs:selector
5946 NK_LIB void nk_draw_checkbox(struct nk_command_buffer *out, nk_flags state, const struct nk_style_toggle *style, int active, const struct nk_rect *label, const struct nk_rect *selector, const struct nk_rect *cursors, const char *string, int len, const struct nk_user_font *font);
5947 NK_LIB void nk_draw_option(struct nk_command_buffer *out, nk_flags state, const struct nk_style_toggle *style, int active, const struct nk_rect *label, const struct nk_rect *selector, const struct nk_rect *cursors, const char *string, int len, const struct nk_user_font *font);
20377 const struct nk_rect *label, const struct nk_rect *selector,
20402 nk_fill_rect(out, *selector, 0, style->border_color);
20403 nk_fill_rect(out, nk_shrink_rect(*selector, style->border), 0, background->data.color);
20404 } else nk_draw_image(out, *selector, &background->data.image, nk_white);
20419 const struct nk_rect *label, const struct nk_rect *selector,
20444 nk_fill_circle(out, *selector, style->border_color);
20445 nk_fill_circle(out, nk_shrink_rect(*selector, style->border), background->data.color);
20446 } else nk_draw_image(out, *selector, &background->data.image, nk_white);
20486 /* calculate the selector space */
20492 /* calculate the bounds of the cursor inside the selector */
20498 /* label behind the selector */
20504 /* update selector */
20508 /* draw selector */