H A D | nuklear.h | 4095 unsigned int type; global() member 4124 enum nk_allocation_type type; global() member 4399 enum nk_command_type type; global() member 4817 enum nk_style_item_type type; global() member 5270 enum nk_chart_type type; global() member 5298 enum nk_panel_row_layout_type type; global() member 5327 enum nk_panel_type type; global() member 5373 enum nk_panel_type type; global() member 5561 enum nk_allocation_type type; global() member 7892 int i, j, len, type=0; nk_utf_decode() local 8064 nk_buffer_align(void *unaligned, nk_size align, nk_size *alignment, enum nk_buffer_allocation_type type) nk_buffer_align() argument 8132 nk_buffer_alloc(struct nk_buffer *b, enum nk_buffer_allocation_type type, nk_size size, nk_size align) nk_buffer_alloc() argument 8184 nk_buffer_push(struct nk_buffer *b, enum nk_buffer_allocation_type type, const void *memory, nk_size size, nk_size align) nk_buffer_push() argument 8192 nk_buffer_mark(struct nk_buffer *buffer, enum nk_buffer_allocation_type type) nk_buffer_mark() argument 8202 nk_buffer_reset(struct nk_buffer *buffer, enum nk_buffer_allocation_type type) nk_buffer_reset() argument 10990 unsigned char type,padding; global() member 11263 nk_tt_setvertex(struct nk_tt_vertex *v, nk_byte type, nk_int x, nk_int y, nk_int cx, nk_int cy) nk_tt_setvertex() argument 15555 nk_panel_get_padding(const struct nk_style *style, enum nk_panel_type type) nk_panel_get_padding() argument 15568 nk_panel_get_border(const struct nk_style *style, nk_flags flags, enum nk_panel_type type) nk_panel_get_border() argument 15584 nk_panel_get_border_color(const struct nk_style *style, enum nk_panel_type type) nk_panel_get_border_color() argument 15597 nk_panel_is_sub(enum nk_panel_type type) nk_panel_is_sub() argument 15602 nk_panel_is_nonblock(enum nk_panel_type type) nk_panel_is_nonblock() argument 16802 nk_popup_begin(struct nk_context *ctx, enum nk_popup_type type, const char *title, nk_flags flags, struct nk_rect rect) nk_popup_begin() argument 17618 nk_layout_row_calculate_usable_space(const struct nk_style *style, enum nk_panel_type type, float total_space, int columns) nk_layout_row_calculate_usable_space() argument 18350 nk_tree_state_base(struct nk_context *ctx, enum nk_tree_type type, struct nk_image *img, const char *title, enum nk_collapse_states *state) nk_tree_state_base() argument 18458 nk_tree_base(struct nk_context *ctx, enum nk_tree_type type, struct nk_image *img, const char *title, enum nk_collapse_states initial_state, const char *hash, int len, int line) nk_tree_base() argument 18480 nk_tree_state_push(struct nk_context *ctx, enum nk_tree_type type, const char *title, enum nk_collapse_states *state) nk_tree_state_push() argument 18486 nk_tree_state_image_push(struct nk_context *ctx, enum nk_tree_type type, struct nk_image img, const char *title, enum nk_collapse_states *state) nk_tree_state_image_push() argument 18511 nk_tree_push_hashed(struct nk_context *ctx, enum nk_tree_type type, const char *title, enum nk_collapse_states initial_state, const char *hash, int len, int line) nk_tree_push_hashed() argument 18518 nk_tree_image_push_hashed(struct nk_context *ctx, enum nk_tree_type type, struct nk_image img, const char *title, enum nk_collapse_states initial_state, const char *hash, int len,int seed) nk_tree_image_push_hashed() argument 18530 nk_tree_element_image_push_hashed_base(struct nk_context *ctx, enum nk_tree_type type, struct nk_image *img, const char *title, int title_len, enum nk_collapse_states *state, int *selected) nk_tree_element_image_push_hashed_base() argument 18641 nk_tree_element_base(struct nk_context *ctx, enum nk_tree_type type, struct nk_image *img, const char *title, enum nk_collapse_states initial_state, int *selected, const char *hash, int len, int line) nk_tree_element_base() argument 18663 nk_tree_element_push_hashed(struct nk_context *ctx, enum nk_tree_type type, const char *title, enum nk_collapse_states initial_state, int *selected, const char *hash, int len, int seed) nk_tree_element_push_hashed() argument 18670 nk_tree_element_image_push_hashed(struct nk_context *ctx, enum nk_tree_type type, struct nk_image img, const char *title, enum nk_collapse_states initial_state, int *selected, const char *hash, int len,int seed) nk_tree_element_image_push_hashed() argument 19693 nk_draw_symbol(struct nk_command_buffer *out, enum nk_symbol_type type, struct nk_rect content, struct nk_color background, struct nk_color foreground, float border_width, const struct nk_user_font *font) nk_draw_symbol() argument 19865 nk_draw_button_symbol(struct nk_command_buffer *out, const struct nk_rect *bounds, const struct nk_rect *content, nk_flags state, const struct nk_style_button *style, enum nk_symbol_type type, const struct nk_user_font *font) nk_draw_button_symbol() argument 19944 nk_draw_button_text_symbol(struct nk_command_buffer *out, const struct nk_rect *bounds, const struct nk_rect *label, const struct nk_rect *symbol, nk_flags state, const struct nk_style_button *style, const char *str, int len, enum nk_symbol_type type, const struct nk_user_font *font) nk_draw_button_text_symbol() argument 20459 nk_do_toggle(nk_flags *state, struct nk_command_buffer *out, struct nk_rect r, int *active, const char *str, int len, enum nk_toggle_type type, const struct nk_style_toggle *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_toggle() argument 22654 nk_textedit_clear_state(struct nk_text_edit *state, enum nk_text_edit_type type, nk_plugin_filter filter) nk_textedit_clear_state() argument 22915 const enum nk_text_edit_type type = (flags & NK_EDIT_MULTILINE) ? nk_do_edit() 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 25109 nk_combo_begin_symbol_label(struct nk_context *ctx, const char *selected, enum nk_symbol_type type, struct nk_vec2 size) nk_combo_begin_symbol_label() argument [all...] |