| H A D | nuklear.h | 5329 struct nk_rect bounds; member 5415 struct nk_rect bounds; global() member 16261 nk_begin(struct nk_context *ctx, const char *title, struct nk_rect bounds, nk_flags flags) nk_begin() argument 16267 nk_begin_titled(struct nk_context *ctx, const char *name, const char *title, struct nk_rect bounds, nk_flags flags) nk_begin_titled() argument 16681 nk_window_set_bounds(struct nk_context *ctx, const char *name, struct nk_rect bounds) nk_window_set_bounds() argument 17132 struct nk_rect bounds; nk_contextual_item_text() local 17167 struct nk_rect bounds; nk_contextual_item_image_text() local 17203 struct nk_rect bounds; nk_contextual_item_symbol_text() local 18152 nk_layout_widget_space(struct nk_rect *bounds, const struct nk_context *ctx, struct nk_window *win, int modify) nk_layout_widget_space() argument 18289 nk_panel_alloc_space(struct nk_rect *bounds, const struct nk_context *ctx) nk_panel_alloc_space() argument 18311 nk_layout_peek(struct nk_rect *bounds, struct nk_context *ctx) nk_layout_peek() argument 18695 struct nk_rect bounds; nk_group_scrolled_offset_begin() local 19014 struct nk_rect bounds; nk_widget_bounds() local 19025 struct nk_rect bounds; nk_widget_position() local 19037 struct nk_rect bounds; nk_widget_size() local 19049 struct nk_rect bounds; nk_widget_width() local 19061 struct nk_rect bounds; nk_widget_height() local 19074 struct nk_rect bounds; nk_widget_is_hovered() local 19096 struct nk_rect bounds; nk_widget_is_mouse_clicked() local 19118 struct nk_rect bounds; nk_widget_has_mouse_click_down() local 19137 nk_widget(struct nk_rect *bounds, const struct nk_context *ctx) nk_widget() argument 19185 nk_widget_fitting(struct nk_rect *bounds, struct nk_context *ctx, struct nk_vec2 item_padding) nk_widget_fitting() argument 19350 struct nk_rect bounds; nk_text_colored() local 19377 struct nk_rect bounds; nk_text_wrap_colored() local 19656 struct nk_rect bounds; nk_image() local 19671 struct nk_rect bounds; nk_image_color() local 19773 nk_draw_button(struct nk_command_buffer *out, const struct nk_rect *bounds, nk_flags state, const struct nk_style_button *style) nk_draw_button() argument 19797 struct nk_rect bounds; nk_do_button() local 19818 nk_draw_button_text(struct nk_command_buffer *out, const struct nk_rect *bounds, const struct nk_rect *content, nk_flags state, const struct nk_style_button *style, const char *txt, int len, nk_flags text_alignment, const struct nk_user_font *font) nk_draw_button_text() argument 19841 nk_do_button_text(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, const char *string, int len, nk_flags align, enum nk_button_behavior behavior, const struct nk_style_button *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_button_text() 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 19887 nk_do_button_symbol(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, enum nk_symbol_type symbol, enum nk_button_behavior behavior, const struct nk_style_button *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_button_symbol() argument 19910 nk_draw_button_image(struct nk_command_buffer *out, const struct nk_rect *bounds, const struct nk_rect *content, nk_flags state, const struct nk_style_button *style, const struct nk_image *img) nk_draw_button_image() argument 19918 nk_do_button_image(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, struct nk_image img, enum nk_button_behavior b, const struct nk_style_button *style, const struct nk_input *in) nk_do_button_image() 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 19977 nk_do_button_text_symbol(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, enum nk_symbol_type symbol, const char *str, int len, nk_flags align, enum nk_button_behavior behavior, const struct nk_style_button *style, const struct nk_user_font *font, const struct nk_input *in) nk_do_button_text_symbol() argument 20009 nk_draw_button_text_image(struct nk_command_buffer *out, const struct nk_rect *bounds, const struct nk_rect *label, const struct nk_rect *image, nk_flags state, const struct nk_style_button *style, const char *str, int len, const struct nk_user_font *font, const struct nk_image *img) nk_draw_button_text_image() argument 20034 nk_do_button_text_image(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, struct nk_image img, const char* str, int len, nk_flags align, enum nk_button_behavior behavior, const struct nk_style_button *style, const struct nk_user_font *font, const struct nk_input *in) nk_do_button_text_image() argument 20122 struct nk_rect bounds; nk_button_text_styled() local 20166 struct nk_rect bounds; nk_button_color() local 20200 struct nk_rect bounds; nk_button_symbol_styled() local 20232 struct nk_rect bounds; nk_button_image_styled() local 20266 struct nk_rect bounds; nk_button_symbol_text_styled() local 20313 struct nk_rect bounds; nk_button_image_text_styled() local 20466 struct nk_rect bounds; nk_do_toggle() local 20533 struct nk_rect bounds; nk_check_text() local 20628 struct nk_rect bounds; nk_option_text() local 20681 nk_draw_selectable(struct nk_command_buffer *out, nk_flags state, const struct nk_style_selectable *style, int active, const struct nk_rect *bounds, const struct nk_rect *icon, const struct nk_image *img, enum nk_symbol_type sym, const char *string, int len, nk_flags align, const struct nk_user_font *font) nk_draw_selectable() argument 20730 nk_do_selectable(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, const char *str, int len, nk_flags align, int *value, const struct nk_style_selectable *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_selectable() argument 20766 nk_do_selectable_image(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, const char *str, int len, nk_flags align, int *value, const struct nk_image *img, const struct nk_style_selectable *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_selectable_image() argument 20813 nk_do_selectable_symbol(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, const char *str, int len, nk_flags align, int *value, enum nk_symbol_type sym, const struct nk_style_selectable *style, const struct nk_input *in, const struct nk_user_font *font) nk_do_selectable_symbol() argument 20870 struct nk_rect bounds; nk_selectable_text() local 20899 struct nk_rect bounds; nk_selectable_image_text() local 20928 struct nk_rect bounds; nk_selectable_symbol_text() local 21004 nk_slider_behavior(nk_flags *state, struct nk_rect *logical_cursor, struct nk_rect *visual_cursor, struct nk_input *in, struct nk_rect bounds, float slider_min, float slider_max, float slider_value, float slider_step, float slider_steps) nk_slider_behavior() argument 21046 nk_draw_slider(struct nk_command_buffer *out, nk_flags state, const struct nk_style_slider *style, const struct nk_rect *bounds, const struct nk_rect *visual_cursor, float min, float value, float max) nk_draw_slider() argument 21105 nk_do_slider(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, float min, float val, float max, float step, const struct nk_style_slider *style, struct nk_input *in, const struct nk_user_font *font) nk_do_slider() argument 21204 struct nk_rect bounds; nk_slider_float() local 21289 nk_draw_progress(struct nk_command_buffer *out, nk_flags state, const struct nk_style_progress *style, const struct nk_rect *bounds, const struct nk_rect *scursor, nk_size value, nk_size max) nk_draw_progress() argument 21324 nk_do_progress(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, nk_size value, nk_size max, int modifiable, const struct nk_style_progress *style, struct nk_input *in) nk_do_progress() argument 21362 struct nk_rect bounds; nk_progress() local 21478 nk_draw_scrollbar(struct nk_command_buffer *out, nk_flags state, const struct nk_style_scrollbar *style, const struct nk_rect *bounds, const struct nk_rect *scroll) nk_draw_scrollbar() argument 22871 nk_do_edit(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, nk_flags flags, nk_plugin_filter filter, struct nk_text_edit *edit, const struct nk_style_edit *style, struct nk_input *in, const struct nk_user_font *font) nk_do_edit() argument 23463 struct nk_rect bounds; nk_edit_buffer() local 23594 nk_draw_property(struct nk_command_buffer *out, const struct nk_style_property *style, const struct nk_rect *bounds, const struct nk_rect *label, nk_flags state, const char *name, int len, const struct nk_user_font *font) nk_draw_property() argument 23846 struct nk_rect bounds; nk_property() local 24042 struct nk_rect bounds = {0, 0, 0, 0}; nk_chart_begin_colored() local 24137 struct nk_rect bounds; nk_chart_push_line() local 24351 nk_color_picker_behavior(nk_flags *state, const struct nk_rect *bounds, const struct nk_rect *matrix, const struct nk_rect *hue_bar, const struct nk_rect *alpha_bar, struct nk_colorf *color, const struct nk_input *in) nk_color_picker_behavior() argument 24462 nk_do_color_picker(nk_flags *state, struct nk_command_buffer *out, struct nk_colorf *col, enum nk_color_format fmt, struct nk_rect bounds, struct nk_vec2 padding, const struct nk_input *in, const struct nk_user_font *font) nk_do_color_picker() argument 24517 struct nk_rect bounds; nk_color_pick() local 24724 struct nk_rect bounds; nk_combo_begin_color() local 24808 struct nk_rect bounds = {0,0,0,0}; nk_combo_begin_symbol() local 24982 struct nk_rect bounds = {0,0,0,0}; nk_combo_begin_image() local 25322 struct nk_rect bounds; nk_tooltip_begin() local [all...] |