Lines Matching defs:normal

133 /// NK_MAX_NUMBER_BUFFER            | Maximum buffer size for the conversion buffer between float and string Under normal circumstances this should be more than sufficient.
134 /// NK_INPUT_MAX | Defines the max number of bytes which can be added as text input in one frame. Under normal circumstances this should be more than sufficient.
3764 fonts is best fitted for using the normal draw shape command API where you
4828 struct nk_style_item normal;
4855 struct nk_style_item normal;
4885 struct nk_style_item normal;
4920 struct nk_style_item normal;
4959 struct nk_style_item normal;
4985 struct nk_style_item normal;
5018 struct nk_style_item normal;
5052 struct nk_style_item normal;
5096 struct nk_style_item normal;
5153 struct nk_style_item normal;
5445 * nk_style_push_style_item(ctx, &ctx->style.button.normal, nk_style_item_color(nk_rgb(255,0,0)));
14303 button->normal = nk_style_item_color(table[NK_COLOR_BUTTON]);
14324 button->normal = nk_style_item_color(table[NK_COLOR_WINDOW]);
14344 button->normal = nk_style_item_color(table[NK_COLOR_WINDOW]);
14364 toggle->normal = nk_style_item_color(table[NK_COLOR_TOGGLE]);
14383 toggle->normal = nk_style_item_color(table[NK_COLOR_TOGGLE]);
14402 select->normal = nk_style_item_color(table[NK_COLOR_SELECT]);
14425 slider->normal = nk_style_item_hide();
14449 button->normal = nk_style_item_color(nk_rgb(40,40,40));
14470 prog->normal = nk_style_item_color(table[NK_COLOR_SLIDER]);
14490 scroll->normal = nk_style_item_color(table[NK_COLOR_SCROLLBAR]);
14513 button->normal = nk_style_item_color(nk_rgb(40,40,40));
14536 edit->normal = nk_style_item_color(table[NK_COLOR_EDIT]);
14562 property->normal = nk_style_item_color(table[NK_COLOR_PROPERTY]);
14581 button->normal = nk_style_item_color(table[NK_COLOR_PROPERTY]);
14602 edit->normal = nk_style_item_color(table[NK_COLOR_PROPERTY]);
14635 combo->normal = nk_style_item_color(table[NK_COLOR_COMBO]);
14654 button->normal = nk_style_item_color(table[NK_COLOR_COMBO]);
14687 button->normal = nk_style_item_color(table[NK_COLOR_TAB_HEADER]);
14708 button->normal = nk_style_item_color(table[NK_COLOR_WINDOW]);
14732 win->header.normal = nk_style_item_color(table[NK_COLOR_HEADER]);
14745 button->normal = nk_style_item_color(table[NK_COLOR_HEADER]);
14765 button->normal = nk_style_item_color(table[NK_COLOR_HEADER]);
15733 background = &style->window.header.normal;
19782 else background = &style->normal;
20184 button.normal = nk_style_item_color(color);
20395 background = &style->normal;
20437 background = &style->normal;
20700 background = &style->normal;
21071 background = &style->normal;
21307 background = &style->normal;
21493 background = &style->normal;
23045 else background = &style->normal;
23245 background = &style->normal;
23356 background = &style->normal;
23609 background = &style->normal;
24625 background = &style->combo.normal;
24713 else background = &style->combo.normal;
24795 background = &style->combo.normal;
24884 background = &style->combo.normal;
24973 else background = &style->combo.normal;
25054 background = &style->combo.normal;