Lines Matching defs:rounding

4431     unsigned short rounding;
4440 unsigned short rounding;
4574 NK_API void nk_stroke_rect(struct nk_command_buffer*, struct nk_rect, float rounding, float line_thickness, struct nk_color);
4582 NK_API void nk_fill_rect(struct nk_command_buffer*, struct nk_rect, float rounding, struct nk_color);
4772 NK_API void nk_draw_list_path_rect_to(struct nk_draw_list*, struct nk_vec2 a, struct nk_vec2 b, float rounding);
4779 NK_API void nk_draw_list_stroke_rect(struct nk_draw_list*, struct nk_rect rect, struct nk_color, float rounding, float thickness);
4786 NK_API void nk_draw_list_fill_rect(struct nk_draw_list*, struct nk_rect rect, struct nk_color, float rounding);
4842 float rounding;
4907 float rounding;
4938 float rounding;
4971 float rounding;
4998 float rounding;
5043 float rounding;
5068 float rounding;
5090 float rounding;
5119 float rounding;
5141 float rounding;
5199 float rounding;
8858 float rounding, float line_thickness, struct nk_color c)
8871 cmd->rounding = (unsigned short)rounding;
8881 float rounding, struct nk_color c)
8895 cmd->rounding = (unsigned short)rounding;
10077 struct nk_vec2 b, float rounding)
10082 r = rounding;
10164 struct nk_color col, float rounding)
10171 nk_vec2(rect.x + rect.w, rect.y + rect.h), rounding);
10174 nk_vec2(rect.x + rect.w, rect.y + rect.h), rounding);
10179 struct nk_color col, float rounding, float thickness)
10185 nk_vec2(rect.x + rect.w, rect.y + rect.h), rounding);
10188 nk_vec2(rect.x + rect.w, rect.y + rect.h), rounding);
10433 r->color, (float)r->rounding, r->line_thickness);
10438 r->color, (float)r->rounding);
14317 button->rounding = 4.0f;
14337 button->rounding = 0.0f;
14357 button->rounding = 1.0f;
14418 select->rounding = 0.0f;
14443 slider->rounding = 0;
14462 button->rounding = 0.0f;
14480 prog->rounding = 0;
14504 scroll->rounding = 0;
14526 button->rounding = 0.0f;
14557 edit->rounding = 0;
14574 property->rounding = 10;
14594 button->rounding = 0.0f;
14620 edit->rounding = 0;
14631 chart->rounding = 0;
14649 combo->rounding = 0;
14667 button->rounding = 0.0f;
14682 tab->rounding = 0;
14700 button->rounding = 0.0f;
14721 button->rounding = 0.0f;
14758 button->rounding = 0.0f;
14778 button->rounding = 0.0f;
14794 win->rounding = 0.0f;
18399 style->tab.rounding, background->data.color);
18585 style->tab.rounding, background->data.color);
19787 nk_fill_rect(out, *bounds, style->rounding, background->data.color);
19788 nk_stroke_rect(out, *bounds, style->rounding, style->border, style->border_color);
19805 content->x = r.x + style->padding.x + style->border + style->rounding;
19806 content->y = r.y + style->padding.y + style->border + style->rounding;
19807 content->w = r.w - (2 * style->padding.x + style->border + style->rounding*2);
19808 content->h = r.h - (2 * style->padding.y + style->border + style->rounding*2);
20720 nk_fill_rect(out, *bounds, style->rounding, background->data.color);
21091 nk_fill_rect(out, *bounds, style->rounding, background->data.color);
21092 nk_stroke_rect(out, *bounds, style->rounding, style->border, style->border_color);
21096 nk_fill_rect(out, bar, style->rounding, bar_color);
21097 nk_fill_rect(out, fill, style->rounding, style->bar_filled);
21313 nk_fill_rect(out, *bounds, style->rounding, background->data.color);
21314 nk_stroke_rect(out, *bounds, style->rounding, style->border, style->border_color);
21319 nk_fill_rect(out, *scursor, style->rounding, cursor->data.color);
21320 nk_stroke_rect(out, *scursor, style->rounding, style->border, style->border_color);
21499 nk_fill_rect(out, *bounds, style->rounding, background->data.color);
21500 nk_stroke_rect(out, *bounds, style->rounding, style->border, style->border_color);
23049 nk_stroke_rect(out, bounds, style->rounding, style->border, style->border_color);
23050 nk_fill_rect(out, bounds, style->rounding, background->data.color);
23619 nk_fill_rect(out, *bounds, style->rounding, background->data.color);
23620 nk_stroke_rect(out, *bounds, style->rounding, style->border, background->data.color);
24084 nk_fill_rect(&win->buffer, bounds, style->rounding, style->border_color);
24086 style->rounding, style->background.data.color);
24633 nk_fill_rect(&win->buffer, header, style->combo.rounding, background->data.color);
24634 nk_stroke_rect(&win->buffer, header, style->combo.rounding, style->combo.border, style->combo.border_color);
24718 nk_fill_rect(&win->buffer, header, style->combo.rounding, background->data.color);
24719 nk_stroke_rect(&win->buffer, header, style->combo.rounding, style->combo.border, style->combo.border_color);
24804 nk_fill_rect(&win->buffer, header, style->combo.rounding, background->data.color);
24805 nk_stroke_rect(&win->buffer, header, style->combo.rounding, style->combo.border, style->combo.border_color);
24893 nk_fill_rect(&win->buffer, header, style->combo.rounding, background->data.color);
24894 nk_stroke_rect(&win->buffer, header, style->combo.rounding, style->combo.border, style->combo.border_color);
24978 nk_fill_rect(&win->buffer, header, style->combo.rounding, background->data.color);
24979 nk_stroke_rect(&win->buffer, header, style->combo.rounding, style->combo.border, style->combo.border_color);
25062 nk_fill_rect(&win->buffer, header, style->combo.rounding, background->data.color);
25063 nk_stroke_rect(&win->buffer, header, style->combo.rounding, style->combo.border, style->combo.border_color);