H A D | nuklear.h | 3028 int begin, end, count; member 5274 int count; global() member 5607 unsigned int count; global() member 6694 int count = (int)(&str[str_iter] - str); nk_strmatch_fuzzy_text() local 9312 nk_draw_list_alloc_path(struct nk_draw_list *list, int count) nk_draw_list_alloc_path() argument 9427 nk_draw_list_alloc_vertices(struct nk_draw_list *list, nk_size count) nk_draw_list_alloc_vertices() argument 9451 nk_draw_list_alloc_elements(struct nk_draw_list *list, nk_size count) nk_draw_list_alloc_elements() argument 9628 nk_size count; nk_draw_list_stroke_poly_line() local 11183 nk_uint count = nk_ttUSHORT(data + index_map + 8); nk_tt_FindGlyphIndex() local 11619 int count = (size < 32 ? 2000 : size < 128 ? 800 : 100); nk_tt__hheap_alloc() local 12624 nk_range_glyph_count(const nk_rune *range, int count) nk_range_glyph_count() argument 12681 nk_font_baker_memory(nk_size *temp, int *glyph_count, struct nk_font_config *config_list, int count) nk_font_baker_memory() argument 12713 nk_font_baker(void *memory, int glyph_count, int count, struct nk_allocator *alloc) nk_font_baker() argument 12727 nk_font_bake_pack(struct nk_font_baker *baker, nk_size *image_memory, int *width, int *height, struct nk_recti *custom, const struct nk_font_config *config_list, int count, struct nk_allocator *alloc) nk_font_bake_pack() argument 13070 int count; nk_font_find_glyph() local 24032 nk_chart_begin_colored(struct nk_context *ctx, enum nk_chart_type type, struct nk_color color, struct nk_color highlight, int count, float min_value, float max_value) nk_chart_begin_colored() argument 24091 nk_chart_begin(struct nk_context *ctx, const enum nk_chart_type type, int count, float min_value, float max_value) nk_chart_begin() argument 24098 nk_chart_add_slot_colored(struct nk_context *ctx, const enum nk_chart_type type, struct nk_color color, struct nk_color highlight, int count, float min_value, float max_value) nk_chart_add_slot_colored() argument 24121 nk_chart_add_slot(struct nk_context *ctx, const enum nk_chart_type type, int count, float min_value, float max_value) nk_chart_add_slot() argument 24291 nk_plot(struct nk_context *ctx, enum nk_chart_type type, const float *values, int count, int offset) nk_plot() argument 24316 nk_plot_function(struct nk_context *ctx, enum nk_chart_type type, void *userdata, float(*value_getter)(void* user, int index), int count, int offset) nk_plot_function() argument 25163 nk_combo(struct nk_context *ctx, const char **items, int count, int selected, int item_height, struct nk_vec2 size) nk_combo() argument 25193 nk_combo_separator(struct nk_context *ctx, const char *items_separated_by_separator, int separator, int selected, int count, int item_height, struct nk_vec2 size) nk_combo_separator() argument 25242 nk_combo_string(struct nk_context *ctx, const char *items_separated_by_zeros, int selected, int count, int item_height, struct nk_vec2 size) nk_combo_string() argument 25248 nk_combo_callback(struct nk_context *ctx, void(*item_getter)(void*, int, const char**), void *userdata, int selected, int count, int item_height, struct nk_vec2 size) nk_combo_callback() argument 25281 nk_combobox(struct nk_context *ctx, const char **items, int count, int *selected, int item_height, struct nk_vec2 size) nk_combobox() argument 25287 nk_combobox_string(struct nk_context *ctx, const char *items_separated_by_zeros, int *selected, int count, int item_height, struct nk_vec2 size) nk_combobox_string() argument 25293 nk_combobox_separator(struct nk_context *ctx, const char *items_separated_by_separator, int separator,int *selected, int count, int item_height, struct nk_vec2 size) nk_combobox_separator() argument 25300 nk_combobox_callback(struct nk_context *ctx, void(*item_getter)(void* data, int id, const char **out_text), void *userdata, int *selected, int count, int item_height, struct nk_vec2 size) nk_combobox_callback() argument [all...] |