| H A D | nuklear.h | 4622 char text[NK_INPUT_MAX]; global() member 5129 struct nk_color text; global() member 5220 struct nk_style_text text; global() member 5920 struct nk_color text; global() member 6593 nk_str_match_here(const char *regexp, const char *text) nk_str_match_here() argument 6606 nk_str_match_star(int c, const char *regexp, const char *text) nk_str_match_star() argument 6615 nk_strfilter(const char *text, const char *regexp) nk_strfilter() argument 7330 nk_text_clamp(const struct nk_user_font *font, const char *text, int text_len, float space, int *glyphs, float *text_width, nk_rune *sep_list, int sep_count) nk_text_clamp() argument 7940 const char *text; nk_utf_len() local 7967 const char *text; nk_utf_at() local 8329 nk_str_append_text_utf8(struct nk_str *str, const char *text, int len) nk_str_append_text_utf8() argument 8341 nk_str_append_str_utf8(struct nk_str *str, const char *text) nk_str_append_str_utf8() argument 8360 nk_str_append_text_runes(struct nk_str *str, const nk_rune *text, int len) nk_str_append_text_runes() argument 8445 nk_str_insert_text_char(struct nk_str *str, int pos, const char *text, int len) nk_str_insert_text_char() argument 8450 nk_str_insert_str_char(struct nk_str *str, int pos, const char *text) nk_str_insert_str_char() argument 8455 nk_str_insert_text_utf8(struct nk_str *str, int pos, const char *text, int len) nk_str_insert_text_utf8() argument 8470 nk_str_insert_str_utf8(struct nk_str *str, int pos, const char *text) nk_str_insert_str_utf8() argument 8604 char *text; nk_str_at_rune() local 8647 char *text; nk_str_at_const() local 10339 nk_draw_list_add_text(struct nk_draw_list *list, const struct nk_user_font *font, struct nk_rect rect, const char *text, int len, float font_height, struct nk_color fg) nk_draw_list_add_text() argument 13007 nk_font_text_width(nk_handle handle, float height, const char *text, int len) nk_font_text_width() argument 14276 struct nk_style_text *text; nk_style_from_table() local 15708 struct nk_text text; nk_panel_begin() local 17125 nk_contextual_item_text(struct nk_context *ctx, const char *text, int len, nk_flags alignment) nk_contextual_item_text() argument 17160 nk_contextual_item_image_text(struct nk_context *ctx, struct nk_image img, const char *text, int len, nk_flags align) nk_contextual_item_image_text() argument 17196 nk_contextual_item_symbol_text(struct nk_context *ctx, enum nk_symbol_type symbol, const char *text, int len, nk_flags align) nk_contextual_item_symbol_text() argument 17226 nk_contextual_item_symbol_label(struct nk_context *ctx, enum nk_symbol_type symbol, const char *text, nk_flags align) nk_contextual_item_symbol_label() argument 17413 nk_menu_begin_label(struct nk_context *ctx, const char *text, nk_flags align, struct nk_vec2 size) nk_menu_begin_label() argument 17549 nk_menu_item_image_text(struct nk_context *ctx, struct nk_image img, const char *text, int len, nk_flags align) nk_menu_item_image_text() argument 17554 nk_menu_item_symbol_text(struct nk_context *ctx, enum nk_symbol_type sym, const char *text, int len, nk_flags align) nk_menu_item_symbol_text() argument 18365 struct nk_text text; nk_tree_state_base() local 18550 struct nk_text text; nk_tree_element_image_push_hashed_base() local 19313 struct nk_text text; nk_widget_text_wrap() local 19351 struct nk_text text; nk_text_colored() local 19378 struct nk_text text; nk_text_wrap_colored() local 19706 struct nk_text text; nk_draw_symbol() local 19823 struct nk_text text; nk_draw_button_text() local 19951 struct nk_text text; nk_draw_button_text_symbol() local 20015 struct nk_text text; nk_draw_button_text_image() local 20258 nk_button_symbol_text_styled(struct nk_context *ctx, const struct nk_style_button *style, enum nk_symbol_type symbol, const char *text, int len, nk_flags align) nk_button_symbol_text_styled() argument 20286 nk_button_symbol_text(struct nk_context *ctx, enum nk_symbol_type symbol, const char* text, int len, nk_flags align) nk_button_symbol_text() argument 20305 nk_button_image_text_styled(struct nk_context *ctx, const struct nk_style_button *style, struct nk_image img, const char *text, int len, nk_flags align) nk_button_image_text_styled() argument 20333 nk_button_image_text(struct nk_context *ctx, struct nk_image img, const char *text, int len, nk_flags align) nk_button_image_text() argument 20383 struct nk_text text; nk_draw_checkbox() local 20425 struct nk_text text; nk_draw_option() local 20526 nk_check_text(struct nk_context *ctx, const char *text, int len, int active) nk_check_text() argument 20554 nk_check_flags_text(struct nk_context *ctx, const char *text, int len, unsigned int flags, unsigned int value) nk_check_flags_text() argument 20568 nk_checkbox_text(struct nk_context *ctx, const char *text, int len, int *active) nk_checkbox_text() argument 20580 nk_checkbox_flags_text(struct nk_context *ctx, const char *text, int len, unsigned int *flags, unsigned int value) nk_checkbox_flags_text() argument 20621 nk_option_text(struct nk_context *ctx, const char *text, int len, int is_active) nk_option_text() argument 20649 nk_radio_text(struct nk_context *ctx, const char *text, int len, int *active) nk_radio_text() argument 20688 struct nk_text text; nk_draw_selectable() local 21741 const char *text = nk_str_at_const(&edit->string, line_start_id, &unicode, &l); nk_textedit_layout_row() local 22026 const char *text = (const char *) ctext; nk_textedit_paste() local 22047 nk_textedit_text(struct nk_text_edit *state, const char *text, int total_len) nk_textedit_text() argument 22791 nk_edit_draw_text(struct nk_command_buffer *out, const struct nk_style_edit *style, float pos_x, float pos_y, float x_offset, const char *text, int byte_len, float row_height, const struct nk_user_font *font, struct nk_color background, struct nk_color foreground, int is_selected) nk_edit_draw_text() argument 22997 const char *text; nk_do_edit() local 23036 {const char *text = nk_str_get_const(&edit->string); nk_do_edit() local 23598 struct nk_text text; nk_draw_property() local 24598 struct nk_text text; nk_combo_begin_text() local 24857 struct nk_text text; nk_combo_begin_symbol_text() local 25029 struct nk_text text; nk_combo_begin_image_text() local 25121 nk_combo_item_text(struct nk_context *ctx, const char *text, int len,nk_flags align) nk_combo_item_text() argument 25131 nk_combo_item_image_text(struct nk_context *ctx, struct nk_image img, const char *text, int len, nk_flags alignment) nk_combo_item_image_text() argument 25137 nk_combo_item_image_label(struct nk_context *ctx, struct nk_image img, const char *text, nk_flags alignment) nk_combo_item_image_label() argument 25143 nk_combo_item_symbol_text(struct nk_context *ctx, enum nk_symbol_type sym, const char *text, int len, nk_flags alignment) nk_combo_item_symbol_text() argument 25366 nk_tooltip(struct nk_context *ctx, const char *text) nk_tooltip() argument [all...] |