SYMBOL INDEX (6116 symbols across 115 files) FILE: demo/allegro5/main.c function main (line 81) | int main(void) FILE: demo/allegro5/nuklear_allegro5.h type NkAllegro5Font (line 23) | typedef struct NkAllegro5Font NkAllegro5Font; type nk_image (line 31) | struct nk_image type NkAllegro5Font (line 56) | struct NkAllegro5Font { type nk_allegro5 (line 61) | struct nk_allegro5 { function nk_image (line 73) | nk_image* nk_allegro5_create_image(const char* file_name) function NK_API (line 95) | NK_API void nk_allegro5_del_image(struct nk_image* image) function nk_allegro5_font_get_text_width (line 102) | static float function NK_API (line 125) | NK_API NkAllegro5Font* function NK_API (line 154) | NK_API void function NK_API (line 161) | NK_API void function ALLEGRO_COLOR (line 169) | static ALLEGRO_COLOR function NK_API (line 176) | NK_API void function NK_API (line 346) | NK_API int function NK_INTERN (line 503) | NK_INTERN void function NK_INTERN (line 512) | NK_INTERN void function nk_context (line 525) | nk_context* function NK_API (line 551) | NK_API FILE: demo/common/calculator.c function calculator (line 2) | static void FILE: demo/common/canvas.c type nk_canvas (line 2) | struct nk_canvas { function nk_bool (line 9) | static nk_bool function canvas_end (line 39) | static void function canvas (line 48) | static void FILE: demo/common/file_browser.c type icons (line 12) | struct icons { type file_groups (line 26) | enum file_groups { type file_types (line 36) | enum file_types { type file_group (line 56) | struct file_group { type file (line 62) | struct file { type media (line 68) | struct media { type file_browser (line 77) | struct file_browser { function die (line 92) | static void function icon_load (line 103) | static struct nk_image function dir_free_list (line 153) | static void type dirent (line 187) | struct dirent function FILE_GROUP (line 224) | static struct file_group function FILE_DEF (line 234) | static struct file type nk_image (line 244) | struct nk_image type media (line 245) | struct media type file (line 269) | struct file function media_init (line 285) | static void function file_browser_reload_directory_content (line 316) | static void function file_browser_init (line 327) | static void function file_browser_free (line 359) | static void function cmp_fn (line 371) | int cmp_fn(const void *str1, const void *str2) function file_browser_run (line 378) | static int FILE: demo/common/filebrowser/stb_image.h type stbi_uc (line 385) | typedef unsigned char stbi_uc; type stbi_us (line 386) | typedef unsigned short stbi_us; type stbi_io_callbacks (line 409) | typedef struct type stbi__uint16 (line 640) | typedef unsigned short stbi__uint16; type stbi__int16 (line 641) | typedef signed short stbi__int16; type stbi__uint32 (line 642) | typedef unsigned int stbi__uint32; type stbi__int32 (line 643) | typedef signed int stbi__int32; type stbi__uint16 (line 646) | typedef uint16_t stbi__uint16; type stbi__int16 (line 647) | typedef int16_t stbi__int16; type stbi__uint32 (line 648) | typedef uint32_t stbi__uint32; type stbi__int32 (line 649) | typedef int32_t stbi__int32; function stbi__cpuid3 (line 730) | static int stbi__cpuid3(void) function stbi__sse2_available (line 752) | static int stbi__sse2_available(void) function stbi__sse2_available (line 763) | static int stbi__sse2_available(void) type stbi__context (line 803) | typedef struct function stbi__start_mem (line 824) | static void stbi__start_mem(stbi__context *s, stbi_uc const *buffer, int... function stbi__start_callbacks (line 834) | static void stbi__start_callbacks(stbi__context *s, stbi_io_callbacks *c... function stbi__stdio_read (line 848) | static int stbi__stdio_read(void *user, char *data, int size) function stbi__stdio_skip (line 853) | static void stbi__stdio_skip(void *user, int n) function stbi__stdio_eof (line 863) | static int stbi__stdio_eof(void *user) function stbi__start_file (line 875) | static void stbi__start_file(stbi__context *s, FILE *f) function stbi__rewind (line 884) | static void stbi__rewind(stbi__context *s) type stbi__result_info (line 899) | typedef struct function STBIDEF (line 970) | STBIDEF const char *stbi_failure_reason(void) function stbi__err (line 976) | static int stbi__err(const char *str) function stbi__addsizes_valid (line 1000) | static int stbi__addsizes_valid(int a, int b) function stbi__mul2sizes_valid (line 1012) | static int stbi__mul2sizes_valid(int a, int b) function stbi__mad2sizes_valid (line 1022) | static int stbi__mad2sizes_valid(int a, int b, int add) function stbi__mad3sizes_valid (line 1029) | static int stbi__mad3sizes_valid(int a, int b, int c, int add) function stbi__mad4sizes_valid (line 1037) | static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) function stbi__addints_valid (line 1068) | static int stbi__addints_valid(int a, int b) function stbi__mul2shorts_valid (line 1076) | static int stbi__mul2shorts_valid(short a, short b) function STBIDEF (line 1099) | STBIDEF void stbi_image_free(void *retval_from_stbi_load) function STBIDEF (line 1114) | STBIDEF void stbi_set_flip_vertically_on_load(int flag_true_if_should_flip) function STBIDEF (line 1124) | STBIDEF void stbi_set_flip_vertically_on_load_thread(int flag_true_if_sh... function stbi_uc (line 1188) | static stbi_uc *stbi__convert_16_to_8(stbi__uint16 *orig, int w, int h, ... function stbi__uint16 (line 1204) | static stbi__uint16 *stbi__convert_8_to_16(stbi_uc *orig, int w, int h, ... function stbi__vertical_flip (line 1220) | static void stbi__vertical_flip(void *image, int w, int h, int bytes_per... function stbi__vertical_flip_slices (line 1245) | static void stbi__vertical_flip_slices(void *image, int w, int h, int z,... function stbi__uint16 (line 1284) | static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, ... function stbi__float_postprocess (line 1312) | static void stbi__float_postprocess(float *result, int *x, int *y, int *... function STBIDEF (line 1329) | STBIDEF int stbi_convert_wchar_to_utf8(char *buffer, size_t bufferlen, c... function FILE (line 1335) | static FILE *stbi__fopen(char const *filename, char const *mode) function STBIDEF (line 1364) | STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *co... function STBIDEF (line 1374) | STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp,... function STBIDEF (line 1387) | STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, in... function STBIDEF (line 1400) | STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int ... function STBIDEF (line 1413) | STBIDEF stbi_us *stbi_load_16_from_memory(stbi_uc const *buffer, int len... function STBIDEF (line 1420) | STBIDEF stbi_us *stbi_load_16_from_callbacks(stbi_io_callbacks const *cl... function STBIDEF (line 1427) | STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, i... function STBIDEF (line 1434) | STBIDEF stbi_uc *stbi_load_from_callbacks(stbi_io_callbacks const *clbk,... function STBIDEF (line 1442) | STBIDEF stbi_uc *stbi_load_gif_from_memory(stbi_uc const *buffer, int le... function STBIDEF (line 1476) | STBIDEF float *stbi_loadf_from_memory(stbi_uc const *buffer, int len, in... function STBIDEF (line 1483) | STBIDEF float *stbi_loadf_from_callbacks(stbi_io_callbacks const *clbk, ... function STBIDEF (line 1491) | STBIDEF float *stbi_loadf(char const *filename, int *x, int *y, int *com... function STBIDEF (line 1501) | STBIDEF float *stbi_loadf_from_file(FILE *f, int *x, int *y, int *comp, ... function STBIDEF (line 1515) | STBIDEF int stbi_is_hdr_from_memory(stbi_uc const *buffer, int len) function STBIDEF (line 1529) | STBIDEF int stbi_is_hdr (char const *filename) function STBIDEF (line 1540) | STBIDEF int stbi_is_hdr_from_file(FILE *f) function STBIDEF (line 1557) | STBIDEF int stbi_is_hdr_from_callbacks(stbi_io_callbacks const *clb... function STBIDEF (line 1573) | STBIDEF void stbi_ldr_to_hdr_gamma(float gamma) { stbi__l2h_gamma = ga... function STBIDEF (line 1574) | STBIDEF void stbi_ldr_to_hdr_scale(float scale) { stbi__l2h_scale = sc... function STBIDEF (line 1579) | STBIDEF void stbi_hdr_to_ldr_gamma(float gamma) { stbi__h2l_gamma_i = ... function STBIDEF (line 1580) | STBIDEF void stbi_hdr_to_ldr_scale(float scale) { stbi__h2l_scale_i = ... function stbi__refill_buffer (line 1595) | static void stbi__refill_buffer(stbi__context *s) function stbi_inline (line 1612) | stbi_inline static stbi_uc stbi__get8(stbi__context *s) function stbi_inline (line 1626) | stbi_inline static int stbi__at_eof(stbi__context *s) function stbi__skip (line 1642) | static void stbi__skip(stbi__context *s, int n) function stbi__getn (line 1664) | static int stbi__getn(stbi__context *s, stbi_uc *buffer, int n) function stbi__get16be (line 1692) | static int stbi__get16be(stbi__context *s) function stbi__uint32 (line 1702) | static stbi__uint32 stbi__get32be(stbi__context *s) function stbi__get16le (line 1712) | static int stbi__get16le(stbi__context *s) function stbi__uint32 (line 1720) | static stbi__uint32 stbi__get32le(stbi__context *s) function stbi_uc (line 1744) | static stbi_uc stbi__compute_y(int r, int g, int b) function stbi__uint16 (line 1801) | static stbi__uint16 stbi__compute_y_16(int r, int g, int b) function stbi__uint16 (line 1810) | static stbi__uint16 *stbi__convert_format16(stbi__uint16 *data, int img_... function stbi_uc (line 1882) | static stbi_uc *stbi__hdr_to_ldr(float *data, int x, int y, int comp) type stbi__huffman (line 1936) | typedef struct type stbi__jpeg (line 1947) | typedef struct function stbi__build_huffman (line 2001) | static int stbi__build_huffman(stbi__huffman *h, int *count) function stbi__build_fast_ac (line 2048) | static void stbi__build_fast_ac(stbi__int16 *fast_ac, stbi__huffman *h) function stbi__grow_buffer_unsafe (line 2073) | static void stbi__grow_buffer_unsafe(stbi__jpeg *j) function stbi_inline (line 2095) | stbi_inline static int stbi__jpeg_huff_decode(stbi__jpeg *j, stbi__huffm... function stbi_inline (line 2151) | stbi_inline static int stbi__extend_receive(stbi__jpeg *j, int n) function stbi_inline (line 2167) | stbi_inline static int stbi__jpeg_get_bits(stbi__jpeg *j, int n) function stbi_inline (line 2179) | stbi_inline static int stbi__jpeg_get_bit(stbi__jpeg *j) function stbi__jpeg_decode_block (line 2208) | static int stbi__jpeg_decode_block(stbi__jpeg *j, short data[64], stbi__... function stbi__jpeg_decode_block_prog_dc (line 2263) | static int stbi__jpeg_decode_block_prog_dc(stbi__jpeg *j, short data[64]... function stbi__jpeg_decode_block_prog_ac (line 2293) | static int stbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64]... function stbi_inline (line 2414) | stbi_inline static stbi_uc stbi__clamp(int x) function stbi__idct_block (line 2465) | static void stbi__idct_block(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2528) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2709) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi_uc (line 2917) | static stbi_uc stbi__get_marker(stbi__jpeg *j) function stbi__jpeg_reset (line 2934) | static void stbi__jpeg_reset(stbi__jpeg *j) function stbi__parse_entropy_coded_data (line 2947) | static int stbi__parse_entropy_coded_data(stbi__jpeg *z) function stbi__jpeg_dequantize (line 3071) | static void stbi__jpeg_dequantize(short *data, stbi__uint16 *dequant) function stbi__jpeg_finish (line 3078) | static void stbi__jpeg_finish(stbi__jpeg *z) function stbi__process_marker (line 3097) | static int stbi__process_marker(stbi__jpeg *z, int m) function stbi__process_scan_header (line 3201) | static int stbi__process_scan_header(stbi__jpeg *z) function stbi__free_jpeg_components (line 3240) | static int stbi__free_jpeg_components(stbi__jpeg *z, int ncomp, int why) function stbi__process_frame_header (line 3262) | static int stbi__process_frame_header(stbi__jpeg *z, int scan) function stbi__decode_jpeg_header (line 3363) | static int stbi__decode_jpeg_header(stbi__jpeg *z, int scan) function stbi__skip_jpeg_junk_at_end (line 3387) | static int stbi__skip_jpeg_junk_at_end(stbi__jpeg *j) function stbi__decode_jpeg_image (line 3410) | static int stbi__decode_jpeg_image(stbi__jpeg *j) type stbi_uc (line 3449) | typedef stbi_uc *(*resample_row_func)(stbi_uc *out, stbi_uc *in0, stbi_u... function stbi_uc (line 3454) | static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *... function stbi_uc (line 3463) | static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, s... function stbi_uc (line 3473) | static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 3503) | static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 3528) | static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_n... function stbi_uc (line 3644) | static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_nea... function stbi__YCbCr_to_RGB_row (line 3658) | static void stbi__YCbCr_to_RGB_row(stbi_uc *out, const stbi_uc *y, const... function stbi__YCbCr_to_RGB_simd (line 3684) | static void stbi__YCbCr_to_RGB_simd(stbi_uc *out, stbi_uc const *y, stbi... function stbi__setup_jpeg (line 3819) | static void stbi__setup_jpeg(stbi__jpeg *j) function stbi__cleanup_jpeg (line 3841) | static void stbi__cleanup_jpeg(stbi__jpeg *j) type stbi__resample (line 3846) | typedef struct function stbi_uc (line 3857) | static stbi_uc stbi__blinn_8x8(stbi_uc x, stbi_uc y) function stbi_uc (line 3863) | static stbi_uc *load_jpeg_image(stbi__jpeg *z, int *out_x, int *out_y, i... function stbi__jpeg_test (line 4040) | static int stbi__jpeg_test(stbi__context *s) function stbi__jpeg_info_raw (line 4054) | static int stbi__jpeg_info_raw(stbi__jpeg *j, int *x, int *y, int *comp) function stbi__jpeg_info (line 4066) | static int stbi__jpeg_info(stbi__context *s, int *x, int *y, int *comp) type stbi__zhuffman (line 4095) | typedef struct function stbi_inline (line 4105) | stbi_inline static int stbi__bitreverse16(int n) function stbi_inline (line 4114) | stbi_inline static int stbi__bit_reverse(int v, int bits) function stbi__zbuild_huffman (line 4122) | static int stbi__zbuild_huffman(stbi__zhuffman *z, const stbi_uc *sizeli... type stbi__zbuf (line 4175) | typedef struct function stbi_inline (line 4189) | stbi_inline static int stbi__zeof(stbi__zbuf *z) function stbi_inline (line 4194) | stbi_inline static stbi_uc stbi__zget8(stbi__zbuf *z) function stbi__fill_bits (line 4199) | static void stbi__fill_bits(stbi__zbuf *z) function stbi__zreceive (line 4211) | int stbi__zreceive(stbi__zbuf *z, int n) function stbi__zhuffman_decode_slowpath (line 4221) | static int stbi__zhuffman_decode_slowpath(stbi__zbuf *a, stbi__zhuffman *z) function stbi_inline (line 4240) | stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffm... function stbi__zexpand (line 4259) | static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to m... function stbi__parse_huffman_block (line 4295) | static int stbi__parse_huffman_block(stbi__zbuf *a) function stbi__compute_huffman_codes (line 4338) | static int stbi__compute_huffman_codes(stbi__zbuf *a) function stbi__parse_uncompressed_block (line 4388) | static int stbi__parse_uncompressed_block(stbi__zbuf *a) function stbi__parse_zlib_header (line 4417) | static int stbi__parse_zlib_header(stbi__zbuf *a) function stbi__parse_zlib (line 4460) | static int stbi__parse_zlib(stbi__zbuf *a, int parse_header) function stbi__do_zlib (line 4488) | static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, i... function STBIDEF (line 4498) | STBIDEF char *stbi_zlib_decode_malloc_guesssize(const char *buffer, int ... function STBIDEF (line 4514) | STBIDEF char *stbi_zlib_decode_malloc(char const *buffer, int len, int *... function STBIDEF (line 4519) | STBIDEF char *stbi_zlib_decode_malloc_guesssize_headerflag(const char *b... function STBIDEF (line 4535) | STBIDEF int stbi_zlib_decode_buffer(char *obuffer, int olen, char const ... function STBIDEF (line 4546) | STBIDEF char *stbi_zlib_decode_noheader_malloc(char const *buffer, int l... function STBIDEF (line 4562) | STBIDEF int stbi_zlib_decode_noheader_buffer(char *obuffer, int olen, co... type stbi__pngchunk (line 4585) | typedef struct function stbi__pngchunk (line 4591) | static stbi__pngchunk stbi__get_chunk_header(stbi__context *s) function stbi__check_png_header (line 4599) | static int stbi__check_png_header(stbi__context *s) type stbi__png (line 4608) | typedef struct function stbi__paeth (line 4636) | static int stbi__paeth(int a, int b, int c) function stbi__create_png_image_raw (line 4650) | static int stbi__create_png_image_raw(stbi__png *a, stbi_uc *raw, stbi__... function stbi__create_png_image (line 4862) | static int stbi__create_png_image(stbi__png *a, stbi_uc *image_data, stb... function stbi__compute_transparency (line 4907) | static int stbi__compute_transparency(stbi__png *z, stbi_uc tc[3], int o... function stbi__compute_transparency16 (line 4932) | static int stbi__compute_transparency16(stbi__png *z, stbi__uint16 tc[3]... function stbi__expand_png_palette (line 4957) | static int stbi__expand_png_palette(stbi__png *a, stbi_uc *palette, int ... function STBIDEF (line 4997) | STBIDEF void stbi_set_unpremultiply_on_load(int flag_true_if_should_unpr... function STBIDEF (line 5002) | STBIDEF void stbi_convert_iphone_png_to_rgb(int flag_true_if_should_conv... function STBIDEF (line 5014) | STBIDEF void stbi_set_unpremultiply_on_load_thread(int flag_true_if_shou... function STBIDEF (line 5020) | STBIDEF void stbi_convert_iphone_png_to_rgb_thread(int flag_true_if_shou... function stbi__de_iphone (line 5034) | static void stbi__de_iphone(stbi__png *z) function stbi__parse_png_file (line 5079) | static int stbi__parse_png_file(stbi__png *z, int scan, int req_comp) function stbi__png_test (line 5301) | static int stbi__png_test(stbi__context *s) function stbi__png_info_raw (line 5309) | static int stbi__png_info_raw(stbi__png *p, int *x, int *y, int *comp) function stbi__png_info (line 5321) | static int stbi__png_info(stbi__context *s, int *x, int *y, int *comp) function stbi__png_is16 (line 5328) | static int stbi__png_is16(stbi__context *s) function stbi__bmp_test_raw (line 5345) | static int stbi__bmp_test_raw(stbi__context *s) function stbi__bmp_test (line 5360) | static int stbi__bmp_test(stbi__context *s) function stbi__high_bit (line 5369) | static int stbi__high_bit(unsigned int z) function stbi__bitcount (line 5381) | static int stbi__bitcount(unsigned int a) function stbi__shiftsigned (line 5394) | static int stbi__shiftsigned(unsigned int v, int shift, int bits) type stbi__bmp_data (line 5414) | typedef struct function stbi__bmp_set_mask_defaults (line 5421) | static int stbi__bmp_set_mask_defaults(stbi__bmp_data *info, int compress) function stbi__tga_get_comp (line 5738) | static int stbi__tga_get_comp(int bits_per_pixel, int is_grey, int* is_r... function stbi__tga_info (line 5754) | static int stbi__tga_info(stbi__context *s, int *x, int *y, int *comp) function stbi__tga_test (line 5819) | static int stbi__tga_test(stbi__context *s) function stbi__tga_read_rgb16 (line 5851) | static void stbi__tga_read_rgb16(stbi__context *s, stbi_uc* out) function stbi__psd_test (line 6080) | static int stbi__psd_test(stbi__context *s) function stbi__psd_decode_rle (line 6087) | static int stbi__psd_decode_rle(stbi__context *s, stbi_uc *p, int pixelC... function stbi__pic_is4 (line 6335) | static int stbi__pic_is4(stbi__context *s,const char *str) function stbi__pic_test_core (line 6345) | static int stbi__pic_test_core(stbi__context *s) type stbi__pic_packet (line 6361) | typedef struct function stbi_uc (line 6366) | static stbi_uc *stbi__readval(stbi__context *s, int channel, stbi_uc *dest) function stbi__copyval (line 6380) | static void stbi__copyval(int channel,stbi_uc *dest,const stbi_uc *src) function stbi_uc (line 6389) | static stbi_uc *stbi__pic_load_core(stbi__context *s,int width,int heigh... function stbi__pic_test (line 6540) | static int stbi__pic_test(stbi__context *s) type stbi__gif_lzw (line 6552) | typedef struct type stbi__gif (line 6559) | typedef struct function stbi__gif_test_raw (line 6579) | static int stbi__gif_test_raw(stbi__context *s) function stbi__gif_test (line 6589) | static int stbi__gif_test(stbi__context *s) function stbi__gif_parse_colortable (line 6596) | static void stbi__gif_parse_colortable(stbi__context *s, stbi_uc pal[256... function stbi__gif_header (line 6607) | static int stbi__gif_header(stbi__context *s, stbi__gif *g, int *comp, i... function stbi__gif_info_raw (line 6638) | static int stbi__gif_info_raw(stbi__context *s, int *x, int *y, int *comp) function stbi__out_gif_code (line 6653) | static void stbi__out_gif_code(stbi__gif *g, stbi__uint16 code) function stbi_uc (line 6690) | static stbi_uc *stbi__process_gif_raster(stbi__context *s, stbi__gif *g) function stbi_uc (line 6777) | static stbi_uc *stbi__gif_load_next(stbi__context *s, stbi__gif *g, int ... function stbi__gif_info (line 7076) | static int stbi__gif_info(stbi__context *s, int *x, int *y, int *comp) function stbi__hdr_test_core (line 7086) | static int stbi__hdr_test_core(stbi__context *s, const char *signature) function stbi__hdr_test (line 7096) | static int stbi__hdr_test(stbi__context* s) function stbi__hdr_convert (line 7130) | static void stbi__hdr_convert(float *output, stbi_uc *input, int req_comp) function stbi__hdr_info (line 7288) | static int stbi__hdr_info(stbi__context *s, int *x, int *y, int *comp) function stbi__bmp_info (line 7334) | static int stbi__bmp_info(stbi__context *s, int *x, int *y, int *comp) function stbi__psd_info (line 7358) | static int stbi__psd_info(stbi__context *s, int *x, int *y, int *comp) function stbi__psd_is16 (line 7393) | static int stbi__psd_is16(stbi__context *s) function stbi__pic_info (line 7422) | static int stbi__pic_info(stbi__context *s, int *x, int *y, int *comp) function stbi__pnm_test (line 7493) | static int stbi__pnm_test(stbi__context *s) function stbi__pnm_isspace (line 7542) | static int stbi__pnm_isspace(char c) function stbi__pnm_skip_whitespace (line 7547) | static void stbi__pnm_skip_whitespace(stbi__context *s, char *c) function stbi__pnm_isdigit (line 7561) | static int stbi__pnm_isdigit(char c) function stbi__pnm_getinteger (line 7566) | static int stbi__pnm_getinteger(stbi__context *s, char *c) function stbi__pnm_info (line 7580) | static int stbi__pnm_info(stbi__context *s, int *x, int *y, int *comp) function stbi__pnm_is16 (line 7623) | static int stbi__pnm_is16(stbi__context *s) function stbi__info_main (line 7631) | static int stbi__info_main(stbi__context *s, int *x, int *y, int *comp) function stbi__is_16_main (line 7673) | static int stbi__is_16_main(stbi__context *s) function STBIDEF (line 7690) | STBIDEF int stbi_info(char const *filename, int *x, int *y, int *comp) function STBIDEF (line 7700) | STBIDEF int stbi_info_from_file(FILE *f, int *x, int *y, int *comp) function STBIDEF (line 7711) | STBIDEF int stbi_is_16_bit(char const *filename) function STBIDEF (line 7721) | STBIDEF int stbi_is_16_bit_from_file(FILE *f) function STBIDEF (line 7733) | STBIDEF int stbi_info_from_memory(stbi_uc const *buffer, int len, int *x... function STBIDEF (line 7740) | STBIDEF int stbi_info_from_callbacks(stbi_io_callbacks const *c, void *u... function STBIDEF (line 7747) | STBIDEF int stbi_is_16_bit_from_memory(stbi_uc const *buffer, int len) function STBIDEF (line 7754) | STBIDEF int stbi_is_16_bit_from_callbacks(stbi_io_callbacks const *c, vo... FILE: demo/common/node_editor.c type node (line 13) | struct node { type node_link (line 25) | struct node_link { type node_linking (line 34) | struct node_linking { type node_editor (line 41) | struct node_editor { type node_editor (line 55) | struct node_editor function node_editor_push (line 57) | static void function node_editor_pop (line 74) | static void type node (line 89) | struct node type node_editor (line 90) | struct node_editor type node (line 92) | struct node function node_editor_add (line 101) | static void function node_editor_link (line 120) | static void function node_editor_init (line 133) | static void function node_editor (line 147) | static int FILE: demo/common/overview.c function overview (line 4) | static int FILE: demo/common/style.c type theme (line 1) | enum theme { function set_style (line 15) | static void set_style(struct nk_context *ctx, enum theme theme) { FILE: demo/common/style_configurator.c function style_rgb (line 26) | static int function style_item_color (line 48) | static void function style_vec2 (line 54) | static void function style_global_colors (line 69) | static void function style_text (line 121) | static void function style_button (line 134) | static void function style_toggle (line 214) | static void style_toggle(struct nk_context* ctx, struct nk_style_toggle*... function style_selectable (line 242) | static void function style_slider (line 273) | static void function style_progress (line 327) | static void function style_scrollbars (line 356) | static void function style_edit (line 417) | static void function style_property (line 453) | static void function style_chart (line 497) | static void function style_combo (line 518) | static void function style_tab (line 551) | static void function style_window_header (line 584) | static void function style_window (line 632) | static void function style_configurator (line 704) | static int FILE: demo/d3d11/main.c function set_swap_chain_size (line 82) | static void function LRESULT (line 116) | static LRESULT CALLBACK function main (line 142) | int main(void) FILE: demo/d3d11/nuklear_d3d11.h type ID3D11Device (line 19) | typedef struct ID3D11Device ID3D11Device; type ID3D11DeviceContext (line 20) | typedef struct ID3D11DeviceContext ID3D11DeviceContext; type nk_font_atlas (line 23) | struct nk_font_atlas type nk_anti_aliasing (line 26) | enum nk_anti_aliasing type nk_d3d11_vertex (line 53) | struct nk_d3d11_vertex { type nk_context (line 61) | struct nk_context type nk_font_atlas (line 62) | struct nk_font_atlas type nk_buffer (line 63) | struct nk_buffer type nk_draw_null_texture (line 65) | struct nk_draw_null_texture function NK_API (line 83) | NK_API void function nk_d3d11_get_projection_matrix (line 174) | static void function NK_API (line 195) | NK_API void function NK_API (line 209) | NK_API int function nk_d3d11_clipboard_paste (line 447) | static void function nk_d3d11_clipboard_copy (line 481) | static void function nk_context (line 507) | nk_context* function NK_API (line 635) | NK_API void function NK_API (line 643) | NK_API void function NK_API (line 688) | NK_API FILE: demo/d3d12/main.c function signal_and_wait (line 109) | static void signal_and_wait() function execute_commands (line 124) | static void execute_commands() function get_swap_chain_buffers (line 141) | static void get_swap_chain_buffers() function set_swap_chain_size (line 161) | static void function LRESULT (line 185) | static LRESULT CALLBACK function main (line 211) | int main(void) FILE: demo/d3d12/nuklear_d3d12.h type nk_font_atlas (line 30) | struct nk_font_atlas type nk_anti_aliasing (line 65) | enum nk_anti_aliasing type nk_d3d12_vertex (line 100) | struct nk_d3d12_vertex type nk_context (line 109) | struct nk_context type nk_font_atlas (line 110) | struct nk_font_atlas type nk_buffer (line 111) | struct nk_buffer type nk_draw_null_texture (line 113) | struct nk_draw_null_texture function NK_API (line 141) | NK_API void function nk_d3d12_get_projection_matrix (line 291) | static void function NK_API (line 312) | NK_API void function NK_API (line 341) | NK_API int function nk_d3d12_clipboard_paste (line 571) | static void function nk_d3d12_clipboard_copy (line 605) | static void function nk_context (line 631) | nk_context* function NK_API (line 826) | NK_API void function NK_API (line 835) | NK_API void function NK_API (line 942) | NK_API function NK_API (line 952) | NK_API function NK_API (line 974) | NK_API FILE: demo/d3d9/main.c function LRESULT (line 78) | static LRESULT CALLBACK function create_d3d9_device (line 113) | static void create_d3d9_device(HWND wnd) function main (line 175) | int main(void) FILE: demo/d3d9/nuklear_d3d9.h type IDirect3DDevice9 (line 19) | typedef struct IDirect3DDevice9 IDirect3DDevice9; type nk_font_atlas (line 22) | struct nk_font_atlas type nk_anti_aliasing (line 25) | enum nk_anti_aliasing type nk_d3d9_vertex (line 48) | struct nk_d3d9_vertex { type nk_context (line 58) | struct nk_context type nk_font_atlas (line 59) | struct nk_font_atlas type nk_buffer (line 60) | struct nk_buffer type nk_draw_null_texture (line 62) | struct nk_draw_null_texture function NK_API (line 71) | NK_API void function NK_API (line 113) | NK_API void function nk_d3d9_get_projection_matrix (line 200) | static void function NK_API (line 220) | NK_API void function nk_d3d9_create_font_texture (line 226) | static void function NK_API (line 255) | NK_API void function NK_API (line 269) | NK_API int function nk_d3d9_clipboard_paste (line 499) | static void function nk_d3d9_clipboard_copy (line 544) | static void function nk_context (line 571) | nk_context* function NK_API (line 597) | NK_API void function NK_API (line 605) | NK_API void function NK_API (line 614) | NK_API FILE: demo/gdi/main.c function LRESULT (line 69) | static LRESULT CALLBACK function main (line 85) | int main(void) FILE: demo/gdi/nuklear_gdi.h type GdiFont (line 20) | typedef struct GdiFont GdiFont; type nk_color (line 23) | struct nk_color type GdiFont (line 45) | struct GdiFont { type nk_context (line 58) | struct nk_context function nk_create_image (line 61) | static void function nk_delete_image (line 107) | static void function nk_gdi_draw_image (line 118) | static void function COLORREF (line 136) | static COLORREF function nk_gdi_scissor (line 142) | static void function nk_gdi_stroke_line (line 149) | static void function nk_gdi_stroke_rect (line 172) | static void function nk_gdi_fill_rect (line 201) | static void function nk_gdi_set_vertexColor (line 218) | static void function nk_gdi_rect_multi_color (line 227) | static void function BOOL (line 271) | static BOOL function nk_gdi_fill_triangle (line 281) | static void function nk_gdi_stroke_triangle (line 297) | static void function nk_gdi_fill_polygon (line 325) | static void function nk_gdi_stroke_polygon (line 342) | static void function nk_gdi_stroke_polyline (line 369) | static void function nk_gdi_stroke_arc (line 395) | static void function nk_gdi_fill_arc (line 436) | static void function nk_gdi_fill_circle (line 451) | static void function nk_gdi_stroke_circle (line 461) | static void function nk_gdi_stroke_curve (line 485) | static void function nk_gdi_draw_text (line 515) | static void function nk_gdi_clear (line 536) | static void function nk_gdi_blit (line 547) | static void function GdiFont (line 554) | GdiFont* function nk_gdifont_get_text_width (line 569) | static float function nk_gdifont_del (line 587) | void function nk_gdi_clipboard_paste (line 596) | static void function nk_gdi_clipboard_copy (line 630) | static void function nk_context (line 656) | nk_context* function NK_API (line 677) | NK_API void function NK_API (line 687) | NK_API int function NK_API (line 941) | NK_API void function NK_API (line 949) | NK_API void FILE: demo/gdi_native_nuklear/main.c function drawCallback (line 28) | int drawCallback(struct nk_context* ctx) function INT (line 90) | INT WINAPI wWinMain(HINSTANCE _In_ hInstance, HINSTANCE _In_opt_ hPrevIn... FILE: demo/gdi_native_nuklear/nuklear_gdi.h type GdiFont (line 25) | typedef struct GdiFont GdiFont; type _nk_gdi_ctx (line 26) | struct _nk_gdi_ctx type _nk_gdi_ctx (line 27) | struct _nk_gdi_ctx type nk_color (line 31) | struct nk_color type GdiFont (line 57) | struct GdiFont { type _nk_gdi_ctx (line 64) | struct _nk_gdi_ctx { function nk_create_image (line 73) | static void function nk_delete_image (line 119) | static void function nk_gdi_draw_image (line 130) | static void function COLORREF (line 148) | static COLORREF function nk_gdi_scissor (line 154) | static void function nk_gdi_stroke_line (line 161) | static void function nk_gdi_stroke_rect (line 185) | static void function nk_gdi_fill_rect (line 216) | static void function nk_gdi_set_vertexColor (line 234) | static void function nk_gdi_rect_multi_color (line 243) | static void function BOOL (line 287) | static BOOL function nk_gdi_fill_triangle (line 297) | static void function nk_gdi_stroke_triangle (line 313) | static void function nk_gdi_fill_polygon (line 342) | static void function nk_gdi_stroke_polygon (line 359) | static void function nk_gdi_stroke_polyline (line 387) | static void function nk_gdi_fill_circle (line 414) | static void function nk_gdi_stroke_circle (line 424) | static void function nk_gdi_stroke_curve (line 447) | static void function nk_gdi_draw_text (line 478) | static void function nk_gdi_clear (line 498) | static void function nk_gdi_blit (line 509) | static void function GdiFont (line 516) | GdiFont* function nk_gdifont_get_text_width (line 531) | static float function nk_gdifont_del (line 549) | void function nk_gdi_clipboard_paste (line 558) | static void function nk_gdi_clipboard_copy (line 592) | static void function nk_context (line 618) | nk_context* function NK_API (line 641) | NK_API void function NK_API (line 651) | NK_API int function NK_API (line 905) | NK_API void function NK_API (line 913) | NK_API void FILE: demo/gdi_native_nuklear/window.h type nk_context (line 10) | struct nk_context type nkgdi_window (line 13) | struct nkgdi_window type nkgdi_window (line 63) | struct nkgdi_window type nkgdi_window (line 65) | struct nkgdi_window type nkgdi_window (line 67) | struct nkgdi_window function nkgdi_window_init (line 77) | void nkgdi_window_init(void) function nkgdi_window_shutdown (line 98) | void nkgdi_window_shutdown(void) function nkgdi_window_create (line 104) | void nkgdi_window_create(struct nkgdi_window* wnd, unsigned int width, u... function nkgdi_window_destroy (line 153) | void nkgdi_window_destroy(struct nkgdi_window* wnd) function nkgdi_window_update (line 175) | int nkgdi_window_update(struct nkgdi_window* wnd) function LRESULT (line 235) | LRESULT CALLBACK nkgdi_window_proc_setup(HWND wnd, UINT msg, WPARAM wPar... function LRESULT (line 256) | LRESULT CALLBACK nkgdi_window_proc_run(HWND wnd, UINT msg, WPARAM wParam... FILE: demo/gdip/main.c function LRESULT (line 69) | static LRESULT CALLBACK function main (line 82) | int main(void) FILE: demo/gdip/nuklear_gdip.h type GdipFont (line 21) | typedef struct GdipFont GdipFont; type nk_anti_aliasing (line 30) | enum nk_anti_aliasing type nk_color (line 30) | struct nk_color type nk_image (line 36) | struct nk_image type GpGraphics (line 58) | typedef struct GpGraphics GpGraphics; type GpImage (line 59) | typedef struct GpImage GpImage; type GpPen (line 60) | typedef struct GpPen GpPen; type GpBrush (line 61) | typedef struct GpBrush GpBrush; type GpStringFormat (line 62) | typedef struct GpStringFormat GpStringFormat; type GpFont (line 63) | typedef struct GpFont GpFont; type GpFontFamily (line 64) | typedef struct GpFontFamily GpFontFamily; type GpFontCollection (line 65) | typedef struct GpFontCollection GpFontCollection; type GpImage (line 67) | typedef GpImage GpBitmap; type GpBrush (line 68) | typedef GpBrush GpSolidFill; type Status (line 70) | typedef int Status; type Status (line 71) | typedef Status GpStatus; type REAL (line 73) | typedef float REAL; type DWORD (line 74) | typedef DWORD ARGB; type POINT (line 75) | typedef POINT GpPoint; type TextRenderingHint (line 77) | typedef enum { type StringFormatFlags (line 86) | typedef enum { type QualityMode (line 98) | typedef enum type SmoothingMode (line 106) | typedef enum type FontStyle (line 118) | typedef enum type FillMode (line 128) | typedef enum { type CombineMode (line 133) | typedef enum { type Unit (line 142) | typedef enum { type RectF (line 152) | typedef struct { type DebugEventLevel (line 159) | typedef enum { type GdiplusStartupInput (line 166) | typedef struct { type GdiplusStartupOutput (line 176) | typedef struct { type GdipFont (line 399) | struct GdipFont type nk_context (line 417) | struct nk_context function ARGB (line 420) | static ARGB convert_color(struct nk_color c) function nk_gdip_scissor (line 425) | static void function nk_gdip_stroke_line (line 431) | static void function nk_gdip_stroke_rect (line 440) | static void function nk_gdip_fill_rect (line 461) | static void function BOOL (line 480) | static BOOL function nk_gdip_fill_triangle (line 490) | static void function nk_gdip_stroke_triangle (line 504) | static void function nk_gdip_fill_polygon (line 520) | static void function nk_gdip_stroke_polygon (line 535) | static void function nk_gdip_stroke_polyline (line 549) | static void function nk_gdip_fill_circle (line 562) | static void function nk_gdip_stroke_circle (line 570) | static void function nk_gdip_stroke_curve (line 579) | static void function nk_gdip_fill_arc (line 589) | static void function nk_gdip_stroke_arc (line 596) | static void function nk_gdip_draw_text (line 604) | static void function nk_gdip_draw_image (line 627) | static void function nk_gdip_clear (line 635) | static void function nk_gdip_blit (line 641) | static void function nk_gdip_image_to_nk (line 647) | static struct nk_image function nk_gdip_load_image_from_file (line 659) | struct nk_image function nk_gdip_load_image_from_memory (line 668) | struct nk_image function nk_gdip_image_free (line 686) | void function GdipFont (line 694) | GdipFont* function GpFontCollection (line 712) | GpFontCollection* function GdipFont (line 717) | GdipFont* function GdipFont (line 733) | GdipFont* function GdipFont (line 742) | GdipFont* function nk_gdipfont_get_text_width (line 751) | static float function nk_gdipfont_del (line 771) | void function nk_gdip_clipboard_paste (line 779) | static void function nk_gdip_clipboard_copy (line 813) | static void function nk_context (line 839) | nk_context* function NK_API (line 865) | NK_API void function NK_API (line 875) | NK_API int function NK_API (line 1132) | NK_API void function NK_API (line 1149) | NK_API void function NK_API (line 1242) | NK_API void function NK_API (line 1250) | NK_API void FILE: demo/glfw_opengl2/main.c function error_callback (line 85) | static void error_callback(int e, const char *d) function main (line 88) | int main(void) FILE: demo/glfw_opengl2/nuklear_glfw_gl2.h type nk_glfw_init_state (line 18) | enum nk_glfw_init_state{ type nk_glfw_init_state (line 22) | enum nk_glfw_init_state type nk_font_atlas (line 23) | struct nk_font_atlas type nk_anti_aliasing (line 27) | enum nk_anti_aliasing type nk_glfw_device (line 58) | struct nk_glfw_device { type nk_glfw_vertex (line 64) | struct nk_glfw_vertex { type nk_glfw (line 70) | struct nk_glfw { function NK_INTERN (line 88) | NK_INTERN void function NK_API (line 100) | NK_API void function NK_API (line 207) | NK_API void function NK_API (line 215) | NK_API void function NK_API (line 283) | NK_API void function NK_API (line 291) | NK_API void function NK_INTERN (line 308) | NK_INTERN void function NK_INTERN (line 316) | NK_INTERN void function nk_context (line 330) | nk_context* function NK_API (line 354) | NK_API void function NK_API (line 362) | NK_API void function NK_API (line 373) | NK_API void function NK_API (line 468) | NK_API FILE: demo/glfw_opengl3/main.c function error_callback (line 81) | static void error_callback(int e, const char *d) function main (line 84) | int main(void) FILE: demo/glfw_opengl3/nuklear_glfw_gl3.h type nk_glfw_init_state (line 18) | enum nk_glfw_init_state{ type nk_glfw_device (line 27) | struct nk_glfw_device { type nk_glfw (line 42) | struct nk_glfw { type nk_glfw (line 60) | struct nk_glfw type nk_glfw_init_state (line 60) | enum nk_glfw_init_state type nk_glfw (line 61) | struct nk_glfw type nk_glfw (line 62) | struct nk_glfw type nk_font_atlas (line 62) | struct nk_font_atlas type nk_glfw (line 63) | struct nk_glfw type nk_glfw (line 64) | struct nk_glfw type nk_glfw (line 65) | struct nk_glfw type nk_anti_aliasing (line 65) | enum nk_anti_aliasing type nk_glfw (line 67) | struct nk_glfw type nk_glfw (line 68) | struct nk_glfw type nk_glfw_vertex (line 95) | struct nk_glfw_vertex { function NK_API (line 107) | NK_API void function NK_INTERN (line 190) | NK_INTERN void function NK_API (line 202) | NK_API void function NK_API (line 217) | NK_API void function NK_API (line 317) | NK_API void function NK_API (line 325) | NK_API void function NK_API (line 386) | NK_API void function NK_API (line 395) | NK_API void function NK_INTERN (line 413) | NK_INTERN void function NK_INTERN (line 422) | NK_INTERN void function nk_context (line 436) | nk_context* function NK_API (line 462) | NK_API void function NK_API (line 470) | NK_API void function NK_API (line 481) | NK_API void function NK_API (line 580) | NK_API FILE: demo/glfw_opengl4/main.c function error_callback (line 81) | static void error_callback(int e, const char *d) function main (line 84) | int main(void) FILE: demo/glfw_opengl4/nuklear_glfw_gl4.h type nk_glfw_init_state (line 19) | enum nk_glfw_init_state{ type nk_glfw_init_state (line 24) | enum nk_glfw_init_state type nk_font_atlas (line 26) | struct nk_font_atlas type nk_anti_aliasing (line 29) | enum nk_anti_aliasing type nk_glfw_vertex (line 66) | struct nk_glfw_vertex { type nk_glfw_device (line 72) | struct nk_glfw_device { type nk_glfw (line 92) | struct nk_glfw { function NK_API (line 113) | NK_API void function nk_glfw3_create_texture (line 228) | NK_API unsigned int function NK_API (line 251) | NK_API void function NK_INTERN (line 258) | NK_INTERN void function NK_API (line 265) | NK_API void function NK_INTERN (line 284) | NK_INTERN void function NK_INTERN (line 298) | NK_INTERN void function NK_API (line 306) | NK_API void function NK_API (line 407) | NK_API void function NK_API (line 415) | NK_API void function NK_API (line 483) | NK_API void function NK_API (line 491) | NK_API void function NK_INTERN (line 508) | NK_INTERN void function NK_INTERN (line 516) | NK_INTERN void function nk_context (line 530) | nk_context* function NK_API (line 560) | NK_API void function NK_API (line 568) | NK_API void function NK_API (line 579) | NK_API void function NK_API (line 678) | NK_API FILE: demo/glfw_vulkan/main.c type queue_family_indices (line 81) | struct queue_family_indices { type swap_chain_support_details (line 86) | struct swap_chain_support_details { function swap_chain_support_details_free (line 94) | void swap_chain_support_details_free( type vulkan_demo (line 106) | struct vulkan_demo { function glfw_framebuffer_resize_callback (line 151) | static void glfw_framebuffer_resize_callback(GLFWwindow* window, int wid... function glfw_error_callback (line 160) | static void glfw_error_callback(int e, const char *d) { function VKAPI_CALL (line 164) | VKAPI_CALL function check_validation_layer_support (line 177) | bool check_validation_layer_support() { function VkResult (line 212) | VkResult create_debug_utils_messenger_ext( function create_debug_callback (line 226) | bool create_debug_callback(struct vulkan_demo *demo) { function create_instance (line 249) | bool create_instance(struct vulkan_demo *demo) { function create_surface (line 375) | bool create_surface(struct vulkan_demo *demo) { function find_queue_families (line 386) | bool find_queue_families(VkPhysicalDevice physical_device, VkSurfaceKHR ... function query_swap_chain_support (line 432) | bool query_swap_chain_support( function is_suitable_physical_device (line 497) | bool is_suitable_physical_device(VkPhysicalDevice physical_device, function create_physical_device (line 580) | bool create_physical_device(struct vulkan_demo *demo) { function create_logical_device (line 627) | bool create_logical_device(struct vulkan_demo *demo) { function create_sampler (line 676) | bool create_sampler(struct vulkan_demo *demo) { function VkSurfaceFormatKHR (line 705) | VkSurfaceFormatKHR function VkPresentModeKHR (line 727) | VkPresentModeKHR function VkExtent2D (line 745) | VkExtent2D choose_swap_extent(struct vulkan_demo *demo, function create_swap_chain (line 769) | bool create_swap_chain(struct vulkan_demo *demo) { function create_swap_chain_image_views (line 872) | bool create_swap_chain_image_views(struct vulkan_demo *demo) { function create_overlay_images (line 909) | bool create_overlay_images(struct vulkan_demo *demo) { function create_render_pass (line 1029) | bool create_render_pass(struct vulkan_demo *demo) { function create_framebuffers (line 1083) | bool create_framebuffers(struct vulkan_demo *demo) { function create_descriptor_set_layout (line 1115) | bool create_descriptor_set_layout(struct vulkan_demo *demo) { function create_descriptor_pool (line 1145) | bool create_descriptor_pool(struct vulkan_demo *demo) { function update_descriptor_sets (line 1169) | void update_descriptor_sets(struct vulkan_demo *demo) { function create_descriptor_sets (line 1195) | bool create_descriptor_sets(struct vulkan_demo *demo) { function create_shader_module (line 1232) | bool create_shader_module(VkDevice device, char *shader_buffer, function create_graphics_pipeline (line 1252) | bool create_graphics_pipeline(struct vulkan_demo *demo) { function create_command_pool (line 1462) | bool create_command_pool(struct vulkan_demo *demo) { function create_command_buffers (line 1480) | bool create_command_buffers(struct vulkan_demo *demo) { function create_semaphores (line 1503) | bool create_semaphores(struct vulkan_demo *demo) { function create_fence (line 1532) | bool create_fence(struct vulkan_demo *demo) { function create_swap_chain_related_resources (line 1554) | bool create_swap_chain_related_resources(struct vulkan_demo *demo) { function destroy_swap_chain_related_resources (line 1576) | bool destroy_swap_chain_related_resources(struct vulkan_demo *demo) { function create_demo_texture (line 1600) | bool create_demo_texture(struct vulkan_demo *demo) { function create_vulkan_demo (line 1868) | bool create_vulkan_demo(struct vulkan_demo *demo) { function recreate_swap_chain (line 1917) | bool recreate_swap_chain(struct vulkan_demo *demo) { function render (line 1934) | bool render(struct vulkan_demo *demo, struct nk_colorf *bg, function VkResult (line 2027) | VkResult function cleanup (line 2042) | bool cleanup(struct vulkan_demo *demo) { function main (line 2125) | int main(void) { FILE: demo/glfw_vulkan/nuklear_glfw_vulkan.h type nk_glfw_init_state (line 256) | enum nk_glfw_init_state { NK_GLFW3_DEFAULT = 0, NK_GLFW3_INSTALL_CALLBAC... type nk_glfw_init_state (line 263) | enum nk_glfw_init_state type nk_font_atlas (line 266) | struct nk_font_atlas type nk_anti_aliasing (line 272) | enum nk_anti_aliasing type nk_glfw_vertex (line 318) | struct nk_glfw_vertex { type nk_vulkan_texture_descriptor_set (line 324) | struct nk_vulkan_texture_descriptor_set { type nk_glfw_device (line 329) | struct nk_glfw_device { type nk_glfw (line 369) | struct nk_glfw { type Mat4f (line 387) | struct Mat4f { function NK_INTERN (line 391) | NK_INTERN uint32_t nk_glfw3_find_memory_index( function NK_INTERN (line 410) | NK_INTERN void nk_glfw3_create_sampler(struct nk_glfw_device *dev) { function NK_INTERN (line 436) | NK_INTERN void function NK_INTERN (line 451) | NK_INTERN void nk_glfw3_create_command_buffers(struct nk_glfw_device *de... function NK_INTERN (line 470) | NK_INTERN void nk_glfw3_create_semaphore(struct nk_glfw_device *dev) { function NK_INTERN (line 481) | NK_INTERN void nk_glfw3_create_buffer_and_memory(struct nk_glfw_device *... function NK_INTERN (line 516) | NK_INTERN void nk_glfw3_create_render_pass(struct nk_glfw_device *dev) { function NK_INTERN (line 568) | NK_INTERN void nk_glfw3_create_framebuffers(struct nk_glfw_device *dev, function NK_INTERN (line 596) | NK_INTERN void nk_glfw3_create_descriptor_pool(struct nk_glfw_device *de... function NK_INTERN (line 618) | NK_INTERN void function NK_INTERN (line 643) | NK_INTERN void function NK_INTERN (line 677) | NK_INTERN void function NK_INTERN (line 702) | NK_INTERN void function NK_INTERN (line 743) | NK_INTERN void nk_glfw3_create_pipeline_layout(struct nk_glfw_device *de... function NK_INTERN (line 761) | NK_INTERN VkPipelineShaderStageCreateInfo function NK_INTERN (line 785) | NK_INTERN void nk_glfw3_create_pipeline(struct nk_glfw_device *dev) { function NK_INTERN (line 909) | NK_INTERN void nk_glfw3_create_render_resources(struct nk_glfw_device *dev, function NK_API (line 923) | NK_API void nk_glfw3_device_create( function NK_INTERN (line 967) | NK_INTERN void nk_glfw3_device_upload_atlas(VkQueue graphics_queue, function NK_INTERN (line 1159) | NK_INTERN void nk_glfw3_destroy_render_resources(struct nk_glfw_device *... function NK_API (line 1179) | NK_API void nk_glfw3_resize(uint32_t framebuffer_width, function NK_API (line 1190) | NK_API void nk_glfw3_device_destroy(void) { function NK_API (line 1224) | NK_API function NK_API (line 1232) | NK_API void nk_glfw3_font_stash_begin(struct nk_font_atlas **atlas) { function NK_API (line 1238) | NK_API void nk_glfw3_font_stash_end(VkQueue graphics_queue) { function NK_API (line 1252) | NK_API void nk_glfw3_new_frame(void) { function NK_INTERN (line 1357) | NK_INTERN void update_texture_descriptor_set( function NK_API (line 1384) | NK_API function NK_API (line 1561) | NK_API void nk_glfw3_char_callback(GLFWwindow *win, unsigned int codepoi... function NK_API (line 1567) | NK_API void function NK_API (line 1635) | NK_API void nk_gflw3_scroll_callback(GLFWwindow *win, double xoff, function NK_API (line 1643) | NK_API void nk_glfw3_mouse_button_callback(GLFWwindow *window, int button, function NK_INTERN (line 1661) | NK_INTERN void nk_glfw3_clipboard_paste(nk_handle usr, function NK_INTERN (line 1669) | NK_INTERN void nk_glfw3_clipboard_copy(nk_handle usr, const char *text, function nk_context (line 1684) | nk_context * FILE: demo/glfw_vulkan/src/nuklear_glfw_vulkan.in.h type nk_glfw_init_state (line 33) | enum nk_glfw_init_state { NK_GLFW3_DEFAULT = 0, NK_GLFW3_INSTALL_CALLBAC... type nk_glfw_init_state (line 40) | enum nk_glfw_init_state type nk_font_atlas (line 43) | struct nk_font_atlas type nk_anti_aliasing (line 49) | enum nk_anti_aliasing type nk_glfw_vertex (line 94) | struct nk_glfw_vertex { type nk_vulkan_texture_descriptor_set (line 100) | struct nk_vulkan_texture_descriptor_set { type nk_glfw_device (line 105) | struct nk_glfw_device { type nk_glfw (line 145) | struct nk_glfw { type Mat4f (line 161) | struct Mat4f { function NK_INTERN (line 165) | NK_INTERN uint32_t nk_glfw3_find_memory_index( function NK_INTERN (line 184) | NK_INTERN void nk_glfw3_create_sampler(struct nk_glfw_device *dev) { function NK_INTERN (line 210) | NK_INTERN void function NK_INTERN (line 225) | NK_INTERN void nk_glfw3_create_command_buffers(struct nk_glfw_device *de... function NK_INTERN (line 244) | NK_INTERN void nk_glfw3_create_semaphore(struct nk_glfw_device *dev) { function NK_INTERN (line 255) | NK_INTERN void nk_glfw3_create_buffer_and_memory(struct nk_glfw_device *... function NK_INTERN (line 290) | NK_INTERN void nk_glfw3_create_render_pass(struct nk_glfw_device *dev) { function NK_INTERN (line 342) | NK_INTERN void nk_glfw3_create_framebuffers(struct nk_glfw_device *dev, function NK_INTERN (line 370) | NK_INTERN void nk_glfw3_create_descriptor_pool(struct nk_glfw_device *de... function NK_INTERN (line 392) | NK_INTERN void function NK_INTERN (line 417) | NK_INTERN void function NK_INTERN (line 451) | NK_INTERN void function NK_INTERN (line 476) | NK_INTERN void function NK_INTERN (line 517) | NK_INTERN void nk_glfw3_create_pipeline_layout(struct nk_glfw_device *de... function NK_INTERN (line 535) | NK_INTERN VkPipelineShaderStageCreateInfo function NK_INTERN (line 559) | NK_INTERN void nk_glfw3_create_pipeline(struct nk_glfw_device *dev) { function NK_INTERN (line 683) | NK_INTERN void nk_glfw3_create_render_resources(struct nk_glfw_device *dev, function NK_API (line 697) | NK_API void nk_glfw3_device_create( function NK_INTERN (line 741) | NK_INTERN void nk_glfw3_device_upload_atlas(VkQueue graphics_queue, function NK_INTERN (line 933) | NK_INTERN void nk_glfw3_destroy_render_resources(struct nk_glfw_device *... function NK_API (line 953) | NK_API void nk_glfw3_resize(uint32_t framebuffer_width, function NK_API (line 964) | NK_API void nk_glfw3_device_destroy(void) { function NK_API (line 998) | NK_API function NK_API (line 1006) | NK_API void nk_glfw3_font_stash_begin(struct nk_font_atlas **atlas) { function NK_API (line 1012) | NK_API void nk_glfw3_font_stash_end(VkQueue graphics_queue) { function NK_API (line 1026) | NK_API void nk_glfw3_new_frame(void) { function NK_INTERN (line 1134) | NK_INTERN void update_texture_descriptor_set( function NK_API (line 1161) | NK_API function NK_API (line 1338) | NK_API void nk_glfw3_char_callback(GLFWwindow *win, unsigned int codepoi... function NK_API (line 1344) | NK_API void nk_gflw3_scroll_callback(GLFWwindow *win, double xoff, function NK_API (line 1352) | NK_API void nk_glfw3_mouse_button_callback(GLFWwindow *window, int button, function NK_INTERN (line 1370) | NK_INTERN void nk_glfw3_clipboard_paste(nk_handle usr, function NK_INTERN (line 1378) | NK_INTERN void nk_glfw3_clipboard_copy(nk_handle usr, const char *text, function nk_context (line 1393) | nk_context * FILE: demo/rawfb/nuklear_rawfb.h type rawfb_context (line 35) | struct rawfb_context type rawfb_pl (line 37) | struct rawfb_pl { type rawfb_pl (line 44) | struct rawfb_pl type rawfb_context (line 45) | struct rawfb_context type nk_color (line 45) | struct nk_color type rawfb_context (line 46) | struct rawfb_context type rawfb_context (line 47) | struct rawfb_context type rawfb_pl (line 47) | struct rawfb_pl type rawfb_image (line 62) | struct rawfb_image { type rawfb_context (line 67) | struct rawfb_context { type rawfb_color (line 74) | typedef unsigned int rawfb_color; function rawfb_color (line 83) | static rawfb_color function nk_rawfb_int2color (line 96) | static struct nk_color function nk_rawfb_ctx_setpixel (line 109) | static void function nk_rawfb_line_horizontal (line 130) | static void function nk_rawfb_img_setpixel (line 163) | static void function nk_rawfb_img_getpixel (line 183) | static struct nk_color function nk_rawfb_img_blendpixel (line 205) | static void function nk_rawfb_scissor (line 222) | static void function nk_rawfb_stroke_line (line 235) | static void function nk_rawfb_fill_polygon (line 305) | static void function nk_rawfb_stroke_arc (line 368) | static void function nk_rawfb_fill_arc (line 422) | static void function nk_rawfb_stroke_rect (line 486) | static void function nk_rawfb_fill_rect (line 518) | static void function NK_API (line 575) | NK_API void function nk_rawfb_fill_triangle (line 650) | static void function nk_rawfb_stroke_triangle (line 665) | static void function nk_rawfb_stroke_polygon (line 676) | static void function nk_rawfb_stroke_polyline (line 689) | static void function nk_rawfb_fill_circle (line 700) | static void function nk_rawfb_stroke_circle (line 736) | static void function nk_rawfb_stroke_curve (line 779) | static void function nk_rawfb_clear (line 807) | static void function rawfb_context (line 813) | rawfb_context* function nk_rawfb_stretch_image (line 867) | static void function nk_rawfb_font_query_font_glyph (line 904) | static void function NK_API (line 931) | NK_API void function NK_API (line 985) | NK_API void function NK_API (line 1005) | NK_API void function NK_API (line 1015) | NK_API void function NK_API (line 1030) | NK_API void FILE: demo/rawfb/sdl/main.c function translate_sdl_key (line 68) | static int translate_sdl_key(struct SDL_Keysym const *k) function sdl_button_to_nk (line 77) | static int sdl_button_to_nk(int button) function grid_demo (line 103) | static void function main (line 140) | int main(int argc, char **argv) FILE: demo/rawfb/wayland/main.c type nk_wayland (line 28) | struct nk_wayland { function nk_wayland_output_cb_geometry (line 99) | static void nk_wayland_output_cb_geometry(void *data, struct wl_output *... function nk_wayland_output_cb_mode (line 111) | static void nk_wayland_output_cb_mode(void *data, struct wl_output *wl_o... function nk_wayland_output_cb_done (line 121) | static void nk_wayland_output_cb_done(void *data, struct wl_output *output) function nk_wayland_output_cb_scale (line 127) | static void nk_wayland_output_cb_scale(void *data, struct wl_output *out... type wl_output_listener (line 134) | struct wl_output_listener function nk_wayland_pointer_enter (line 144) | static void nk_wayland_pointer_enter (void *data, struct wl_pointer *poi... function nk_wayland_pointer_leave (line 154) | static void nk_wayland_pointer_leave (void *data, struct wl_pointer *poi... function nk_wayland_pointer_motion (line 162) | static void nk_wayland_pointer_motion (void *data, struct wl_pointer *po... function nk_wayland_pointer_button (line 175) | static void nk_wayland_pointer_button (void *data, struct wl_pointer *po... function nk_wayland_pointer_axis (line 222) | static void nk_wayland_pointer_axis (void *data, struct wl_pointer *poin... type wl_pointer_listener (line 231) | struct wl_pointer_listener function nk_wayland_keyboard_keymap (line 246) | static void nk_wayland_keyboard_keymap (void *data, struct wl_keyboard *... function nk_wayland_keyboard_enter (line 255) | static void nk_wayland_keyboard_enter (void *data, struct wl_keyboard *k... function nk_wayland_keyboard_leave (line 264) | static void nk_wayland_keyboard_leave (void *data, struct wl_keyboard *k... function nk_wayland_keyboard_key (line 272) | static void nk_wayland_keyboard_key (void *data, struct wl_keyboard *key... function nk_wayland_keyboard_modifiers (line 282) | static void nk_wayland_keyboard_modifiers (void *data, struct wl_keyboar... type wl_keyboard_listener (line 293) | struct wl_keyboard_listener function seat_capabilities (line 305) | static void seat_capabilities (void *data, struct wl_seat *seat, uint32_... type wl_seat_listener (line 319) | struct wl_seat_listener function nk_wayland_xdg_wm_base_ping (line 327) | static void nk_wayland_xdg_wm_base_ping (void *data, struct xdg_wm_base ... type xdg_wm_base_listener (line 333) | struct xdg_wm_base_listener function nk_wayland_xdg_surface_configure (line 338) | static void nk_wayland_xdg_surface_configure (void *data, struct xdg_sur... type xdg_surface_listener (line 344) | struct xdg_surface_listener function nk_wayland_xdg_toplevel_configure (line 349) | static void nk_wayland_xdg_toplevel_configure (void *data, struct xdg_to... function nk_wayland_xdg_toplevel_close (line 358) | static void nk_wayland_xdg_toplevel_close (void *data, struct xdg_toplev... type xdg_toplevel_listener (line 364) | struct xdg_toplevel_listener function nk_wayland_registry_add_object (line 373) | static void nk_wayland_registry_add_object (void *data, struct wl_regist... function nk_wayland_registry_remove_object (line 399) | static void nk_wayland_registry_remove_object (void *data, struct wl_reg... type wl_registry_listener (line 406) | struct wl_registry_listener function nk_wayland_deinit (line 413) | static void nk_wayland_deinit(struct nk_wayland *win) function timestamp (line 421) | static long timestamp(void) function sleep_for (line 428) | static void sleep_for(long t) function nk_wayland_surf_clear (line 438) | static void nk_wayland_surf_clear(struct nk_wayland* win) type wl_callback_listener (line 452) | struct wl_callback_listener function redraw (line 454) | static void redraw(void *data, struct wl_callback *callback, uint32_t time) type wl_callback_listener (line 475) | struct wl_callback_listener function main (line 479) | int main () FILE: demo/rawfb/x11/main.c type XWindow (line 62) | typedef struct XWindow XWindow; type XWindow (line 63) | struct XWindow { function die (line 76) | static void function timestamp (line 87) | static long function sleep_for (line 95) | static void function main (line 154) | int FILE: demo/rawfb/x11/nuklear_xlib.h type rawfb_pl (line 38) | struct rawfb_pl type rawfb_context (line 39) | struct rawfb_context type nk_context (line 64) | struct nk_context type XSurface (line 65) | struct XSurface function NK_API (line 75) | NK_API int function NK_API (line 154) | NK_API int function NK_API (line 278) | NK_API void function NK_API (line 293) | NK_API void FILE: demo/sdl3_renderer/main.c type nk_sdl_app (line 170) | struct nk_sdl_app { function SDL_AppResult (line 178) | static SDL_AppResult function SDL_AppResult (line 185) | SDL_AppResult function SDL_AppResult (line 295) | SDL_AppResult function SDL_AppResult (line 321) | SDL_AppResult function SDL_AppQuit (line 404) | void FILE: demo/sdl3_renderer/nuklear_sdl3_renderer.h type nk_allocator (line 30) | struct nk_allocator type nk_context (line 32) | struct nk_context type nk_context (line 33) | struct nk_context type nk_context (line 35) | struct nk_context type nk_context (line 36) | struct nk_context type nk_anti_aliasing (line 36) | enum nk_anti_aliasing type nk_context (line 37) | struct nk_context type nk_context (line 38) | struct nk_context type nk_context (line 39) | struct nk_context type nk_context (line 40) | struct nk_context type nk_context (line 41) | struct nk_context type nk_sdl_device (line 64) | struct nk_sdl_device { type nk_sdl_vertex (line 70) | struct nk_sdl_vertex { type nk_sdl (line 76) | struct nk_sdl { function NK_API (line 93) | NK_API nk_handle function NK_API (line 102) | NK_API void function NK_INTERN (line 111) | NK_INTERN void * function NK_INTERN (line 127) | NK_INTERN void function nk_allocator (line 134) | nk_allocator function NK_INTERN (line 144) | NK_INTERN void function NK_API (line 168) | NK_API void function NK_API (line 216) | NK_API void function NK_INTERN (line 316) | NK_INTERN void function NK_INTERN (line 341) | NK_INTERN void function nk_context (line 372) | nk_context* function nk_font_atlas (line 401) | nk_font_atlas* function NK_API (line 415) | NK_API void function NK_API (line 433) | NK_API int function NK_API (line 560) | NK_API function NK_INTERN (line 590) | NK_INTERN float function NK_INTERN (line 598) | NK_INTERN void function NK_API (line 630) | NK_API void FILE: demo/sdl_opengl2/main.c function main (line 78) | int FILE: demo/sdl_opengl2/nuklear_sdl_gl2.h type nk_font_atlas (line 18) | struct nk_font_atlas type nk_anti_aliasing (line 21) | enum nk_anti_aliasing type nk_sdl_device (line 37) | struct nk_sdl_device { type nk_sdl_vertex (line 43) | struct nk_sdl_vertex { type nk_sdl (line 49) | struct nk_sdl { function NK_INTERN (line 57) | NK_INTERN void function NK_API (line 69) | NK_API void function nk_sdl_clipboard_paste (line 189) | static void function nk_sdl_clipboard_copy (line 200) | static void function nk_context (line 214) | nk_context* function NK_API (line 227) | NK_API void function NK_API (line 235) | NK_API void function NK_API (line 246) | NK_API void function NK_API (line 262) | NK_API int function NK_API (line 370) | NK_API FILE: demo/sdl_opengl3/main.c function main (line 82) | int main(int argc, char *argv[]) FILE: demo/sdl_opengl3/nuklear_sdl_gl3.h type nk_font_atlas (line 20) | struct nk_font_atlas type nk_anti_aliasing (line 23) | enum nk_anti_aliasing type nk_sdl_device (line 44) | struct nk_sdl_device { type nk_sdl_vertex (line 59) | struct nk_sdl_vertex { type nk_sdl (line 65) | struct nk_sdl { function NK_API (line 78) | NK_API void function NK_INTERN (line 161) | NK_INTERN void function NK_API (line 173) | NK_API void function NK_API (line 188) | NK_API void function nk_sdl_clipboard_paste (line 298) | static void function nk_sdl_clipboard_copy (line 309) | static void function nk_context (line 323) | nk_context* function NK_API (line 336) | NK_API void function NK_API (line 344) | NK_API void function NK_API (line 356) | NK_API void function NK_API (line 372) | NK_API int function NK_API (line 482) | NK_API FILE: demo/sdl_opengles2/main.c function MainLoop (line 89) | static void function main (line 184) | int main(int argc, char* argv[]) FILE: demo/sdl_opengles2/nuklear_sdl_gles2.h type nk_font_atlas (line 23) | struct nk_font_atlas type nk_anti_aliasing (line 26) | enum nk_anti_aliasing type nk_sdl_device (line 46) | struct nk_sdl_device { type nk_sdl_vertex (line 63) | struct nk_sdl_vertex { type nk_sdl (line 69) | struct nk_sdl { function NK_API (line 81) | NK_API void function NK_INTERN (line 149) | NK_INTERN void function NK_API (line 161) | NK_API void function NK_API (line 176) | NK_API void function nk_sdl_clipboard_paste (line 298) | static void function nk_sdl_clipboard_copy (line 309) | static void function nk_context (line 323) | nk_context* function NK_API (line 336) | NK_API void function NK_API (line 344) | NK_API void function NK_API (line 356) | NK_API void function NK_API (line 372) | NK_API int function NK_API (line 480) | NK_API FILE: demo/sdl_renderer/main.c function main (line 77) | int FILE: demo/sdl_renderer/nuklear_sdl_renderer.h type nk_font_atlas (line 19) | struct nk_font_atlas type nk_anti_aliasing (line 22) | enum nk_anti_aliasing type nk_sdl_device (line 49) | struct nk_sdl_device { type nk_sdl_vertex (line 55) | struct nk_sdl_vertex { type nk_sdl (line 61) | struct nk_sdl { function NK_INTERN (line 70) | NK_INTERN void function NK_API (line 85) | NK_API void function nk_sdl_clipboard_paste (line 202) | static void function nk_sdl_clipboard_copy (line 213) | static void function nk_context (line 227) | nk_context* function NK_API (line 260) | NK_API void function NK_API (line 268) | NK_API void function NK_API (line 279) | NK_API void function NK_API (line 295) | NK_API int function NK_API (line 403) | NK_API FILE: demo/sdl_vulkan/main.c type queue_family_indices (line 83) | struct queue_family_indices { type swap_chain_support_details (line 88) | struct swap_chain_support_details { function swap_chain_support_details_free (line 96) | void swap_chain_support_details_free( type vulkan_demo (line 108) | struct vulkan_demo { function VKAPI_CALL (line 151) | VKAPI_CALL function check_validation_layer_support (line 164) | bool check_validation_layer_support() { function VkResult (line 199) | VkResult create_debug_utils_messenger_ext( function create_debug_callback (line 213) | bool create_debug_callback(struct vulkan_demo *demo) { function create_instance (line 236) | bool create_instance(struct vulkan_demo *demo) { function create_surface (line 368) | bool create_surface(struct vulkan_demo *demo) { function find_queue_families (line 379) | bool find_queue_families(VkPhysicalDevice physical_device, VkSurfaceKHR ... function query_swap_chain_support (line 425) | bool query_swap_chain_support( function is_suitable_physical_device (line 490) | bool is_suitable_physical_device(VkPhysicalDevice physical_device, function create_physical_device (line 573) | bool create_physical_device(struct vulkan_demo *demo) { function create_logical_device (line 620) | bool create_logical_device(struct vulkan_demo *demo) { function create_sampler (line 669) | bool create_sampler(struct vulkan_demo *demo) { function VkSurfaceFormatKHR (line 698) | VkSurfaceFormatKHR function VkPresentModeKHR (line 720) | VkPresentModeKHR function VkExtent2D (line 738) | VkExtent2D choose_swap_extent(struct vulkan_demo *demo, function create_swap_chain (line 762) | bool create_swap_chain(struct vulkan_demo *demo) { function create_swap_chain_image_views (line 865) | bool create_swap_chain_image_views(struct vulkan_demo *demo) { function create_overlay_images (line 902) | bool create_overlay_images(struct vulkan_demo *demo) { function create_render_pass (line 1022) | bool create_render_pass(struct vulkan_demo *demo) { function create_framebuffers (line 1076) | bool create_framebuffers(struct vulkan_demo *demo) { function create_descriptor_set_layout (line 1108) | bool create_descriptor_set_layout(struct vulkan_demo *demo) { function create_descriptor_pool (line 1138) | bool create_descriptor_pool(struct vulkan_demo *demo) { function update_descriptor_sets (line 1162) | void update_descriptor_sets(struct vulkan_demo *demo) { function create_descriptor_sets (line 1188) | bool create_descriptor_sets(struct vulkan_demo *demo) { function create_shader_module (line 1225) | bool create_shader_module(VkDevice device, char *shader_buffer, function create_graphics_pipeline (line 1245) | bool create_graphics_pipeline(struct vulkan_demo *demo) { function create_command_pool (line 1455) | bool create_command_pool(struct vulkan_demo *demo) { function create_command_buffers (line 1473) | bool create_command_buffers(struct vulkan_demo *demo) { function create_semaphores (line 1496) | bool create_semaphores(struct vulkan_demo *demo) { function create_fence (line 1524) | bool create_fence(struct vulkan_demo *demo) { function create_swap_chain_related_resources (line 1546) | bool create_swap_chain_related_resources(struct vulkan_demo *demo) { function destroy_swap_chain_related_resources (line 1568) | bool destroy_swap_chain_related_resources(struct vulkan_demo *demo) { function create_demo_texture (line 1592) | bool create_demo_texture(struct vulkan_demo *demo) { function create_vulkan_demo (line 1860) | bool create_vulkan_demo(struct vulkan_demo *demo) { function recreate_swap_chain (line 1907) | bool recreate_swap_chain(struct vulkan_demo *demo) { function render (line 1924) | bool render(struct vulkan_demo *demo, struct nk_colorf *bg, function VkResult (line 2017) | VkResult function cleanup (line 2032) | bool cleanup(struct vulkan_demo *demo) { function main (line 2117) | int main(void) { FILE: demo/sdl_vulkan/nuklear_sdl_vulkan.h type nk_sdl_init_state (line 255) | enum nk_sdl_init_state { NK_SDL_DEFAULT = 0 } type nk_sdl_init_state (line 262) | enum nk_sdl_init_state type nk_font_atlas (line 265) | struct nk_font_atlas type nk_anti_aliasing (line 270) | enum nk_anti_aliasing type nk_sdl_vertex (line 309) | struct nk_sdl_vertex { type nk_vulkan_texture_descriptor_set (line 315) | struct nk_vulkan_texture_descriptor_set { type nk_sdl_device (line 320) | struct nk_sdl_device { type nk_sdl (line 360) | struct nk_sdl { type Mat4f (line 373) | struct Mat4f { function NK_INTERN (line 377) | NK_INTERN uint32_t nk_sdl_find_memory_index(VkPhysicalDevice physical_de... function NK_INTERN (line 396) | NK_INTERN void nk_sdl_create_sampler(struct nk_sdl_device *dev) { function NK_INTERN (line 422) | NK_INTERN void function NK_INTERN (line 437) | NK_INTERN void nk_sdl_create_command_buffers(struct nk_sdl_device *dev) { function NK_INTERN (line 456) | NK_INTERN void nk_sdl_create_semaphore(struct nk_sdl_device *dev) { function NK_INTERN (line 467) | NK_INTERN void nk_sdl_create_buffer_and_memory(struct nk_sdl_device *dev, function NK_INTERN (line 502) | NK_INTERN void nk_sdl_create_render_pass(struct nk_sdl_device *dev) { function NK_INTERN (line 554) | NK_INTERN void nk_sdl_create_framebuffers(struct nk_sdl_device *dev, function NK_INTERN (line 582) | NK_INTERN void nk_sdl_create_descriptor_pool(struct nk_sdl_device *dev) { function NK_INTERN (line 604) | NK_INTERN void function NK_INTERN (line 629) | NK_INTERN void function NK_INTERN (line 663) | NK_INTERN void function NK_INTERN (line 688) | NK_INTERN void function NK_INTERN (line 729) | NK_INTERN void nk_sdl_create_pipeline_layout(struct nk_sdl_device *dev) { function NK_INTERN (line 747) | NK_INTERN VkPipelineShaderStageCreateInfo function NK_INTERN (line 771) | NK_INTERN void nk_sdl_create_pipeline(struct nk_sdl_device *dev) { function NK_INTERN (line 895) | NK_INTERN void nk_sdl_create_render_resources(struct nk_sdl_device *dev, function NK_API (line 909) | NK_API void function NK_INTERN (line 953) | NK_INTERN void nk_sdl_device_upload_atlas(VkQueue graphics_queue, function NK_INTERN (line 1145) | NK_INTERN void nk_sdl_destroy_render_resources(struct nk_sdl_device *dev) { function NK_API (line 1165) | NK_API void nk_sdl_resize(uint32_t framebuffer_width, function NK_API (line 1177) | NK_API void nk_sdl_device_destroy(void) { function NK_API (line 1211) | NK_API function NK_API (line 1219) | NK_API void nk_sdl_font_stash_begin(struct nk_font_atlas **atlas) { function NK_API (line 1225) | NK_API void nk_sdl_font_stash_end(VkQueue graphics_queue) { function NK_API (line 1239) | NK_API void nk_sdl_handle_grab(void) { function NK_API (line 1255) | NK_API int nk_sdl_handle_event(SDL_Event *evt) { function NK_INTERN (line 1405) | NK_INTERN void update_texture_descriptor_set( function NK_API (line 1432) | NK_API function NK_INTERN (line 1616) | NK_INTERN void nk_sdl_clipboard_paste(nk_handle usr, function NK_INTERN (line 1626) | NK_INTERN void nk_sdl_clipboard_copy(nk_handle usr, const char *text, in... function nk_context (line 1640) | nk_context * FILE: demo/sdl_vulkan/src/nuklear_sdl_vulkan.in.h type nk_sdl_init_state (line 32) | enum nk_sdl_init_state { NK_SDL_DEFAULT = 0 } type nk_sdl_init_state (line 39) | enum nk_sdl_init_state type nk_font_atlas (line 42) | struct nk_font_atlas type nk_anti_aliasing (line 47) | enum nk_anti_aliasing type nk_sdl_vertex (line 86) | struct nk_sdl_vertex { type nk_vulkan_texture_descriptor_set (line 92) | struct nk_vulkan_texture_descriptor_set { type nk_sdl_device (line 97) | struct nk_sdl_device { type nk_sdl (line 137) | struct nk_sdl { type Mat4f (line 150) | struct Mat4f { function NK_INTERN (line 154) | NK_INTERN uint32_t nk_sdl_find_memory_index(VkPhysicalDevice physical_de... function NK_INTERN (line 173) | NK_INTERN void nk_sdl_create_sampler(struct nk_sdl_device *dev) { function NK_INTERN (line 199) | NK_INTERN void function NK_INTERN (line 214) | NK_INTERN void nk_sdl_create_command_buffers(struct nk_sdl_device *dev) { function NK_INTERN (line 233) | NK_INTERN void nk_sdl_create_semaphore(struct nk_sdl_device *dev) { function NK_INTERN (line 244) | NK_INTERN void nk_sdl_create_buffer_and_memory(struct nk_sdl_device *dev, function NK_INTERN (line 279) | NK_INTERN void nk_sdl_create_render_pass(struct nk_sdl_device *dev) { function NK_INTERN (line 331) | NK_INTERN void nk_sdl_create_framebuffers(struct nk_sdl_device *dev, function NK_INTERN (line 359) | NK_INTERN void nk_sdl_create_descriptor_pool(struct nk_sdl_device *dev) { function NK_INTERN (line 381) | NK_INTERN void function NK_INTERN (line 406) | NK_INTERN void function NK_INTERN (line 440) | NK_INTERN void function NK_INTERN (line 465) | NK_INTERN void function NK_INTERN (line 506) | NK_INTERN void nk_sdl_create_pipeline_layout(struct nk_sdl_device *dev) { function NK_INTERN (line 524) | NK_INTERN VkPipelineShaderStageCreateInfo function NK_INTERN (line 548) | NK_INTERN void nk_sdl_create_pipeline(struct nk_sdl_device *dev) { function NK_INTERN (line 672) | NK_INTERN void nk_sdl_create_render_resources(struct nk_sdl_device *dev, function NK_API (line 686) | NK_API void function NK_INTERN (line 730) | NK_INTERN void nk_sdl_device_upload_atlas(VkQueue graphics_queue, function NK_INTERN (line 922) | NK_INTERN void nk_sdl_destroy_render_resources(struct nk_sdl_device *dev) { function NK_API (line 942) | NK_API void nk_sdl_resize(uint32_t framebuffer_width, function NK_API (line 954) | NK_API void nk_sdl_device_destroy(void) { function NK_API (line 988) | NK_API function NK_API (line 996) | NK_API void nk_sdl_font_stash_begin(struct nk_font_atlas **atlas) { function NK_API (line 1002) | NK_API void nk_sdl_font_stash_end(VkQueue graphics_queue) { function NK_API (line 1016) | NK_API void nk_sdl_handle_grab(void) { function NK_API (line 1032) | NK_API int nk_sdl_handle_event(SDL_Event *evt) { function NK_INTERN (line 1163) | NK_INTERN void update_texture_descriptor_set( function NK_API (line 1190) | NK_API function NK_INTERN (line 1374) | NK_INTERN void nk_sdl_clipboard_paste(nk_handle usr, function NK_INTERN (line 1384) | NK_INTERN void nk_sdl_clipboard_copy(nk_handle usr, const char *text, in... function nk_context (line 1398) | nk_context * FILE: demo/sfml_opengl2/main.cpp function main (line 78) | int main(void) FILE: demo/sfml_opengl2/nuklear_sfml_gl2.h type nk_font_atlas (line 20) | struct nk_font_atlas type nk_anti_aliasing (line 23) | enum nk_anti_aliasing type nk_sfml_device (line 38) | struct nk_sfml_device { type nk_sfml_vertex (line 44) | struct nk_sfml_vertex { type nk_sfml (line 50) | struct nk_sfml { function NK_INTERN (line 58) | NK_INTERN void function NK_API (line 70) | NK_API void function nk_sfml_clipboard_paste (line 188) | static void function nk_sfml_clipboard_copy (line 205) | static void function NK_API (line 241) | NK_API void function NK_API (line 249) | NK_API void function NK_API (line 261) | NK_API int function NK_API (line 368) | NK_API FILE: demo/sfml_opengl3/main.cpp function main (line 80) | int main(void) FILE: demo/sfml_opengl3/nuklear_sfml_gl3.h type nk_font_atlas (line 23) | struct nk_font_atlas type nk_anti_aliasing (line 26) | enum nk_anti_aliasing type nk_sfml_device (line 45) | struct nk_sfml_device { type nk_sfml_vertex (line 59) | struct nk_sfml_vertex { type nk_sfml (line 64) | struct nk_sfml { function NK_API (line 78) | NK_API void function NK_API (line 165) | NK_API void function NK_INTERN (line 181) | NK_INTERN void function NK_API (line 193) | NK_API void function nk_sfml_clipboard_paste (line 298) | static void function nk_sfml_clipboard_copy (line 312) | static void function NK_API (line 348) | NK_API void function NK_API (line 356) | NK_API void function NK_API (line 368) | NK_API int function NK_API (line 476) | NK_API FILE: demo/x11/main.c type XWindow (line 26) | typedef struct XWindow XWindow; type XWindow (line 27) | struct XWindow { function die (line 42) | static void function timestamp (line 53) | static long function sleep_for (line 61) | static void function main (line 120) | int FILE: demo/x11/nuklear_xlib.h type XFont (line 18) | typedef struct XFont XFont; type nk_color (line 25) | struct nk_color type nk_text_edit (line 29) | struct nk_text_edit type XSurface (line 85) | typedef struct XSurface XSurface; type XImageWithAlpha (line 86) | typedef struct XImageWithAlpha XImageWithAlpha; type XFont (line 87) | struct XFont { type XSurface (line 99) | struct XSurface { type XImageWithAlpha (line 110) | struct XImageWithAlpha { type nk_text_edit (line 118) | struct nk_text_edit type nk_context (line 125) | struct nk_context type XSurface (line 126) | struct XSurface function NK_INTERN (line 138) | NK_INTERN double function nk_color_from_byte (line 146) | NK_INTERN unsigned long function NK_INTERN (line 156) | NK_INTERN XSurface* function NK_INTERN (line 176) | NK_INTERN void function NK_INTERN (line 190) | NK_INTERN void function NK_INTERN (line 205) | NK_INTERN void function NK_INTERN (line 216) | NK_INTERN void function NK_INTERN (line 246) | NK_INTERN void function NK_INTERN (line 299) | NK_INTERN void function NK_INTERN (line 315) | NK_INTERN void function NK_INTERN (line 328) | NK_INTERN void function NK_INTERN (line 345) | NK_INTERN void function NK_INTERN (line 359) | NK_INTERN void function NK_INTERN (line 372) | NK_INTERN void function NK_INTERN (line 382) | NK_INTERN void function NK_INTERN (line 394) | NK_INTERN void function NK_INTERN (line 406) | NK_INTERN void function NK_INTERN (line 417) | NK_INTERN void function NK_INTERN (line 444) | NK_INTERN void function nk_image (line 478) | nk_image function nk_image (line 545) | nk_image function nk_image (line 554) | nk_image function NK_INTERN (line 564) | NK_INTERN void function nk_xsurf_image_free (line 582) | void function NK_INTERN (line 595) | NK_INTERN void function NK_INTERN (line 602) | NK_INTERN void function NK_INTERN (line 608) | NK_INTERN void function NK_API (line 619) | NK_API XFont* function NK_INTERN (line 666) | NK_INTERN float function NK_API (line 699) | NK_API void function nk_context (line 714) | nk_context* function NK_API (line 754) | NK_API void function NK_API (line 764) | NK_API void function NK_API (line 774) | NK_API void function NK_API (line 785) | NK_API void function NK_API (line 800) | NK_API int function NK_API (line 988) | NK_API void function NK_API (line 997) | NK_API void FILE: demo/x11_opengl2/main.c type XWindow (line 81) | struct XWindow { function gl_error_handler (line 93) | static int gl_error_handler(Display *dpy, XErrorEvent *ev) function die (line 96) | static void function has_extension (line 107) | static int function main (line 128) | int main(void) FILE: demo/x11_opengl2/nuklear_xlib_gl2.h type nk_font_atlas (line 18) | struct nk_font_atlas type nk_anti_aliasing (line 21) | enum nk_anti_aliasing type nk_x11_vertex (line 55) | struct nk_x11_vertex { type nk_x11_device (line 61) | struct nk_x11_device { type nk_x11 (line 67) | struct nk_x11 { function NK_INTERN (line 78) | NK_INTERN double function NK_INTERN (line 86) | NK_INTERN void function NK_API (line 98) | NK_API void function NK_API (line 220) | NK_API void function NK_API (line 228) | NK_API void function NK_API (line 239) | NK_API int function nk_context (line 360) | nk_context* function NK_API (line 383) | NK_API void FILE: demo/x11_opengl3/main.c type XWindow (line 79) | struct XWindow { function gl_error_handler (line 91) | static int gl_error_handler(Display *dpy, XErrorEvent *ev) function die (line 94) | static void function has_extension (line 105) | static int function main (line 126) | int main(void) FILE: demo/x11_opengl3/nuklear_xlib_gl3.h type nk_font_atlas (line 18) | struct nk_font_atlas type nk_anti_aliasing (line 21) | enum nk_anti_aliasing type GLboolean (line 68) | typedef GLboolean(*nkglUnmapBuffer)(GLenum); type GLuint (line 81) | typedef GLuint(*nkglCreateShader)(GLenum); type GLuint (line 87) | typedef GLuint(*nkglCreateProgram)(void); type GLint (line 95) | typedef GLint(*nkglGetUniformLocation)(GLuint, const GLchar*); type GLint (line 96) | typedef GLint(*nkglGetAttribLocation)(GLuint, const GLchar*); type graphics_card_vendors (line 137) | enum graphics_card_vendors { type opengl_info (line 144) | struct opengl_info { type nk_x11_vertex (line 166) | struct nk_x11_vertex { type nk_x11_device (line 172) | struct nk_x11_device { type nk_x11 (line 190) | struct nk_x11 { function NK_INTERN (line 210) | NK_INTERN double function NK_INTERN (line 218) | NK_INTERN int function NK_INTERN (line 228) | NK_INTERN int function NK_INTERN (line 250) | NK_INTERN __GLXextFuncPtr function NK_INTERN (line 262) | NK_INTERN int function NK_API (line 362) | NK_API int function NK_INTERN (line 450) | NK_INTERN void function NK_API (line 462) | NK_API void function NK_API (line 477) | NK_API void function NK_API (line 587) | NK_API void function NK_API (line 595) | NK_API void function NK_API (line 606) | NK_API int function nk_context (line 727) | nk_context* function NK_API (line 750) | NK_API void FILE: demo/xcb_cairo/main.c function die (line 23) | static void die(const char *fmt, ...) function main (line 82) | int FILE: demo/xcb_cairo/nuklear_xcb.h type nk_xcb_context (line 38) | struct nk_xcb_context type nk_cairo_context (line 39) | struct nk_cairo_context type nk_xcb_event_type (line 44) | enum nk_xcb_event_type { type nk_xcb_context (line 53) | struct nk_xcb_context type nk_xcb_context (line 55) | struct nk_xcb_context type nk_context (line 55) | struct nk_context type nk_xcb_context (line 56) | struct nk_xcb_context type nk_xcb_context (line 57) | struct nk_xcb_context type nk_color (line 62) | struct nk_color type nk_cairo_context (line 63) | struct nk_cairo_context type nk_cairo_context (line 65) | struct nk_cairo_context type nk_cairo_context (line 66) | struct nk_cairo_context type nk_cairo_context (line 67) | struct nk_cairo_context type nk_context (line 67) | struct nk_context type nk_xcb_context (line 70) | struct nk_xcb_context type nk_xcb_context (line 71) | struct nk_xcb_context type xkb_context (line 118) | typedef struct xkb_context xkb_context; type xkb_keymap (line 119) | typedef struct xkb_keymap xkb_keymap; type xkb_state (line 120) | typedef struct xkb_state xkb_state; type xkbcommon_context (line 121) | typedef struct xkbcommon_context xkbcommon_context; type nk_xcb_context (line 122) | typedef struct nk_xcb_context nk_xcb_context; type xkbcommon_context (line 124) | struct xkbcommon_context type nk_cairo_context (line 135) | struct nk_cairo_context { type nk_xcb_context (line 147) | struct nk_xcb_context { function nk_xcb_context (line 162) | nk_xcb_context *nk_xcb_init(const char *title, int pos_x, int pos_y, int... function NK_API (line 232) | NK_API void nk_xcb_free(struct nk_xcb_context *xcb_ctx) function NK_API (line 241) | NK_API int nk_xcb_handle_event(struct nk_xcb_context *xcb_ctx, struct nk... function NK_API (line 456) | NK_API void nk_xcb_render(struct nk_xcb_context *xcb_ctx) function NK_API (line 475) | NK_API void nk_xcb_size(struct nk_xcb_context *xcb_ctx, int *width, int ... function NK_API (line 481) | NK_API void *nk_xcb_create_cairo_surface(struct nk_xcb_context *xcb_ctx) function NK_API (line 491) | NK_API void nk_xcb_resize_cairo_surface(struct nk_xcb_context *xcb_ctx, ... function NK_INTERN (line 501) | NK_INTERN float nk_cairo_text_width(nk_handle handle, float height __att... function nk_cairo_context (line 515) | nk_cairo_context *nk_cairo_init(struct nk_color *bg, const char *font_fi... function NK_API (line 560) | NK_API cairo_surface_t *nk_cairo_surface(struct nk_cairo_context *cairo_... function nk_user_font (line 565) | nk_user_font *nk_cairo_default_font(struct nk_cairo_context *cairo_ctx) function NK_API (line 570) | NK_API void nk_cairo_free(struct nk_cairo_context *cairo_ctx) function NK_API (line 579) | NK_API void nk_cairo_damage(struct nk_cairo_context *cairo_ctx) function NK_API (line 584) | NK_API int nk_cairo_render(struct nk_cairo_context *cairo_ctx, struct nk... function NK_INTERN (line 895) | NK_INTERN xkbcommon_context *xkbcommon_init(xcb_connection_t *conn) function NK_INTERN (line 947) | NK_INTERN void xkbcommon_free(xkbcommon_context *kbdctx) function NK_INTERN (line 963) | NK_INTERN xkb_keysym_t keycode_to_keysym(nk_xcb_context *ctx, xkb_keycod... FILE: example/canvas.c type nk_glfw_vertex (line 47) | struct nk_glfw_vertex { type device (line 53) | struct device { function device_init (line 102) | static void function device_upload_atlas (line 184) | static void function device_shutdown (line 195) | static void function device_draw (line 209) | static void function error_callback (line 309) | static void error_callback(int e, const char *d){printf("Error %d: %s\n"... function text_input (line 310) | static void text_input(GLFWwindow *win, unsigned int codepoint) function scroll_input (line 312) | static void scroll_input(GLFWwindow *win, double _, double yoff) function pump_input (line 315) | static void type nk_canvas (line 353) | struct nk_canvas { function canvas_begin (line 360) | static void function canvas_end (line 387) | static void function main (line 396) | int main(int argc, char *argv[]) FILE: example/extended.c type media (line 45) | struct media { function ui_piemenu (line 76) | static int function grid_demo (line 180) | static void function ui_header (line 223) | static void function ui_widget (line 231) | static void function ui_widget_centered (line 240) | static void function button_demo (line 249) | static void function basic_demo (line 359) | static void type nk_glfw_vertex (line 473) | struct nk_glfw_vertex { type device (line 479) | struct device { function die (line 494) | static void function icon_load (line 505) | static struct nk_image function device_init (line 525) | static void function device_upload_atlas (line 607) | static void function device_shutdown (line 618) | static void function device_draw (line 632) | static void function error_callback (line 732) | static void error_callback(int e, const char *d){printf("Error %d: %s\n"... function text_input (line 733) | static void text_input(GLFWwindow *win, unsigned int codepoint) function scroll_input (line 735) | static void scroll_input(GLFWwindow *win, double _, double yoff) function main (line 738) | int main(int argc, char *argv[]) FILE: example/file_browser.c type icons (line 52) | struct icons { type file_groups (line 66) | enum file_groups { type file_types (line 76) | enum file_types { type file_group (line 96) | struct file_group { type file (line 102) | struct file { type media (line 108) | struct media { type file_browser (line 117) | struct file_browser { function die (line 141) | static void function dir_free_list (line 182) | static void type dirent (line 216) | struct dirent function FILE_GROUP (line 253) | static struct file_group function FILE_DEF (line 263) | static struct file type nk_image (line 273) | struct nk_image type media (line 274) | struct media type file (line 298) | struct file function media_init (line 314) | static void function file_browser_reload_directory_content (line 345) | static void function file_browser_init (line 357) | static void function file_browser_free (line 389) | static void function file_browser_run (line 401) | static int type nk_glfw_vertex (line 523) | struct nk_glfw_vertex { type device (line 529) | struct device { function icon_load (line 543) | static struct nk_image function device_init (line 563) | static void function device_upload_atlas (line 645) | static void function device_shutdown (line 656) | static void function device_draw (line 670) | static void function error_callback (line 770) | static void error_callback(int e, const char *d){printf("Error %d: %s\n"... function text_input (line 771) | static void text_input(GLFWwindow *win, unsigned int codepoint) function scroll_input (line 773) | static void scroll_input(GLFWwindow *win, double _, double yoff) function main (line 776) | int main(int argc, char *argv[]) FILE: example/skinning.c type media (line 45) | struct media { type nk_glfw_vertex (line 74) | struct nk_glfw_vertex { type device (line 80) | struct device { function die (line 95) | static void function GLuint (line 106) | static GLuint function device_init (line 126) | static void function device_upload_atlas (line 208) | static void function device_shutdown (line 219) | static void function device_draw (line 233) | static void function error_callback (line 333) | static void error_callback(int e, const char *d){printf("Error %d: %s\n"... function text_input (line 334) | static void text_input(GLFWwindow *win, unsigned int codepoint) function scroll_input (line 336) | static void scroll_input(GLFWwindow *win, double _, double yoff) function main (line 339) | int main(int argc, char *argv[]) FILE: example/stb_image.h type stbi_uc (line 414) | typedef unsigned char stbi_uc; type stbi_io_callbacks (line 435) | typedef struct type stbi__uint16 (line 602) | typedef unsigned short stbi__uint16; type stbi__int16 (line 603) | typedef signed short stbi__int16; type stbi__uint32 (line 604) | typedef unsigned int stbi__uint32; type stbi__int32 (line 605) | typedef signed int stbi__int32; type stbi__uint16 (line 608) | typedef uint16_t stbi__uint16; type stbi__int16 (line 609) | typedef int16_t stbi__int16; type stbi__uint32 (line 610) | typedef uint32_t stbi__uint32; type stbi__int32 (line 611) | typedef int32_t stbi__int32; function stbi__cpuid3 (line 686) | static int stbi__cpuid3(void) function stbi__sse2_available (line 707) | static int stbi__sse2_available() function stbi__sse2_available (line 715) | static int stbi__sse2_available() type stbi__context (line 750) | typedef struct function stbi__start_mem (line 770) | static void stbi__start_mem(stbi__context *s, stbi_uc const *buffer, int... function stbi__start_callbacks (line 779) | static void stbi__start_callbacks(stbi__context *s, stbi_io_callbacks *c... function stbi__stdio_read (line 792) | static int stbi__stdio_read(void *user, char *data, int size) function stbi__stdio_skip (line 797) | static void stbi__stdio_skip(void *user, int n) function stbi__stdio_eof (line 802) | static int stbi__stdio_eof(void *user) function stbi__start_file (line 814) | static void stbi__start_file(stbi__context *s, FILE *f) function stbi__rewind (line 823) | static void stbi__rewind(stbi__context *s) function STBIDEF (line 889) | STBIDEF const char *stbi_failure_reason(void) function stbi__err (line 894) | static int stbi__err(const char *str) function STBIDEF (line 920) | STBIDEF void stbi_image_free(void *retval_from_stbi_load) function STBIDEF (line 935) | STBIDEF void stbi_set_flip_vertically_on_load(int flag_true_if_should_flip) function stbi__float_postprocess (line 1006) | static void stbi__float_postprocess(float *result, int *x, int *y, int *... function FILE (line 1030) | static FILE *stbi__fopen(char const *filename, char const *mode) function STBIDEF (line 1043) | STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *co... function STBIDEF (line 1053) | STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp,... function STBIDEF (line 1067) | STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, i... function STBIDEF (line 1074) | STBIDEF stbi_uc *stbi_load_from_callbacks(stbi_io_callbacks const *clbk,... function STBIDEF (line 1099) | STBIDEF float *stbi_loadf_from_memory(stbi_uc const *buffer, int len, in... function STBIDEF (line 1106) | STBIDEF float *stbi_loadf_from_callbacks(stbi_io_callbacks const *clbk, ... function STBIDEF (line 1114) | STBIDEF float *stbi_loadf(char const *filename, int *x, int *y, int *com... function STBIDEF (line 1124) | STBIDEF float *stbi_loadf_from_file(FILE *f, int *x, int *y, int *comp, ... function STBIDEF (line 1138) | STBIDEF int stbi_is_hdr_from_memory(stbi_uc const *buffer, int len) function STBIDEF (line 1152) | STBIDEF int stbi_is_hdr (char const *filename) function STBIDEF (line 1163) | STBIDEF int stbi_is_hdr_from_file(FILE *f) function STBIDEF (line 1176) | STBIDEF int stbi_is_hdr_from_callbacks(stbi_io_callbacks const *clb... function STBIDEF (line 1193) | STBIDEF void stbi_ldr_to_hdr_gamma(float gamma) { stbi__l2h_gamma = ga... function STBIDEF (line 1194) | STBIDEF void stbi_ldr_to_hdr_scale(float scale) { stbi__l2h_scale = sc... function STBIDEF (line 1197) | STBIDEF void stbi_hdr_to_ldr_gamma(float gamma) { stbi__h2l_gamma_i = ... function STBIDEF (line 1198) | STBIDEF void stbi_hdr_to_ldr_scale(float scale) { stbi__h2l_scale_i = ... function stbi__refill_buffer (line 1213) | static void stbi__refill_buffer(stbi__context *s) function stbi_inline (line 1229) | stbi_inline static stbi_uc stbi__get8(stbi__context *s) function stbi_inline (line 1240) | stbi_inline static int stbi__at_eof(stbi__context *s) function stbi__skip (line 1252) | static void stbi__skip(stbi__context *s, int n) function stbi__getn (line 1269) | static int stbi__getn(stbi__context *s, stbi_uc *buffer, int n) function stbi__get16be (line 1293) | static int stbi__get16be(stbi__context *s) function stbi__uint32 (line 1299) | static stbi__uint32 stbi__get32be(stbi__context *s) function stbi__get16le (line 1308) | static int stbi__get16le(stbi__context *s) function stbi__uint32 (line 1316) | static stbi__uint32 stbi__get32le(stbi__context *s) function stbi_uc (line 1337) | static stbi_uc stbi__compute_y(int r, int g, int b) function stbi_uc (line 1407) | static stbi_uc *stbi__hdr_to_ldr(float *data, int x, int y, int comp) type stbi__huffman (line 1459) | typedef struct type stbi__jpeg (line 1470) | typedef struct function stbi__build_huffman (line 1521) | static int stbi__build_huffman(stbi__huffman *h, int *count) function stbi__build_fast_ac (line 1564) | static void stbi__build_fast_ac(stbi__int16 *fast_ac, stbi__huffman *h) function stbi__grow_buffer_unsafe (line 1589) | static void stbi__grow_buffer_unsafe(stbi__jpeg *j) function stbi_inline (line 1610) | stbi_inline static int stbi__jpeg_huff_decode(stbi__jpeg *j, stbi__huffm... function stbi_inline (line 1664) | stbi_inline static int stbi__extend_receive(stbi__jpeg *j, int n) function stbi_inline (line 1680) | stbi_inline static int stbi__jpeg_get_bits(stbi__jpeg *j, int n) function stbi_inline (line 1691) | stbi_inline static int stbi__jpeg_get_bit(stbi__jpeg *j) function stbi__jpeg_decode_block (line 1719) | static int stbi__jpeg_decode_block(stbi__jpeg *j, short data[64], stbi__... function stbi__jpeg_decode_block_prog_dc (line 1771) | static int stbi__jpeg_decode_block_prog_dc(stbi__jpeg *j, short data[64]... function stbi__jpeg_decode_block_prog_ac (line 1798) | static int stbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64]... function stbi_inline (line 1918) | stbi_inline static stbi_uc stbi__clamp(int x) function stbi__idct_block (line 1969) | static void stbi__idct_block(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2032) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2213) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi_uc (line 2421) | static stbi_uc stbi__get_marker(stbi__jpeg *j) function stbi__jpeg_reset (line 2438) | static void stbi__jpeg_reset(stbi__jpeg *j) function stbi__parse_entropy_coded_data (line 2451) | static int stbi__parse_entropy_coded_data(stbi__jpeg *z) function stbi__jpeg_dequantize (line 2575) | static void stbi__jpeg_dequantize(short *data, stbi_uc *dequant) function stbi__jpeg_finish (line 2582) | static void stbi__jpeg_finish(stbi__jpeg *z) function stbi__process_marker (line 2601) | static int stbi__process_marker(stbi__jpeg *z, int m) function stbi__process_scan_header (line 2665) | static int stbi__process_scan_header(stbi__jpeg *z) function stbi__process_frame_header (line 2704) | static int stbi__process_frame_header(stbi__jpeg *z, int scan) function stbi__decode_jpeg_header (line 2795) | static int stbi__decode_jpeg_header(stbi__jpeg *z, int scan) function stbi__decode_jpeg_image (line 2818) | static int stbi__decode_jpeg_image(stbi__jpeg *j) type stbi_uc (line 2857) | typedef stbi_uc *(*resample_row_func)(stbi_uc *out, stbi_uc *in0, stbi_u... function stbi_uc (line 2862) | static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *... function stbi_uc (line 2871) | static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, s... function stbi_uc (line 2881) | static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 2911) | static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 2936) | static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_n... function stbi_uc (line 3052) | static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_nea... function stbi__YCbCr_to_RGB_row (line 3067) | static void stbi__YCbCr_to_RGB_row(stbi_uc *out, const stbi_uc *y, const... function stbi__YCbCr_to_RGB_row (line 3095) | static void stbi__YCbCr_to_RGB_row(stbi_uc *out, const stbi_uc *y, const... function stbi__YCbCr_to_RGB_simd (line 3122) | static void stbi__YCbCr_to_RGB_simd(stbi_uc *out, stbi_uc const *y, stbi... function stbi__setup_jpeg (line 3257) | static void stbi__setup_jpeg(stbi__jpeg *j) function stbi__cleanup_jpeg (line 3283) | static void stbi__cleanup_jpeg(stbi__jpeg *j) type stbi__resample (line 3304) | typedef struct function stbi_uc (line 3314) | static stbi_uc *load_jpeg_image(stbi__jpeg *z, int *out_x, int *out_y, i... function stbi__jpeg_test (line 3419) | static int stbi__jpeg_test(stbi__context *s) function stbi__jpeg_info_raw (line 3430) | static int stbi__jpeg_info_raw(stbi__jpeg *j, int *x, int *y, int *comp) function stbi__jpeg_info (line 3442) | static int stbi__jpeg_info(stbi__context *s, int *x, int *y, int *comp) type stbi__zhuffman (line 3465) | typedef struct function stbi_inline (line 3475) | stbi_inline static int stbi__bitreverse16(int n) function stbi_inline (line 3484) | stbi_inline static int stbi__bit_reverse(int v, int bits) function stbi__zbuild_huffman (line 3492) | static int stbi__zbuild_huffman(stbi__zhuffman *z, stbi_uc *sizelist, in... type stbi__zbuf (line 3545) | typedef struct function stbi_inline (line 3559) | stbi_inline static stbi_uc stbi__zget8(stbi__zbuf *z) function stbi__fill_bits (line 3565) | static void stbi__fill_bits(stbi__zbuf *z) function stbi__zreceive (line 3574) | int stbi__zreceive(stbi__zbuf *z, int n) function stbi__zhuffman_decode_slowpath (line 3584) | static int stbi__zhuffman_decode_slowpath(stbi__zbuf *a, stbi__zhuffman *z) function stbi_inline (line 3602) | stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffm... function stbi__zexpand (line 3616) | static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to m... function stbi__parse_huffman_block (line 3648) | static int stbi__parse_huffman_block(stbi__zbuf *a) function stbi__compute_huffman_codes (line 3690) | static int stbi__compute_huffman_codes(stbi__zbuf *a) function stbi__parse_uncomperssed_block (line 3736) | static int stbi__parse_uncomperssed_block(stbi__zbuf *a) function stbi__parse_zlib_header (line 3765) | static int stbi__parse_zlib_header(stbi__zbuf *a) function stbi__init_zdefaults (line 3780) | static void stbi__init_zdefaults(void) function stbi__parse_zlib (line 3791) | static int stbi__parse_zlib(stbi__zbuf *a, int parse_header) function stbi__do_zlib (line 3820) | static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, i... function STBIDEF (line 3830) | STBIDEF char *stbi_zlib_decode_malloc_guesssize(const char *buffer, int ... function STBIDEF (line 3846) | STBIDEF char *stbi_zlib_decode_malloc(char const *buffer, int len, int *... function STBIDEF (line 3851) | STBIDEF char *stbi_zlib_decode_malloc_guesssize_headerflag(const char *b... function STBIDEF (line 3867) | STBIDEF int stbi_zlib_decode_buffer(char *obuffer, int olen, char const ... function STBIDEF (line 3878) | STBIDEF char *stbi_zlib_decode_noheader_malloc(char const *buffer, int l... function STBIDEF (line 3894) | STBIDEF int stbi_zlib_decode_noheader_buffer(char *obuffer, int olen, co... type stbi__pngchunk (line 3917) | typedef struct function stbi__pngchunk (line 3923) | static stbi__pngchunk stbi__get_chunk_header(stbi__context *s) function stbi__check_png_header (line 3931) | static int stbi__check_png_header(stbi__context *s) type stbi__png (line 3940) | typedef struct function stbi__paeth (line 3967) | static int stbi__paeth(int a, int b, int c) function stbi__create_png_image_raw (line 3981) | static int stbi__create_png_image_raw(stbi__png *a, stbi_uc *raw, stbi__... function stbi__create_png_image (line 4159) | static int stbi__create_png_image(stbi__png *a, stbi_uc *image_data, stb... function stbi__compute_transparency (line 4201) | static int stbi__compute_transparency(stbi__png *z, stbi_uc tc[3], int o... function stbi__expand_png_palette (line 4226) | static int stbi__expand_png_palette(stbi__png *a, stbi_uc *palette, int ... function STBIDEF (line 4266) | STBIDEF void stbi_set_unpremultiply_on_load(int flag_true_if_should_unpr... function STBIDEF (line 4271) | STBIDEF void stbi_convert_iphone_png_to_rgb(int flag_true_if_should_conv... function stbi__de_iphone (line 4276) | static void stbi__de_iphone(stbi__png *z) function stbi__parse_png_file (line 4320) | static int stbi__parse_png_file(stbi__png *z, int scan, int req_comp) function stbi__png_test (line 4507) | static int stbi__png_test(stbi__context *s) function stbi__png_info_raw (line 4515) | static int stbi__png_info_raw(stbi__png *p, int *x, int *y, int *comp) function stbi__png_info (line 4527) | static int stbi__png_info(stbi__context *s, int *x, int *y, int *comp) function stbi__bmp_test_raw (line 4538) | static int stbi__bmp_test_raw(stbi__context *s) function stbi__bmp_test (line 4553) | static int stbi__bmp_test(stbi__context *s) function stbi__high_bit (line 4562) | static int stbi__high_bit(unsigned int z) function stbi__bitcount (line 4574) | static int stbi__bitcount(unsigned int a) function stbi__shiftsigned (line 4584) | static int stbi__shiftsigned(int v, int shift, int bits) function stbi_uc (line 4601) | static stbi_uc *stbi__bmp_load(stbi__context *s, int *x, int *y, int *co... function stbi__tga_info (line 4814) | static int stbi__tga_info(stbi__context *s, int *x, int *y, int *comp) function stbi__tga_test (line 4851) | static int stbi__tga_test(stbi__context *s) function stbi_uc (line 4876) | static stbi_uc *stbi__tga_load(stbi__context *s, int *x, int *y, int *co... function stbi__psd_test (line 5075) | static int stbi__psd_test(stbi__context *s) function stbi_uc (line 5082) | static stbi_uc *stbi__psd_load(stbi__context *s, int *x, int *y, int *co... function stbi__pic_is4 (line 5259) | static int stbi__pic_is4(stbi__context *s,const char *str) function stbi__pic_test_core (line 5269) | static int stbi__pic_test_core(stbi__context *s) type stbi__pic_packet (line 5285) | typedef struct function stbi_uc (line 5290) | static stbi_uc *stbi__readval(stbi__context *s, int channel, stbi_uc *dest) function stbi__copyval (line 5304) | static void stbi__copyval(int channel,stbi_uc *dest,const stbi_uc *src) function stbi_uc (line 5313) | static stbi_uc *stbi__pic_load_core(stbi__context *s,int width,int heigh... function stbi_uc (line 5423) | static stbi_uc *stbi__pic_load(stbi__context *s,int *px,int *py,int *com... function stbi__pic_test (line 5456) | static int stbi__pic_test(stbi__context *s) type stbi__gif_lzw (line 5468) | typedef struct type stbi__gif (line 5475) | typedef struct function stbi__gif_test_raw (line 5492) | static int stbi__gif_test_raw(stbi__context *s) function stbi__gif_test (line 5502) | static int stbi__gif_test(stbi__context *s) function stbi__gif_parse_colortable (line 5509) | static void stbi__gif_parse_colortable(stbi__context *s, stbi_uc pal[256... function stbi__gif_header (line 5520) | static int stbi__gif_header(stbi__context *s, stbi__gif *g, int *comp, i... function stbi__gif_info_raw (line 5548) | static int stbi__gif_info_raw(stbi__context *s, int *x, int *y, int *comp) function stbi__out_gif_code (line 5560) | static void stbi__out_gif_code(stbi__gif *g, stbi__uint16 code) function stbi_uc (line 5594) | static stbi_uc *stbi__process_gif_raster(stbi__context *s, stbi__gif *g) function stbi__fill_gif_background (line 5674) | static void stbi__fill_gif_background(stbi__gif *g, int x0, int y0, int ... function stbi_uc (line 5690) | static stbi_uc *stbi__gif_load_next(stbi__context *s, stbi__gif *g, int ... function stbi_uc (line 5806) | static stbi_uc *stbi__gif_load(stbi__context *s, int *x, int *y, int *co... function stbi__gif_info (line 5826) | static int stbi__gif_info(stbi__context *s, int *x, int *y, int *comp) function stbi__hdr_test_core (line 5836) | static int stbi__hdr_test_core(stbi__context *s) function stbi__hdr_test (line 5846) | static int stbi__hdr_test(stbi__context* s) function stbi__hdr_convert (line 5876) | static void stbi__hdr_convert(float *output, stbi_uc *input, int req_comp) function stbi__hdr_info (line 6014) | static int stbi__hdr_info(stbi__context *s, int *x, int *y, int *comp) function stbi__bmp_info (line 6055) | static int stbi__bmp_info(stbi__context *s, int *x, int *y, int *comp) function stbi__psd_info (line 6085) | static int stbi__psd_info(stbi__context *s, int *x, int *y, int *comp) function stbi__pic_info (line 6118) | static int stbi__pic_info(stbi__context *s, int *x, int *y, int *comp) function stbi__pnm_test (line 6186) | static int stbi__pnm_test(stbi__context *s) function stbi_uc (line 6198) | static stbi_uc *stbi__pnm_load(stbi__context *s, int *x, int *y, int *co... function stbi__pnm_isspace (line 6218) | static int stbi__pnm_isspace(char c) function stbi__pnm_skip_whitespace (line 6223) | static void stbi__pnm_skip_whitespace(stbi__context *s, char *c) function stbi__pnm_isdigit (line 6229) | static int stbi__pnm_isdigit(char c) function stbi__pnm_getinteger (line 6234) | static int stbi__pnm_getinteger(stbi__context *s, char *c) function stbi__pnm_info (line 6246) | static int stbi__pnm_info(stbi__context *s, int *x, int *y, int *comp) function stbi__info_main (line 6281) | static int stbi__info_main(stbi__context *s, int *x, int *y, int *comp) function STBIDEF (line 6324) | STBIDEF int stbi_info(char const *filename, int *x, int *y, int *comp) function STBIDEF (line 6334) | STBIDEF int stbi_info_from_file(FILE *f, int *x, int *y, int *comp) function STBIDEF (line 6346) | STBIDEF int stbi_info_from_memory(stbi_uc const *buffer, int len, int *x... function STBIDEF (line 6353) | STBIDEF int stbi_info_from_callbacks(stbi_io_callbacks const *c, void *u... FILE: nuklear.h type NK_INT8 (line 428) | typedef NK_INT8 nk_char; type NK_UINT8 (line 429) | typedef NK_UINT8 nk_uchar; type NK_UINT8 (line 430) | typedef NK_UINT8 nk_byte; type NK_INT16 (line 431) | typedef NK_INT16 nk_short; type NK_UINT16 (line 432) | typedef NK_UINT16 nk_ushort; type NK_INT32 (line 433) | typedef NK_INT32 nk_int; type NK_UINT32 (line 434) | typedef NK_UINT32 nk_uint; type NK_SIZE_TYPE (line 435) | typedef NK_SIZE_TYPE nk_size; type NK_POINTER_TYPE (line 436) | typedef NK_POINTER_TYPE nk_ptr; type NK_BOOL (line 437) | typedef NK_BOOL nk_bool; type nk_uint (line 439) | typedef nk_uint nk_hash; type nk_uint (line 440) | typedef nk_uint nk_flags; type nk_uint (line 441) | typedef nk_uint nk_rune; type nk_buffer (line 462) | struct nk_buffer type nk_allocator (line 463) | struct nk_allocator type nk_command_buffer (line 464) | struct nk_command_buffer type nk_draw_command (line 465) | struct nk_draw_command type nk_convert_config (line 466) | struct nk_convert_config type nk_style_item (line 467) | struct nk_style_item type nk_text_edit (line 468) | struct nk_text_edit type nk_draw_list (line 469) | struct nk_draw_list type nk_user_font (line 470) | struct nk_user_font type nk_panel (line 471) | struct nk_panel type nk_context (line 472) | struct nk_context type nk_draw_vertex_layout_element (line 473) | struct nk_draw_vertex_layout_element type nk_style_button (line 474) | struct nk_style_button type nk_style_toggle (line 475) | struct nk_style_toggle type nk_style_selectable (line 476) | struct nk_style_selectable type nk_style_slide (line 477) | struct nk_style_slide type nk_style_progress (line 478) | struct nk_style_progress type nk_style_scrollbar (line 479) | struct nk_style_scrollbar type nk_style_edit (line 480) | struct nk_style_edit type nk_style_property (line 481) | struct nk_style_property type nk_style_chart (line 482) | struct nk_style_chart type nk_style_combo (line 483) | struct nk_style_combo type nk_style_tab (line 484) | struct nk_style_tab type nk_style_window_header (line 485) | struct nk_style_window_header type nk_style_window (line 486) | struct nk_style_window type nk_color (line 489) | struct nk_color {nk_byte r,g,b,a;} type nk_colorf (line 490) | struct nk_colorf {float r,g,b,a;} type nk_vec2 (line 491) | struct nk_vec2 {float x,y;} type nk_vec2i (line 492) | struct nk_vec2i {short x, y;} type nk_rect (line 493) | struct nk_rect {float x,y,w,h;} type nk_recti (line 494) | struct nk_recti {short x,y,w,h;} type nk_handle (line 496) | typedef union {void *ptr; int id;} nk_handle; type nk_image (line 497) | struct nk_image {nk_handle handle; nk_ushort w, h; nk_ushort region[4];} type nk_nine_slice (line 498) | struct nk_nine_slice {struct nk_image img; nk_ushort l, t, r, b;} type nk_cursor (line 499) | struct nk_cursor {struct nk_image img; struct nk_vec2 size, offset;} type nk_scroll (line 500) | struct nk_scroll {nk_uint x, y;} type nk_heading (line 506) | enum nk_heading {NK_UP, NK_RIGHT, NK_DOWN, NK_LEFT} type nk_button_behavior (line 507) | enum nk_button_behavior {NK_BUTTON_DEFAULT, NK_BUTTON_REPEATER} type nk_modify (line 508) | enum nk_modify {NK_FIXED = nk_false, NK_MODIFIABLE = nk_true} type nk_orientation (line 509) | enum nk_orientation {NK_VERTICAL, NK_HORIZONTAL} type nk_collapse_states (line 510) | enum nk_collapse_states {NK_MINIMIZED = nk_false, NK_MAXIMIZED = nk_true} type nk_show_states (line 511) | enum nk_show_states {NK_HIDDEN = nk_false, NK_SHOWN = nk_true} type nk_chart_type (line 512) | enum nk_chart_type {NK_CHART_LINES, NK_CHART_COLUMN, NK_CHART_MAX} type nk_chart_event (line 513) | enum nk_chart_event {NK_CHART_HOVERING = 0x01, NK_CHART_CLICKED = 0x02} type nk_color_format (line 514) | enum nk_color_format {NK_RGB, NK_RGBA} type nk_popup_type (line 515) | enum nk_popup_type {NK_POPUP_STATIC, NK_POPUP_DYNAMIC} type nk_layout_format (line 516) | enum nk_layout_format {NK_DYNAMIC, NK_STATIC} type nk_tree_type (line 517) | enum nk_tree_type {NK_TREE_NODE, NK_TREE_TAB} type nk_tooltip_pos (line 519) | enum nk_tooltip_pos { type nk_bool (line 535) | typedef nk_bool(*nk_plugin_filter)(const struct nk_text_edit*, nk_rune u... type nk_text_edit (line 536) | struct nk_text_edit type nk_allocator (line 539) | struct nk_allocator { type nk_symbol_type (line 544) | enum nk_symbol_type { type nk_context (line 622) | struct nk_context type nk_user_font (line 622) | struct nk_user_font type nk_context (line 648) | struct nk_context type nk_user_font (line 648) | struct nk_user_font type nk_context (line 668) | struct nk_context type nk_allocator (line 668) | struct nk_allocator type nk_user_font (line 668) | struct nk_user_font type nk_context (line 688) | struct nk_context type nk_buffer (line 688) | struct nk_buffer type nk_buffer (line 688) | struct nk_buffer type nk_user_font (line 688) | struct nk_user_font type nk_context (line 703) | struct nk_context type nk_context (line 715) | struct nk_context type nk_context (line 729) | struct nk_context type nk_keys (line 800) | enum nk_keys { type nk_buttons (line 835) | enum nk_buttons { type nk_context (line 856) | struct nk_context type nk_context (line 870) | struct nk_context type nk_context (line 884) | struct nk_context type nk_keys (line 884) | enum nk_keys type nk_context (line 900) | struct nk_context type nk_buttons (line 900) | enum nk_buttons type nk_context (line 916) | struct nk_context type nk_vec2 (line 916) | struct nk_vec2 type nk_context (line 935) | struct nk_context type nk_context (line 951) | struct nk_context type nk_context (line 968) | struct nk_context type nk_context (line 981) | struct nk_context type nk_anti_aliasing (line 1214) | enum nk_anti_aliasing {NK_ANTI_ALIASING_OFF, NK_ANTI_ALIASING_ON} type nk_convert_result (line 1215) | enum nk_convert_result { type nk_draw_null_texture (line 1222) | struct nk_draw_null_texture { type nk_convert_config (line 1226) | struct nk_convert_config { type nk_context (line 1252) | struct nk_context type nk_context (line 1267) | struct nk_context type nk_command (line 1267) | struct nk_command type nk_context (line 1312) | struct nk_context type nk_buffer (line 1312) | struct nk_buffer type nk_buffer (line 1312) | struct nk_buffer type nk_buffer (line 1312) | struct nk_buffer type nk_convert_config (line 1312) | struct nk_convert_config type nk_context (line 1327) | struct nk_context type nk_buffer (line 1327) | struct nk_buffer type nk_context (line 1346) | struct nk_context type nk_buffer (line 1346) | struct nk_buffer type nk_draw_command (line 1365) | struct nk_draw_command type nk_buffer (line 1365) | struct nk_buffer type nk_context (line 1365) | struct nk_context type nk_panel_flags (line 1538) | enum nk_panel_flags { type nk_context (line 1572) | struct nk_context type nk_rect (line 1572) | struct nk_rect type nk_context (line 1595) | struct nk_context type nk_rect (line 1595) | struct nk_rect type nk_context (line 1611) | struct nk_context type nk_context (line 1629) | struct nk_context type nk_context (line 1648) | struct nk_context type nk_context (line 1667) | struct nk_context type nk_context (line 1686) | struct nk_context type nk_context (line 1704) | struct nk_context type nk_context (line 1723) | struct nk_context type nk_context (line 1744) | struct nk_context type nk_context (line 1766) | struct nk_context type nk_context (line 1788) | struct nk_context type nk_context (line 1810) | struct nk_context type nk_context (line 1831) | struct nk_context type nk_context (line 1852) | struct nk_context type nk_context (line 1871) | struct nk_context type nk_context (line 1889) | struct nk_context type nk_context (line 1907) | struct nk_context type nk_context (line 1925) | struct nk_context type nk_context (line 1942) | struct nk_context type nk_context (line 1959) | struct nk_context type nk_context (line 1975) | struct nk_context type nk_context (line 1990) | struct nk_context type nk_context (line 2008) | struct nk_context type nk_context (line 2024) | struct nk_context type nk_rect (line 2024) | struct nk_rect type nk_context (line 2040) | struct nk_context type nk_vec2 (line 2040) | struct nk_vec2 type nk_context (line 2056) | struct nk_context type nk_vec2 (line 2056) | struct nk_vec2 type nk_context (line 2071) | struct nk_context type nk_context (line 2090) | struct nk_context type nk_context (line 2105) | struct nk_context type nk_context (line 2121) | struct nk_context type nk_collapse_states (line 2121) | enum nk_collapse_states type nk_context (line 2138) | struct nk_context type nk_collapse_states (line 2138) | enum nk_collapse_states type nk_context (line 2153) | struct nk_context type nk_show_states (line 2153) | enum nk_show_states type nk_context (line 2170) | struct nk_context type nk_show_states (line 2170) | enum nk_show_states type nk_context (line 2185) | struct nk_context type nk_color (line 2185) | struct nk_color type nk_widget_align (line 2459) | enum nk_widget_align { type nk_widget_alignment (line 2467) | enum nk_widget_alignment { type nk_context (line 2486) | struct nk_context type nk_context (line 2496) | struct nk_context type nk_context (line 2510) | struct nk_context type nk_context (line 2525) | struct nk_context type nk_context (line 2541) | struct nk_context type nk_context (line 2558) | struct nk_context type nk_context (line 2573) | struct nk_context type nk_layout_format (line 2573) | enum nk_layout_format type nk_context (line 2586) | struct nk_context type nk_context (line 2598) | struct nk_context type nk_context (line 2613) | struct nk_context type nk_layout_format (line 2613) | enum nk_layout_format type nk_context (line 2627) | struct nk_context type nk_context (line 2641) | struct nk_context type nk_context (line 2655) | struct nk_context type nk_context (line 2669) | struct nk_context type nk_context (line 2682) | struct nk_context type nk_context (line 2698) | struct nk_context type nk_layout_format (line 2698) | enum nk_layout_format type nk_context (line 2712) | struct nk_context type nk_rect (line 2712) | struct nk_rect type nk_context (line 2725) | struct nk_context type nk_context (line 2740) | struct nk_context type nk_context (line 2756) | struct nk_context type nk_vec2 (line 2756) | struct nk_vec2 type nk_context (line 2772) | struct nk_context type nk_vec2 (line 2772) | struct nk_vec2 type nk_context (line 2788) | struct nk_context type nk_rect (line 2788) | struct nk_rect type nk_context (line 2804) | struct nk_context type nk_rect (line 2804) | struct nk_rect type nk_context (line 2818) | struct nk_context type nk_context (line 2925) | struct nk_context type nk_context (line 2940) | struct nk_context type nk_context (line 2953) | struct nk_context type nk_context (line 2973) | struct nk_context type nk_context (line 2992) | struct nk_context type nk_scroll (line 2992) | struct nk_scroll type nk_context (line 3005) | struct nk_context type nk_context (line 3021) | struct nk_context type nk_context (line 3037) | struct nk_context type nk_context (line 3173) | struct nk_context type nk_tree_type (line 3173) | enum nk_tree_type type nk_collapse_states (line 3173) | enum nk_collapse_states type nk_context (line 3242) | struct nk_context type nk_tree_type (line 3242) | enum nk_tree_type type nk_image (line 3242) | struct nk_image type nk_collapse_states (line 3242) | enum nk_collapse_states type nk_context (line 3255) | struct nk_context type nk_context (line 3273) | struct nk_context type nk_tree_type (line 3273) | enum nk_tree_type type nk_collapse_states (line 3273) | enum nk_collapse_states type nk_context (line 3292) | struct nk_context type nk_tree_type (line 3292) | enum nk_tree_type type nk_image (line 3292) | struct nk_image type nk_collapse_states (line 3292) | enum nk_collapse_states type nk_context (line 3305) | struct nk_context type nk_context (line 3309) | struct nk_context type nk_tree_type (line 3309) | enum nk_tree_type type nk_collapse_states (line 3309) | enum nk_collapse_states type nk_context (line 3310) | struct nk_context type nk_tree_type (line 3310) | enum nk_tree_type type nk_image (line 3310) | struct nk_image type nk_collapse_states (line 3310) | enum nk_collapse_states type nk_context (line 3311) | struct nk_context type nk_list_view (line 3318) | struct nk_list_view { type nk_context (line 3327) | struct nk_context type nk_list_view (line 3327) | struct nk_list_view type nk_list_view (line 3328) | struct nk_list_view type nk_widget_layout_states (line 3334) | enum nk_widget_layout_states { type nk_widget_states (line 3340) | enum nk_widget_states { type nk_rect (line 3350) | struct nk_rect type nk_context (line 3350) | struct nk_context type nk_rect (line 3351) | struct nk_rect type nk_context (line 3351) | struct nk_context type nk_vec2 (line 3351) | struct nk_vec2 type nk_context (line 3352) | struct nk_context type nk_context (line 3353) | struct nk_context type nk_context (line 3354) | struct nk_context type nk_context (line 3355) | struct nk_context type nk_context (line 3356) | struct nk_context type nk_context (line 3357) | struct nk_context type nk_context (line 3358) | struct nk_context type nk_buttons (line 3358) | enum nk_buttons type nk_context (line 3359) | struct nk_context type nk_buttons (line 3359) | enum nk_buttons type nk_context (line 3360) | struct nk_context type nk_context (line 3361) | struct nk_context type nk_context (line 3362) | struct nk_context type nk_text_align (line 3368) | enum nk_text_align { type nk_text_alignment (line 3376) | enum nk_text_alignment { type nk_context (line 3381) | struct nk_context type nk_context (line 3382) | struct nk_context type nk_color (line 3382) | struct nk_color type nk_context (line 3383) | struct nk_context type nk_context (line 3384) | struct nk_context type nk_color (line 3384) | struct nk_color type nk_context (line 3385) | struct nk_context type nk_context (line 3386) | struct nk_context type nk_color (line 3386) | struct nk_color type nk_context (line 3387) | struct nk_context type nk_context (line 3388) | struct nk_context type nk_color (line 3388) | struct nk_color type nk_context (line 3389) | struct nk_context type nk_image (line 3389) | struct nk_image type nk_context (line 3390) | struct nk_context type nk_image (line 3390) | struct nk_image type nk_color (line 3390) | struct nk_color type nk_context (line 3392) | struct nk_context type nk_context (line 3393) | struct nk_context type nk_color (line 3393) | struct nk_color type nk_context (line 3394) | struct nk_context type nk_context (line 3395) | struct nk_context type nk_color (line 3395) | struct nk_color type nk_context (line 3396) | struct nk_context type nk_context (line 3397) | struct nk_context type nk_color (line 3397) | struct nk_color type nk_context (line 3398) | struct nk_context type nk_context (line 3399) | struct nk_context type nk_color (line 3399) | struct nk_color type nk_context (line 3400) | struct nk_context type nk_context (line 3401) | struct nk_context type nk_context (line 3402) | struct nk_context type nk_context (line 3403) | struct nk_context type nk_context (line 3404) | struct nk_context type nk_color (line 3404) | struct nk_color type nk_context (line 3405) | struct nk_context type nk_color (line 3405) | struct nk_color type nk_context (line 3406) | struct nk_context type nk_color (line 3406) | struct nk_color type nk_context (line 3413) | struct nk_context type nk_context (line 3414) | struct nk_context type nk_context (line 3415) | struct nk_context type nk_color (line 3415) | struct nk_color type nk_context (line 3416) | struct nk_context type nk_symbol_type (line 3416) | enum nk_symbol_type type nk_context (line 3417) | struct nk_context type nk_image (line 3417) | struct nk_image type nk_context (line 3418) | struct nk_context type nk_symbol_type (line 3418) | enum nk_symbol_type type nk_context (line 3419) | struct nk_context type nk_symbol_type (line 3419) | enum nk_symbol_type type nk_context (line 3420) | struct nk_context type nk_image (line 3420) | struct nk_image type nk_context (line 3421) | struct nk_context type nk_image (line 3421) | struct nk_image type nk_context (line 3422) | struct nk_context type nk_style_button (line 3422) | struct nk_style_button type nk_context (line 3423) | struct nk_context type nk_style_button (line 3423) | struct nk_style_button type nk_context (line 3424) | struct nk_context type nk_style_button (line 3424) | struct nk_style_button type nk_symbol_type (line 3424) | enum nk_symbol_type type nk_context (line 3425) | struct nk_context type nk_style_button (line 3425) | struct nk_style_button type nk_image (line 3425) | struct nk_image type nk_context (line 3426) | struct nk_context type nk_style_button (line 3426) | struct nk_style_button type nk_symbol_type (line 3426) | enum nk_symbol_type type nk_context (line 3427) | struct nk_context type nk_style_button (line 3427) | struct nk_style_button type nk_symbol_type (line 3427) | enum nk_symbol_type type nk_context (line 3428) | struct nk_context type nk_style_button (line 3428) | struct nk_style_button type nk_image (line 3428) | struct nk_image type nk_context (line 3429) | struct nk_context type nk_style_button (line 3429) | struct nk_style_button type nk_image (line 3429) | struct nk_image type nk_context (line 3430) | struct nk_context type nk_button_behavior (line 3430) | enum nk_button_behavior type nk_context (line 3431) | struct nk_context type nk_button_behavior (line 3431) | enum nk_button_behavior type nk_context (line 3432) | struct nk_context type nk_context (line 3438) | struct nk_context type nk_context (line 3439) | struct nk_context type nk_context (line 3440) | struct nk_context type nk_context (line 3441) | struct nk_context type nk_context (line 3442) | struct nk_context type nk_context (line 3443) | struct nk_context type nk_context (line 3444) | struct nk_context type nk_context (line 3445) | struct nk_context type nk_context (line 3446) | struct nk_context type nk_context (line 3447) | struct nk_context type nk_context (line 3448) | struct nk_context type nk_context (line 3454) | struct nk_context type nk_context (line 3455) | struct nk_context type nk_context (line 3456) | struct nk_context type nk_context (line 3457) | struct nk_context type nk_context (line 3458) | struct nk_context type nk_context (line 3459) | struct nk_context type nk_context (line 3460) | struct nk_context type nk_context (line 3461) | struct nk_context type nk_context (line 3467) | struct nk_context type nk_context (line 3468) | struct nk_context type nk_context (line 3469) | struct nk_context type nk_image (line 3469) | struct nk_image type nk_context (line 3470) | struct nk_context type nk_image (line 3470) | struct nk_image type nk_context (line 3471) | struct nk_context type nk_symbol_type (line 3471) | enum nk_symbol_type type nk_context (line 3472) | struct nk_context type nk_symbol_type (line 3472) | enum nk_symbol_type type nk_context (line 3474) | struct nk_context type nk_context (line 3475) | struct nk_context type nk_context (line 3476) | struct nk_context type nk_image (line 3476) | struct nk_image type nk_context (line 3477) | struct nk_context type nk_image (line 3477) | struct nk_image type nk_context (line 3478) | struct nk_context type nk_symbol_type (line 3478) | enum nk_symbol_type type nk_context (line 3479) | struct nk_context type nk_symbol_type (line 3479) | enum nk_symbol_type type nk_context (line 3486) | struct nk_context type nk_context (line 3487) | struct nk_context type nk_context (line 3488) | struct nk_context type nk_context (line 3489) | struct nk_context type nk_context (line 3496) | struct nk_context type nk_heading (line 3496) | enum nk_heading type nk_context (line 3497) | struct nk_context type nk_heading (line 3497) | enum nk_heading type nk_context (line 3504) | struct nk_context type nk_context (line 3505) | struct nk_context type nk_context (line 3512) | struct nk_context type nk_colorf (line 3512) | struct nk_colorf type nk_color_format (line 3512) | enum nk_color_format type nk_context (line 3513) | struct nk_context type nk_colorf (line 3513) | struct nk_colorf type nk_color_format (line 3513) | enum nk_color_format type nk_context (line 3613) | struct nk_context type nk_context (line 3638) | struct nk_context type nk_context (line 3663) | struct nk_context type nk_context (line 3686) | struct nk_context type nk_context (line 3709) | struct nk_context type nk_context (line 3732) | struct nk_context type nk_edit_flags (line 3739) | enum nk_edit_flags { type nk_edit_types (line 3754) | enum nk_edit_types { type nk_edit_events (line 3760) | enum nk_edit_events { type nk_context (line 3767) | struct nk_context type nk_context (line 3768) | struct nk_context type nk_context (line 3769) | struct nk_context type nk_text_edit (line 3769) | struct nk_text_edit type nk_context (line 3770) | struct nk_context type nk_context (line 3771) | struct nk_context type nk_context (line 3777) | struct nk_context type nk_chart_type (line 3777) | enum nk_chart_type type nk_context (line 3778) | struct nk_context type nk_chart_type (line 3778) | enum nk_chart_type type nk_color (line 3778) | struct nk_color type nk_color (line 3778) | struct nk_color type nk_context (line 3779) | struct nk_context type nk_chart_type (line 3779) | enum nk_chart_type type nk_context (line 3780) | struct nk_context type nk_chart_type (line 3780) | enum nk_chart_type type nk_color (line 3780) | struct nk_color type nk_color (line 3780) | struct nk_color type nk_context (line 3781) | struct nk_context type nk_context (line 3782) | struct nk_context type nk_context (line 3783) | struct nk_context type nk_context (line 3784) | struct nk_context type nk_chart_type (line 3784) | enum nk_chart_type type nk_context (line 3785) | struct nk_context type nk_chart_type (line 3785) | enum nk_chart_type type nk_context (line 3791) | struct nk_context type nk_popup_type (line 3791) | enum nk_popup_type type nk_rect (line 3791) | struct nk_rect type nk_context (line 3792) | struct nk_context type nk_context (line 3793) | struct nk_context type nk_context (line 3794) | struct nk_context type nk_context (line 3795) | struct nk_context type nk_context (line 3801) | struct nk_context type nk_vec2 (line 3801) | struct nk_vec2 type nk_context (line 3802) | struct nk_context type nk_vec2 (line 3802) | struct nk_vec2 type nk_context (line 3803) | struct nk_context type nk_vec2 (line 3803) | struct nk_vec2 type nk_context (line 3804) | struct nk_context type nk_vec2 (line 3804) | struct nk_vec2 type nk_context (line 3805) | struct nk_context type nk_vec2 (line 3805) | struct nk_vec2 type nk_context (line 3806) | struct nk_context type nk_vec2 (line 3806) | struct nk_vec2 type nk_context (line 3807) | struct nk_context type nk_vec2 (line 3807) | struct nk_vec2 type nk_context (line 3808) | struct nk_context type nk_vec2 (line 3808) | struct nk_vec2 type nk_context (line 3814) | struct nk_context type nk_vec2 (line 3814) | struct nk_vec2 type nk_context (line 3815) | struct nk_context type nk_vec2 (line 3815) | struct nk_vec2 type nk_context (line 3816) | struct nk_context type nk_color (line 3816) | struct nk_color type nk_vec2 (line 3816) | struct nk_vec2 type nk_context (line 3817) | struct nk_context type nk_symbol_type (line 3817) | enum nk_symbol_type type nk_vec2 (line 3817) | struct nk_vec2 type nk_context (line 3818) | struct nk_context type nk_symbol_type (line 3818) | enum nk_symbol_type type nk_vec2 (line 3818) | struct nk_vec2 type nk_context (line 3819) | struct nk_context type nk_symbol_type (line 3819) | enum nk_symbol_type type nk_vec2 (line 3819) | struct nk_vec2 type nk_context (line 3820) | struct nk_context type nk_image (line 3820) | struct nk_image type nk_vec2 (line 3820) | struct nk_vec2 type nk_context (line 3821) | struct nk_context type nk_image (line 3821) | struct nk_image type nk_vec2 (line 3821) | struct nk_vec2 type nk_context (line 3822) | struct nk_context type nk_image (line 3822) | struct nk_image type nk_vec2 (line 3822) | struct nk_vec2 type nk_context (line 3823) | struct nk_context type nk_context (line 3824) | struct nk_context type nk_context (line 3825) | struct nk_context type nk_image (line 3825) | struct nk_image type nk_context (line 3826) | struct nk_context type nk_image (line 3826) | struct nk_image type nk_context (line 3827) | struct nk_context type nk_symbol_type (line 3827) | enum nk_symbol_type type nk_context (line 3828) | struct nk_context type nk_symbol_type (line 3828) | enum nk_symbol_type type nk_context (line 3829) | struct nk_context type nk_context (line 3830) | struct nk_context type nk_context (line 3836) | struct nk_context type nk_vec2 (line 3836) | struct nk_vec2 type nk_rect (line 3836) | struct nk_rect type nk_context (line 3837) | struct nk_context type nk_context (line 3838) | struct nk_context type nk_context (line 3839) | struct nk_context type nk_image (line 3839) | struct nk_image type nk_context (line 3840) | struct nk_context type nk_image (line 3840) | struct nk_image type nk_context (line 3841) | struct nk_context type nk_symbol_type (line 3841) | enum nk_symbol_type type nk_context (line 3842) | struct nk_context type nk_symbol_type (line 3842) | enum nk_symbol_type type nk_context (line 3843) | struct nk_context type nk_context (line 3844) | struct nk_context type nk_context (line 3850) | struct nk_context type nk_context (line 3851) | struct nk_context type nk_tooltip_pos (line 3851) | enum nk_tooltip_pos type nk_vec2 (line 3851) | struct nk_vec2 type nk_context (line 3853) | struct nk_context type nk_context (line 3854) | struct nk_context type nk_context (line 3855) | struct nk_context type nk_tooltip_pos (line 3855) | enum nk_tooltip_pos type nk_vec2 (line 3855) | struct nk_vec2 type nk_context (line 3856) | struct nk_context type nk_tooltip_pos (line 3856) | enum nk_tooltip_pos type nk_vec2 (line 3856) | struct nk_vec2 type nk_context (line 3858) | struct nk_context type nk_context (line 3859) | struct nk_context type nk_tooltip_pos (line 3859) | enum nk_tooltip_pos type nk_vec2 (line 3859) | struct nk_vec2 type nk_context (line 3860) | struct nk_context type nk_context (line 3866) | struct nk_context type nk_context (line 3867) | struct nk_context type nk_context (line 3868) | struct nk_context type nk_vec2 (line 3868) | struct nk_vec2 type nk_context (line 3869) | struct nk_context type nk_vec2 (line 3869) | struct nk_vec2 type nk_context (line 3870) | struct nk_context type nk_image (line 3870) | struct nk_image type nk_vec2 (line 3870) | struct nk_vec2 type nk_context (line 3871) | struct nk_context type nk_image (line 3871) | struct nk_image type nk_vec2 (line 3871) | struct nk_vec2 type nk_context (line 3872) | struct nk_context type nk_image (line 3872) | struct nk_image type nk_vec2 (line 3872) | struct nk_vec2 type nk_context (line 3873) | struct nk_context type nk_symbol_type (line 3873) | enum nk_symbol_type type nk_vec2 (line 3873) | struct nk_vec2 type nk_context (line 3874) | struct nk_context type nk_symbol_type (line 3874) | enum nk_symbol_type type nk_vec2 (line 3874) | struct nk_vec2 type nk_context (line 3875) | struct nk_context type nk_symbol_type (line 3875) | enum nk_symbol_type type nk_vec2 (line 3875) | struct nk_vec2 type nk_context (line 3876) | struct nk_context type nk_context (line 3877) | struct nk_context type nk_context (line 3878) | struct nk_context type nk_image (line 3878) | struct nk_image type nk_context (line 3879) | struct nk_context type nk_image (line 3879) | struct nk_image type nk_context (line 3880) | struct nk_context type nk_symbol_type (line 3880) | enum nk_symbol_type type nk_context (line 3881) | struct nk_context type nk_symbol_type (line 3881) | enum nk_symbol_type type nk_context (line 3882) | struct nk_context type nk_context (line 3883) | struct nk_context type nk_style_colors (line 3892) | enum nk_style_colors { type nk_style_cursor (line 3927) | enum nk_style_cursor { type nk_context (line 3937) | struct nk_context type nk_context (line 3938) | struct nk_context type nk_color (line 3938) | struct nk_color type nk_context (line 3939) | struct nk_context type nk_style_cursor (line 3939) | enum nk_style_cursor type nk_cursor (line 3939) | struct nk_cursor type nk_context (line 3940) | struct nk_context type nk_cursor (line 3940) | struct nk_cursor type nk_style_colors (line 3941) | enum nk_style_colors type nk_context (line 3942) | struct nk_context type nk_user_font (line 3942) | struct nk_user_font type nk_context (line 3943) | struct nk_context type nk_style_cursor (line 3943) | enum nk_style_cursor type nk_context (line 3944) | struct nk_context type nk_context (line 3945) | struct nk_context type nk_context (line 3947) | struct nk_context type nk_user_font (line 3947) | struct nk_user_font type nk_context (line 3948) | struct nk_context type nk_context (line 3949) | struct nk_context type nk_vec2 (line 3949) | struct nk_vec2 type nk_vec2 (line 3949) | struct nk_vec2 type nk_context (line 3950) | struct nk_context type nk_style_item (line 3950) | struct nk_style_item type nk_style_item (line 3950) | struct nk_style_item type nk_context (line 3951) | struct nk_context type nk_context (line 3952) | struct nk_context type nk_color (line 3952) | struct nk_color type nk_color (line 3952) | struct nk_color type nk_context (line 3954) | struct nk_context type nk_context (line 3955) | struct nk_context type nk_context (line 3956) | struct nk_context type nk_context (line 3957) | struct nk_context type nk_context (line 3958) | struct nk_context type nk_context (line 3959) | struct nk_context type nk_colorf (line 3970) | struct nk_colorf type nk_color (line 3972) | struct nk_color type nk_colorf (line 3980) | struct nk_colorf type nk_colorf (line 3985) | struct nk_colorf type nk_colorf (line 3986) | struct nk_colorf type nk_color (line 4001) | struct nk_color type nk_color (line 4002) | struct nk_color type nk_color (line 4003) | struct nk_color type nk_color (line 4004) | struct nk_color type nk_color (line 4005) | struct nk_color type nk_color (line 4007) | struct nk_color type nk_color (line 4008) | struct nk_color type nk_color (line 4009) | struct nk_color type nk_color (line 4011) | struct nk_color type nk_color (line 4012) | struct nk_color type nk_color (line 4013) | struct nk_color type nk_color (line 4014) | struct nk_color type nk_color (line 4015) | struct nk_color type nk_color (line 4016) | struct nk_color type nk_color (line 4018) | struct nk_color type nk_color (line 4019) | struct nk_color type nk_color (line 4020) | struct nk_color type nk_color (line 4021) | struct nk_color type nk_color (line 4022) | struct nk_color type nk_color (line 4023) | struct nk_color type nk_image (line 4034) | struct nk_image type nk_rect (line 4035) | struct nk_rect type nk_rect (line 4036) | struct nk_rect type nk_rect (line 4037) | struct nk_rect type nk_nine_slice (line 4046) | struct nk_nine_slice type nk_rect (line 4047) | struct nk_rect type nk_rect (line 4048) | struct nk_rect type nk_rect (line 4049) | struct nk_rect type nk_vec2 (line 4056) | struct nk_vec2 type nk_rect (line 4056) | struct nk_rect type nk_heading (line 4056) | enum nk_heading type nk_vec2 (line 4066) | struct nk_vec2 type nk_vec2 (line 4066) | struct nk_vec2 type nk_rect (line 4069) | struct nk_rect type nk_rect (line 4070) | struct nk_rect type nk_user_font_glyph (line 4255) | struct nk_user_font_glyph type nk_user_font_glyph (line 4258) | struct nk_user_font_glyph type nk_user_font_glyph (line 4262) | struct nk_user_font_glyph { type nk_user_font (line 4270) | struct nk_user_font { type nk_font_coord_type (line 4281) | enum nk_font_coord_type { type nk_font (line 4286) | struct nk_font type nk_baked_font (line 4287) | struct nk_baked_font { type nk_font_config (line 4296) | struct nk_font_config { type nk_font_glyph (line 4317) | struct nk_font_glyph { type nk_font (line 4324) | struct nk_font { type nk_font_atlas_format (line 4336) | enum nk_font_atlas_format { type nk_font_atlas (line 4341) | struct nk_font_atlas { type nk_font_atlas (line 4367) | struct nk_font_atlas type nk_font_atlas (line 4369) | struct nk_font_atlas type nk_allocator (line 4369) | struct nk_allocator type nk_font_atlas (line 4370) | struct nk_font_atlas type nk_allocator (line 4370) | struct nk_allocator type nk_allocator (line 4370) | struct nk_allocator type nk_font_atlas (line 4371) | struct nk_font_atlas type nk_font_atlas (line 4373) | struct nk_font_atlas type nk_font_config (line 4373) | struct nk_font_config type nk_font_atlas (line 4375) | struct nk_font_atlas type nk_font_config (line 4375) | struct nk_font_config type nk_font_atlas (line 4377) | struct nk_font_atlas type nk_font_config (line 4377) | struct nk_font_config type nk_font_atlas (line 4379) | struct nk_font_atlas type nk_font_config (line 4379) | struct nk_font_config type nk_font_atlas (line 4381) | struct nk_font_atlas type nk_font_config (line 4381) | struct nk_font_config type nk_font_atlas (line 4382) | struct nk_font_atlas type nk_font_config (line 4382) | struct nk_font_config type nk_font_atlas (line 4383) | struct nk_font_atlas type nk_font_atlas_format (line 4383) | enum nk_font_atlas_format type nk_font_atlas (line 4384) | struct nk_font_atlas type nk_draw_null_texture (line 4384) | struct nk_draw_null_texture type nk_font (line 4385) | struct nk_font type nk_font_atlas (line 4386) | struct nk_font_atlas type nk_font_atlas (line 4387) | struct nk_font_atlas type nk_memory_status (line 4427) | struct nk_memory_status { type nk_allocation_type (line 4436) | enum nk_allocation_type { type nk_buffer_allocation_type (line 4441) | enum nk_buffer_allocation_type { type nk_buffer_marker (line 4447) | struct nk_buffer_marker { type nk_memory (line 4452) | struct nk_memory {void *ptr;nk_size size;} type nk_buffer (line 4453) | struct nk_buffer { type nk_buffer (line 4466) | struct nk_buffer type nk_buffer (line 4468) | struct nk_buffer type nk_allocator (line 4468) | struct nk_allocator type nk_buffer (line 4469) | struct nk_buffer type nk_memory_status (line 4470) | struct nk_memory_status type nk_buffer (line 4470) | struct nk_buffer type nk_buffer (line 4471) | struct nk_buffer type nk_buffer_allocation_type (line 4471) | enum nk_buffer_allocation_type type nk_buffer (line 4472) | struct nk_buffer type nk_buffer_allocation_type (line 4472) | enum nk_buffer_allocation_type type nk_buffer (line 4473) | struct nk_buffer type nk_buffer_allocation_type (line 4473) | enum nk_buffer_allocation_type type nk_buffer (line 4474) | struct nk_buffer type nk_buffer (line 4475) | struct nk_buffer type nk_buffer (line 4476) | struct nk_buffer type nk_buffer (line 4477) | struct nk_buffer type nk_buffer (line 4478) | struct nk_buffer type nk_str (line 4490) | struct nk_str { type nk_str (line 4496) | struct nk_str type nk_str (line 4498) | struct nk_str type nk_allocator (line 4498) | struct nk_allocator type nk_str (line 4499) | struct nk_str type nk_str (line 4500) | struct nk_str type nk_str (line 4501) | struct nk_str type nk_str (line 4503) | struct nk_str type nk_str (line 4504) | struct nk_str type nk_str (line 4505) | struct nk_str type nk_str (line 4506) | struct nk_str type nk_str (line 4507) | struct nk_str type nk_str (line 4508) | struct nk_str type nk_str (line 4510) | struct nk_str type nk_str (line 4511) | struct nk_str type nk_str (line 4513) | struct nk_str type nk_str (line 4514) | struct nk_str type nk_str (line 4515) | struct nk_str type nk_str (line 4516) | struct nk_str type nk_str (line 4517) | struct nk_str type nk_str (line 4518) | struct nk_str type nk_str (line 4520) | struct nk_str type nk_str (line 4521) | struct nk_str type nk_str (line 4522) | struct nk_str type nk_str (line 4523) | struct nk_str type nk_str (line 4525) | struct nk_str type nk_str (line 4526) | struct nk_str type nk_str (line 4527) | struct nk_str type nk_str (line 4528) | struct nk_str type nk_str (line 4529) | struct nk_str type nk_str (line 4531) | struct nk_str type nk_str (line 4532) | struct nk_str type nk_str (line 4533) | struct nk_str type nk_str (line 4534) | struct nk_str type nk_text_edit (line 4575) | struct nk_text_edit type nk_clipboard (line 4576) | struct nk_clipboard { type nk_text_undo_record (line 4582) | struct nk_text_undo_record { type nk_text_undo_state (line 4589) | struct nk_text_undo_state { type nk_text_edit_type (line 4598) | enum nk_text_edit_type { type nk_text_edit_mode (line 4603) | enum nk_text_edit_mode { type nk_text_edit (line 4609) | struct nk_text_edit { type nk_text_edit (line 4630) | struct nk_text_edit type nk_text_edit (line 4631) | struct nk_text_edit type nk_text_edit (line 4632) | struct nk_text_edit type nk_text_edit (line 4633) | struct nk_text_edit type nk_text_edit (line 4634) | struct nk_text_edit type nk_text_edit (line 4635) | struct nk_text_edit type nk_text_edit (line 4636) | struct nk_text_edit type nk_text_edit (line 4640) | struct nk_text_edit type nk_text_edit (line 4642) | struct nk_text_edit type nk_allocator (line 4642) | struct nk_allocator type nk_text_edit (line 4643) | struct nk_text_edit type nk_text_edit (line 4644) | struct nk_text_edit type nk_text_edit (line 4645) | struct nk_text_edit type nk_text_edit (line 4646) | struct nk_text_edit type nk_text_edit (line 4647) | struct nk_text_edit type nk_text_edit (line 4648) | struct nk_text_edit type nk_text_edit (line 4649) | struct nk_text_edit type nk_text_edit (line 4650) | struct nk_text_edit type nk_text_edit (line 4651) | struct nk_text_edit type nk_text_edit (line 4652) | struct nk_text_edit type nk_command_type (line 4708) | enum nk_command_type { type nk_command (line 4731) | struct nk_command { type nk_command_scissor (line 4739) | struct nk_command_scissor { type nk_command_line (line 4745) | struct nk_command_line { type nk_command_curve (line 4753) | struct nk_command_curve { type nk_command_rect (line 4762) | struct nk_command_rect { type nk_command_rect_filled (line 4771) | struct nk_command_rect_filled { type nk_command_rect_multi_color (line 4779) | struct nk_command_rect_multi_color { type nk_command_triangle (line 4789) | struct nk_command_triangle { type nk_command_triangle_filled (line 4798) | struct nk_command_triangle_filled { type nk_command_circle (line 4806) | struct nk_command_circle { type nk_command_circle_filled (line 4814) | struct nk_command_circle_filled { type nk_command_arc (line 4821) | struct nk_command_arc { type nk_command_arc_filled (line 4830) | struct nk_command_arc_filled { type nk_command_polygon (line 4838) | struct nk_command_polygon { type nk_command_polygon_filled (line 4846) | struct nk_command_polygon_filled { type nk_command_polyline (line 4853) | struct nk_command_polyline { type nk_command_image (line 4861) | struct nk_command_image { type nk_command_custom (line 4871) | struct nk_command_custom { type nk_command_text (line 4879) | struct nk_command_text { type nk_command_clipping (line 4891) | enum nk_command_clipping { type nk_command_buffer (line 4896) | struct nk_command_buffer { type nk_command_buffer (line 4905) | struct nk_command_buffer type nk_color (line 4905) | struct nk_color type nk_command_buffer (line 4906) | struct nk_command_buffer type nk_color (line 4906) | struct nk_color type nk_command_buffer (line 4907) | struct nk_command_buffer type nk_rect (line 4907) | struct nk_rect type nk_color (line 4907) | struct nk_color type nk_command_buffer (line 4908) | struct nk_command_buffer type nk_rect (line 4908) | struct nk_rect type nk_color (line 4908) | struct nk_color type nk_command_buffer (line 4909) | struct nk_command_buffer type nk_color (line 4909) | struct nk_color type nk_command_buffer (line 4910) | struct nk_command_buffer type nk_color (line 4910) | struct nk_color type nk_command_buffer (line 4911) | struct nk_command_buffer type nk_color (line 4911) | struct nk_color type nk_command_buffer (line 4912) | struct nk_command_buffer type nk_color (line 4912) | struct nk_color type nk_command_buffer (line 4915) | struct nk_command_buffer type nk_rect (line 4915) | struct nk_rect type nk_color (line 4915) | struct nk_color type nk_command_buffer (line 4916) | struct nk_command_buffer type nk_rect (line 4916) | struct nk_rect type nk_color (line 4916) | struct nk_color type nk_color (line 4916) | struct nk_color type nk_color (line 4916) | struct nk_color type nk_color (line 4916) | struct nk_color type nk_command_buffer (line 4917) | struct nk_command_buffer type nk_rect (line 4917) | struct nk_rect type nk_color (line 4917) | struct nk_color type nk_command_buffer (line 4918) | struct nk_command_buffer type nk_color (line 4918) | struct nk_color type nk_command_buffer (line 4919) | struct nk_command_buffer type nk_color (line 4919) | struct nk_color type nk_command_buffer (line 4920) | struct nk_command_buffer type nk_color (line 4920) | struct nk_color type nk_command_buffer (line 4923) | struct nk_command_buffer type nk_rect (line 4923) | struct nk_rect type nk_image (line 4923) | struct nk_image type nk_color (line 4923) | struct nk_color type nk_command_buffer (line 4924) | struct nk_command_buffer type nk_rect (line 4924) | struct nk_rect type nk_nine_slice (line 4924) | struct nk_nine_slice type nk_color (line 4924) | struct nk_color type nk_command_buffer (line 4925) | struct nk_command_buffer type nk_rect (line 4925) | struct nk_rect type nk_user_font (line 4925) | struct nk_user_font type nk_color (line 4925) | struct nk_color type nk_color (line 4925) | struct nk_color type nk_command_buffer (line 4926) | struct nk_command_buffer type nk_rect (line 4926) | struct nk_rect type nk_command_buffer (line 4927) | struct nk_command_buffer type nk_rect (line 4927) | struct nk_rect type nk_mouse_button (line 4934) | struct nk_mouse_button { type nk_mouse (line 4939) | struct nk_mouse { type nk_key (line 4953) | struct nk_key { type nk_keyboard (line 4957) | struct nk_keyboard { type nk_input (line 4963) | struct nk_input { type nk_input (line 4968) | struct nk_input type nk_buttons (line 4968) | enum nk_buttons type nk_input (line 4969) | struct nk_input type nk_buttons (line 4969) | enum nk_buttons type nk_rect (line 4969) | struct nk_rect type nk_input (line 4970) | struct nk_input type nk_buttons (line 4970) | enum nk_buttons type nk_rect (line 4970) | struct nk_rect type nk_input (line 4971) | struct nk_input type nk_buttons (line 4971) | enum nk_buttons type nk_rect (line 4971) | struct nk_rect type nk_input (line 4972) | struct nk_input type nk_buttons (line 4972) | enum nk_buttons type nk_rect (line 4972) | struct nk_rect type nk_input (line 4973) | struct nk_input type nk_buttons (line 4973) | enum nk_buttons type nk_rect (line 4973) | struct nk_rect type nk_input (line 4974) | struct nk_input type nk_rect (line 4974) | struct nk_rect type nk_input (line 4975) | struct nk_input type nk_rect (line 4975) | struct nk_rect type nk_input (line 4976) | struct nk_input type nk_rect (line 4976) | struct nk_rect type nk_input (line 4977) | struct nk_input type nk_input (line 4978) | struct nk_input type nk_buttons (line 4978) | enum nk_buttons type nk_rect (line 4978) | struct nk_rect type nk_input (line 4979) | struct nk_input type nk_buttons (line 4979) | enum nk_buttons type nk_input (line 4980) | struct nk_input type nk_buttons (line 4980) | enum nk_buttons type nk_input (line 4981) | struct nk_input type nk_buttons (line 4981) | enum nk_buttons type nk_input (line 4982) | struct nk_input type nk_keys (line 4982) | enum nk_keys type nk_input (line 4983) | struct nk_input type nk_keys (line 4983) | enum nk_keys type nk_input (line 4984) | struct nk_input type nk_keys (line 4984) | enum nk_keys type nk_uint (line 5009) | typedef nk_uint nk_draw_index; type nk_ushort (line 5011) | typedef nk_ushort nk_draw_index; type nk_draw_list_stroke (line 5013) | enum nk_draw_list_stroke { type nk_draw_vertex_layout_attribute (line 5018) | enum nk_draw_vertex_layout_attribute { type nk_draw_vertex_layout_format (line 5025) | enum nk_draw_vertex_layout_format { type nk_draw_vertex_layout_element (line 5054) | struct nk_draw_vertex_layout_element { type nk_draw_command (line 5060) | struct nk_draw_command { type nk_draw_list (line 5069) | struct nk_draw_list { type nk_draw_list (line 5095) | struct nk_draw_list type nk_draw_list (line 5096) | struct nk_draw_list type nk_convert_config (line 5096) | struct nk_convert_config type nk_buffer (line 5096) | struct nk_buffer type nk_buffer (line 5096) | struct nk_buffer type nk_buffer (line 5096) | struct nk_buffer type nk_anti_aliasing (line 5096) | enum nk_anti_aliasing type nk_anti_aliasing (line 5096) | enum nk_anti_aliasing type nk_draw_list (line 5100) | struct nk_draw_list type nk_buffer (line 5100) | struct nk_buffer type nk_draw_command (line 5101) | struct nk_draw_command type nk_buffer (line 5101) | struct nk_buffer type nk_draw_list (line 5101) | struct nk_draw_list type nk_draw_list (line 5102) | struct nk_draw_list type nk_buffer (line 5102) | struct nk_buffer type nk_draw_list (line 5105) | struct nk_draw_list type nk_draw_list (line 5106) | struct nk_draw_list type nk_vec2 (line 5106) | struct nk_vec2 type nk_draw_list (line 5107) | struct nk_draw_list type nk_vec2 (line 5107) | struct nk_vec2 type nk_draw_list (line 5108) | struct nk_draw_list type nk_vec2 (line 5108) | struct nk_vec2 type nk_draw_list (line 5109) | struct nk_draw_list type nk_vec2 (line 5109) | struct nk_vec2 type nk_vec2 (line 5109) | struct nk_vec2 type nk_draw_list (line 5110) | struct nk_draw_list type nk_vec2 (line 5110) | struct nk_vec2 type nk_vec2 (line 5110) | struct nk_vec2 type nk_vec2 (line 5110) | struct nk_vec2 type nk_draw_list (line 5111) | struct nk_draw_list type nk_color (line 5111) | struct nk_color type nk_draw_list (line 5112) | struct nk_draw_list type nk_color (line 5112) | struct nk_color type nk_draw_list_stroke (line 5112) | enum nk_draw_list_stroke type nk_draw_list (line 5115) | struct nk_draw_list type nk_vec2 (line 5115) | struct nk_vec2 type nk_vec2 (line 5115) | struct nk_vec2 type nk_color (line 5115) | struct nk_color type nk_draw_list (line 5116) | struct nk_draw_list type nk_rect (line 5116) | struct nk_rect type nk_color (line 5116) | struct nk_color type nk_draw_list (line 5117) | struct nk_draw_list type nk_vec2 (line 5117) | struct nk_vec2 type nk_vec2 (line 5117) | struct nk_vec2 type nk_vec2 (line 5117) | struct nk_vec2 type nk_color (line 5117) | struct nk_color type nk_draw_list (line 5118) | struct nk_draw_list type nk_vec2 (line 5118) | struct nk_vec2 type nk_color (line 5118) | struct nk_color type nk_draw_list (line 5119) | struct nk_draw_list type nk_vec2 (line 5119) | struct nk_vec2 type nk_vec2 (line 5119) | struct nk_vec2 type nk_vec2 (line 5119) | struct nk_vec2 type nk_vec2 (line 5119) | struct nk_vec2 type nk_color (line 5119) | struct nk_color type nk_draw_list (line 5120) | struct nk_draw_list type nk_vec2 (line 5120) | struct nk_vec2 type nk_color (line 5120) | struct nk_color type nk_draw_list_stroke (line 5120) | enum nk_draw_list_stroke type nk_anti_aliasing (line 5120) | enum nk_anti_aliasing type nk_draw_list (line 5123) | struct nk_draw_list type nk_rect (line 5123) | struct nk_rect type nk_color (line 5123) | struct nk_color type nk_draw_list (line 5124) | struct nk_draw_list type nk_rect (line 5124) | struct nk_rect type nk_color (line 5124) | struct nk_color type nk_color (line 5124) | struct nk_color type nk_color (line 5124) | struct nk_color type nk_color (line 5124) | struct nk_color type nk_draw_list (line 5125) | struct nk_draw_list type nk_vec2 (line 5125) | struct nk_vec2 type nk_vec2 (line 5125) | struct nk_vec2 type nk_vec2 (line 5125) | struct nk_vec2 type nk_color (line 5125) | struct nk_color type nk_draw_list (line 5126) | struct nk_draw_list type nk_vec2 (line 5126) | struct nk_vec2 type nk_color (line 5126) | struct nk_color type nk_draw_list (line 5127) | struct nk_draw_list type nk_vec2 (line 5127) | struct nk_vec2 type nk_color (line 5127) | struct nk_color type nk_anti_aliasing (line 5127) | enum nk_anti_aliasing type nk_draw_list (line 5130) | struct nk_draw_list type nk_image (line 5130) | struct nk_image type nk_rect (line 5130) | struct nk_rect type nk_color (line 5130) | struct nk_color type nk_draw_list (line 5131) | struct nk_draw_list type nk_user_font (line 5131) | struct nk_user_font type nk_rect (line 5131) | struct nk_rect type nk_color (line 5131) | struct nk_color type nk_draw_list (line 5133) | struct nk_draw_list type nk_style_item_type (line 5143) | enum nk_style_item_type { type nk_color (line 5150) | struct nk_color type nk_image (line 5151) | struct nk_image type nk_nine_slice (line 5152) | struct nk_nine_slice type nk_style_item (line 5155) | struct nk_style_item { type nk_style_text (line 5160) | struct nk_style_text { type nk_style_button (line 5167) | struct nk_style_button { type nk_style_toggle (line 5197) | struct nk_style_toggle { type nk_style_selectable (line 5229) | struct nk_style_selectable { type nk_style_slider (line 5266) | struct nk_style_slider { type nk_style_knob (line 5307) | struct nk_style_knob { type nk_style_progress (line 5340) | struct nk_style_progress { type nk_style_scrollbar (line 5368) | struct nk_style_scrollbar { type nk_style_edit (line 5403) | struct nk_style_edit { type nk_style_property (line 5439) | struct nk_style_property { type nk_style_chart (line 5472) | struct nk_style_chart { type nk_style_combo (line 5488) | struct nk_style_combo { type nk_style_tab (line 5521) | struct nk_style_tab { type nk_style_header_align (line 5545) | enum nk_style_header_align { type nk_style_window_header (line 5549) | struct nk_style_window_header { type nk_style_window (line 5574) | struct nk_style_window { type nk_style (line 5614) | struct nk_style { type nk_color (line 5641) | struct nk_color type nk_image (line 5642) | struct nk_image type nk_nine_slice (line 5643) | struct nk_nine_slice type nk_panel_type (line 5656) | enum nk_panel_type { type nk_panel_set (line 5666) | enum nk_panel_set { type nk_chart_slot (line 5672) | struct nk_chart_slot { type nk_chart (line 5683) | struct nk_chart { type nk_panel_row_layout_type (line 5689) | enum nk_panel_row_layout_type { type nk_row_layout (line 5701) | struct nk_row_layout { type nk_popup_buffer (line 5717) | struct nk_popup_buffer { type nk_menu_state (line 5725) | struct nk_menu_state { type nk_panel (line 5730) | struct nk_panel { type nk_table (line 5756) | struct nk_table type nk_window_flags (line 5757) | enum nk_window_flags { type nk_popup_state (line 5768) | struct nk_popup_state { type nk_edit_state (line 5780) | struct nk_edit_state { type nk_property_state (line 5793) | struct nk_property_state { type nk_window (line 5810) | struct nk_window { type nk (line 5906) | struct nk type nk (line 5908) | struct nk type nk (line 5910) | struct nk type nk (line 5911) | struct nk type nk (line 5912) | enum nk type nk_configuration_stacks (line 5922) | struct nk_configuration_stacks { type nk_table (line 5938) | struct nk_table { type nk_table (line 5947) | struct nk_table type nk_panel (line 5948) | struct nk_panel type nk_window (line 5949) | struct nk_window type nk_page_element (line 5952) | struct nk_page_element { type nk_page (line 5958) | struct nk_page { type nk_pool (line 5964) | struct nk_pool { type nk_context (line 5975) | struct nk_context { type Big (line 6083) | struct Big {T x; char c;} type nk_rect (line 6217) | struct nk_rect type nk_rect (line 6218) | struct nk_rect type nk_vec2 (line 6218) | struct nk_vec2 type nk_rect (line 6219) | struct nk_rect type nk_rect (line 6219) | struct nk_rect type nk_user_font (line 6249) | struct nk_user_font type nk_user_font (line 6250) | struct nk_user_font type nk_vec2 (line 6250) | struct nk_vec2 type nk_allocator (line 6255) | struct nk_allocator type nk_buffer_allocation_type (line 6270) | enum nk_buffer_allocation_type type nk_buffer (line 6271) | struct nk_buffer type nk_buffer_allocation_type (line 6271) | enum nk_buffer_allocation_type type nk_buffer (line 6272) | struct nk_buffer type nk_command_buffer (line 6275) | struct nk_command_buffer type nk_buffer (line 6275) | struct nk_buffer type nk_command_clipping (line 6275) | enum nk_command_clipping type nk_command_buffer (line 6276) | struct nk_command_buffer type nk_command_buffer (line 6277) | struct nk_command_buffer type nk_command_type (line 6277) | enum nk_command_type type nk_command_buffer (line 6278) | struct nk_command_buffer type nk_symbol_type (line 6278) | enum nk_symbol_type type nk_rect (line 6278) | struct nk_rect type nk_color (line 6278) | struct nk_color type nk_color (line 6278) | struct nk_color type nk_user_font (line 6278) | struct nk_user_font type nk_context (line 6281) | struct nk_context type nk_command_buffer (line 6281) | struct nk_command_buffer type nk_context (line 6282) | struct nk_context type nk_window (line 6282) | struct nk_window type nk_context (line 6283) | struct nk_context type nk_window (line 6283) | struct nk_window type nk_context (line 6284) | struct nk_context type nk_window (line 6284) | struct nk_window type nk_context (line 6285) | struct nk_context type nk_command_buffer (line 6285) | struct nk_command_buffer type nk_context (line 6286) | struct nk_context type nk_window (line 6286) | struct nk_window type nk_context (line 6287) | struct nk_context type nk_text_edit (line 6290) | struct nk_text_edit type nk_text_edit_type (line 6290) | enum nk_text_edit_type type nk_text_edit (line 6291) | struct nk_text_edit type nk_user_font (line 6291) | struct nk_user_font type nk_text_edit (line 6292) | struct nk_text_edit type nk_user_font (line 6292) | struct nk_user_font type nk_text_edit (line 6293) | struct nk_text_edit type nk_keys (line 6293) | enum nk_keys type nk_user_font (line 6293) | struct nk_user_font type nk_window_insert_location (line 6296) | enum nk_window_insert_location { type nk_context (line 6300) | struct nk_context type nk_context (line 6301) | struct nk_context type nk_window (line 6301) | struct nk_window type nk_context (line 6302) | struct nk_context type nk_window (line 6302) | struct nk_window type nk_context (line 6303) | struct nk_context type nk_context (line 6304) | struct nk_context type nk_window (line 6304) | struct nk_window type nk_window_insert_location (line 6304) | enum nk_window_insert_location type nk_pool (line 6307) | struct nk_pool type nk_allocator (line 6307) | struct nk_allocator type nk_pool (line 6308) | struct nk_pool type nk_pool (line 6309) | struct nk_pool type nk_pool (line 6310) | struct nk_pool type nk_context (line 6313) | struct nk_context type nk_context (line 6314) | struct nk_context type nk_page_element (line 6314) | struct nk_page_element type nk_context (line 6315) | struct nk_context type nk_page_element (line 6315) | struct nk_page_element type nk_context (line 6318) | struct nk_context type nk_window (line 6319) | struct nk_window type nk_table (line 6319) | struct nk_table type nk_context (line 6320) | struct nk_context type nk_table (line 6320) | struct nk_table type nk_window (line 6321) | struct nk_window type nk_table (line 6321) | struct nk_table type nk_context (line 6322) | struct nk_context type nk_window (line 6322) | struct nk_window type nk_window (line 6323) | struct nk_window type nk_context (line 6326) | struct nk_context type nk_context (line 6327) | struct nk_context type nk_panel (line 6327) | struct nk_panel type nk_style (line 6329) | struct nk_style type nk_panel_type (line 6329) | enum nk_panel_type type nk_style (line 6330) | struct nk_style type nk_panel_type (line 6330) | enum nk_panel_type type nk_style (line 6331) | struct nk_style type nk_panel_type (line 6331) | enum nk_panel_type type nk_panel_type (line 6332) | enum nk_panel_type type nk_panel_type (line 6333) | enum nk_panel_type type nk_context (line 6334) | struct nk_context type nk_panel_type (line 6334) | enum nk_panel_type type nk_context (line 6335) | struct nk_context type nk_style (line 6338) | struct nk_style type nk_panel_type (line 6338) | enum nk_panel_type type nk_context (line 6339) | struct nk_context type nk_window (line 6339) | struct nk_window type nk_context (line 6340) | struct nk_context type nk_layout_format (line 6340) | enum nk_layout_format type nk_context (line 6341) | struct nk_context type nk_window (line 6341) | struct nk_window type nk_rect (line 6342) | struct nk_rect type nk_context (line 6342) | struct nk_context type nk_window (line 6342) | struct nk_window type nk_rect (line 6343) | struct nk_rect type nk_context (line 6343) | struct nk_context type nk_rect (line 6344) | struct nk_rect type nk_context (line 6344) | struct nk_context type nk_context (line 6347) | struct nk_context type nk_rect (line 6347) | struct nk_rect type nk_rect (line 6347) | struct nk_rect type nk_panel_type (line 6347) | enum nk_panel_type type nk_text (line 6350) | struct nk_text { type nk_command_buffer (line 6355) | struct nk_command_buffer type nk_rect (line 6355) | struct nk_rect type nk_text (line 6355) | struct nk_text type nk_user_font (line 6355) | struct nk_user_font type nk_command_buffer (line 6356) | struct nk_command_buffer type nk_rect (line 6356) | struct nk_rect type nk_text (line 6356) | struct nk_text type nk_user_font (line 6356) | struct nk_user_font type nk_rect (line 6359) | struct nk_rect type nk_input (line 6359) | struct nk_input type nk_button_behavior (line 6359) | enum nk_button_behavior type nk_command_buffer (line 6360) | struct nk_command_buffer type nk_rect (line 6360) | struct nk_rect type nk_style_button (line 6360) | struct nk_style_button type nk_command_buffer (line 6361) | struct nk_command_buffer type nk_rect (line 6361) | struct nk_rect type nk_style_button (line 6361) | struct nk_style_button type nk_input (line 6361) | struct nk_input type nk_button_behavior (line 6361) | enum nk_button_behavior type nk_rect (line 6361) | struct nk_rect type nk_command_buffer (line 6362) | struct nk_command_buffer type nk_rect (line 6362) | struct nk_rect type nk_rect (line 6362) | struct nk_rect type nk_style_button (line 6362) | struct nk_style_button type nk_user_font (line 6362) | struct nk_user_font type nk_command_buffer (line 6363) | struct nk_command_buffer type nk_rect (line 6363) | struct nk_rect type nk_button_behavior (line 6363) | enum nk_button_behavior type nk_style_button (line 6363) | struct nk_style_button type nk_input (line 6363) | struct nk_input type nk_user_font (line 6363) | struct nk_user_font type nk_command_buffer (line 6364) | struct nk_command_buffer type nk_rect (line 6364) | struct nk_rect type nk_rect (line 6364) | struct nk_rect type nk_style_button (line 6364) | struct nk_style_button type nk_symbol_type (line 6364) | enum nk_symbol_type type nk_user_font (line 6364) | struct nk_user_font type nk_command_buffer (line 6365) | struct nk_command_buffer type nk_rect (line 6365) | struct nk_rect type nk_symbol_type (line 6365) | enum nk_symbol_type type nk_button_behavior (line 6365) | enum nk_button_behavior type nk_style_button (line 6365) | struct nk_style_button type nk_input (line 6365) | struct nk_input type nk_user_font (line 6365) | struct nk_user_font type nk_command_buffer (line 6366) | struct nk_command_buffer type nk_rect (line 6366) | struct nk_rect type nk_rect (line 6366) | struct nk_rect type nk_style_button (line 6366) | struct nk_style_button type nk_image (line 6366) | struct nk_image type nk_command_buffer (line 6367) | struct nk_command_buffer type nk_rect (line 6367) | struct nk_rect type nk_image (line 6367) | struct nk_image type nk_button_behavior (line 6367) | enum nk_button_behavior type nk_style_button (line 6367) | struct nk_style_button type nk_input (line 6367) | struct nk_input type nk_command_buffer (line 6368) | struct nk_command_buffer type nk_rect (line 6368) | struct nk_rect type nk_rect (line 6368) | struct nk_rect type nk_rect (line 6368) | struct nk_rect type nk_style_button (line 6368) | struct nk_style_button type nk_symbol_type (line 6368) | enum nk_symbol_type type nk_user_font (line 6368) | struct nk_user_font type nk_command_buffer (line 6369) | struct nk_command_buffer type nk_rect (line 6369) | struct nk_rect type nk_symbol_type (line 6369) | enum nk_symbol_type type nk_button_behavior (line 6369) | enum nk_button_behavior type nk_style_button (line 6369) | struct nk_style_button type nk_user_font (line 6369) | struct nk_user_font type nk_input (line 6369) | struct nk_input type nk_command_buffer (line 6370) | struct nk_command_buffer type nk_rect (line 6370) | struct nk_rect type nk_rect (line 6370) | struct nk_rect type nk_rect (line 6370) | struct nk_rect type nk_style_button (line 6370) | struct nk_style_button type nk_user_font (line 6370) | struct nk_user_font type nk_image (line 6370) | struct nk_image type nk_command_buffer (line 6371) | struct nk_command_buffer type nk_rect (line 6371) | struct nk_rect type nk_image (line 6371) | struct nk_image type nk_button_behavior (line 6371) | enum nk_button_behavior type nk_style_button (line 6371) | struct nk_style_button type nk_user_font (line 6371) | struct nk_user_font type nk_input (line 6371) | struct nk_input type nk_toggle_type (line 6374) | enum nk_toggle_type { type nk_input (line 6378) | struct nk_input type nk_rect (line 6378) | struct nk_rect type nk_command_buffer (line 6379) | struct nk_command_buffer type nk_style_toggle (line 6379) | struct nk_style_toggle type nk_rect (line 6379) | struct nk_rect type nk_rect (line 6379) | struct nk_rect type nk_rect (line 6379) | struct nk_rect type nk_user_font (line 6379) | struct nk_user_font type nk_command_buffer (line 6380) | struct nk_command_buffer type nk_style_toggle (line 6380) | struct nk_style_toggle type nk_rect (line 6380) | struct nk_rect type nk_rect (line 6380) | struct nk_rect type nk_rect (line 6380) | struct nk_rect type nk_user_font (line 6380) | struct nk_user_font type nk_command_buffer (line 6381) | struct nk_command_buffer type nk_rect (line 6381) | struct nk_rect type nk_toggle_type (line 6381) | enum nk_toggle_type type nk_style_toggle (line 6381) | struct nk_style_toggle type nk_input (line 6381) | struct nk_input type nk_user_font (line 6381) | struct nk_user_font type nk_input (line 6384) | struct nk_input type nk_rect (line 6384) | struct nk_rect type nk_rect (line 6384) | struct nk_rect type nk_command_buffer (line 6385) | struct nk_command_buffer type nk_style_progress (line 6385) | struct nk_style_progress type nk_rect (line 6385) | struct nk_rect type nk_rect (line 6385) | struct nk_rect type nk_command_buffer (line 6386) | struct nk_command_buffer type nk_rect (line 6386) | struct nk_rect type nk_style_progress (line 6386) | struct nk_style_progress type nk_input (line 6386) | struct nk_input type nk_rect (line 6389) | struct nk_rect type nk_rect (line 6389) | struct nk_rect type nk_input (line 6389) | struct nk_input type nk_rect (line 6389) | struct nk_rect type nk_command_buffer (line 6390) | struct nk_command_buffer type nk_style_slider (line 6390) | struct nk_style_slider type nk_rect (line 6390) | struct nk_rect type nk_rect (line 6390) | struct nk_rect type nk_command_buffer (line 6391) | struct nk_command_buffer type nk_rect (line 6391) | struct nk_rect type nk_style_slider (line 6391) | struct nk_style_slider type nk_input (line 6391) | struct nk_input type nk_user_font (line 6391) | struct nk_user_font type nk_input (line 6394) | struct nk_input type nk_rect (line 6394) | struct nk_rect type nk_rect (line 6394) | struct nk_rect type nk_rect (line 6394) | struct nk_rect type nk_rect (line 6394) | struct nk_rect type nk_orientation (line 6394) | enum nk_orientation type nk_command_buffer (line 6395) | struct nk_command_buffer type nk_style_scrollbar (line 6395) | struct nk_style_scrollbar type nk_rect (line 6395) | struct nk_rect type nk_rect (line 6395) | struct nk_rect type nk_command_buffer (line 6396) | struct nk_command_buffer type nk_rect (line 6396) | struct nk_rect type nk_style_scrollbar (line 6396) | struct nk_style_scrollbar type nk_input (line 6396) | struct nk_input type nk_user_font (line 6396) | struct nk_user_font type nk_command_buffer (line 6397) | struct nk_command_buffer type nk_rect (line 6397) | struct nk_rect type nk_style_scrollbar (line 6397) | struct nk_style_scrollbar type nk_input (line 6397) | struct nk_input type nk_user_font (line 6397) | struct nk_user_font type nk_command_buffer (line 6400) | struct nk_command_buffer type nk_style_selectable (line 6400) | struct nk_style_selectable type nk_rect (line 6400) | struct nk_rect type nk_rect (line 6400) | struct nk_rect type nk_image (line 6400) | struct nk_image type nk_symbol_type (line 6400) | enum nk_symbol_type type nk_user_font (line 6400) | struct nk_user_font type nk_command_buffer (line 6401) | struct nk_command_buffer type nk_rect (line 6401) | struct nk_rect type nk_style_selectable (line 6401) | struct nk_style_selectable type nk_input (line 6401) | struct nk_input type nk_user_font (line 6401) | struct nk_user_font type nk_command_buffer (line 6402) | struct nk_command_buffer type nk_rect (line 6402) | struct nk_rect type nk_image (line 6402) | struct nk_image type nk_style_selectable (line 6402) | struct nk_style_selectable type nk_input (line 6402) | struct nk_input type nk_user_font (line 6402) | struct nk_user_font type nk_command_buffer (line 6405) | struct nk_command_buffer type nk_style_edit (line 6405) | struct nk_style_edit type nk_user_font (line 6405) | struct nk_user_font type nk_color (line 6405) | struct nk_color type nk_color (line 6405) | struct nk_color type nk_command_buffer (line 6406) | struct nk_command_buffer type nk_rect (line 6406) | struct nk_rect type nk_text_edit (line 6406) | struct nk_text_edit type nk_style_edit (line 6406) | struct nk_style_edit type nk_input (line 6406) | struct nk_input type nk_user_font (line 6406) | struct nk_user_font type nk_rect (line 6409) | struct nk_rect type nk_rect (line 6409) | struct nk_rect type nk_rect (line 6409) | struct nk_rect type nk_rect (line 6409) | struct nk_rect type nk_colorf (line 6409) | struct nk_colorf type nk_input (line 6409) | struct nk_input type nk_command_buffer (line 6410) | struct nk_command_buffer type nk_rect (line 6410) | struct nk_rect type nk_rect (line 6410) | struct nk_rect type nk_rect (line 6410) | struct nk_rect type nk_colorf (line 6410) | struct nk_colorf type nk_command_buffer (line 6411) | struct nk_command_buffer type nk_colorf (line 6411) | struct nk_colorf type nk_color_format (line 6411) | enum nk_color_format type nk_rect (line 6411) | struct nk_rect type nk_vec2 (line 6411) | struct nk_vec2 type nk_input (line 6411) | struct nk_input type nk_user_font (line 6411) | struct nk_user_font type nk_property_status (line 6414) | enum nk_property_status { type nk_property_filter (line 6419) | enum nk_property_filter { type nk_property_kind (line 6423) | enum nk_property_kind { type nk_property_variant (line 6433) | struct nk_property_variant { type nk_input (line 6444) | struct nk_input type nk_rect (line 6444) | struct nk_rect type nk_property_variant (line 6444) | struct nk_property_variant type nk_input (line 6445) | struct nk_input type nk_rect (line 6445) | struct nk_rect type nk_rect (line 6445) | struct nk_rect type nk_rect (line 6445) | struct nk_rect type nk_rect (line 6445) | struct nk_rect type nk_property_variant (line 6445) | struct nk_property_variant type nk_command_buffer (line 6446) | struct nk_command_buffer type nk_style_property (line 6446) | struct nk_style_property type nk_rect (line 6446) | struct nk_rect type nk_rect (line 6446) | struct nk_rect type nk_user_font (line 6446) | struct nk_user_font type nk_command_buffer (line 6447) | struct nk_command_buffer type nk_rect (line 6447) | struct nk_rect type nk_property_variant (line 6447) | struct nk_property_variant type nk_style_property (line 6447) | struct nk_style_property type nk_property_filter (line 6447) | enum nk_property_filter type nk_input (line 6447) | struct nk_input type nk_user_font (line 6447) | struct nk_user_font type nk_text_edit (line 6447) | struct nk_text_edit type nk_button_behavior (line 6447) | enum nk_button_behavior type nk_context (line 6448) | struct nk_context type nk_property_variant (line 6448) | struct nk_property_variant type nk_property_filter (line 6448) | enum nk_property_filter type nk_allocator (line 6474) | struct nk_allocator type nk_allocator (line 6474) | struct nk_allocator function nk_stbtt_free (line 6478) | static void function NK_LIB (line 6530) | NK_LIB float function NK_LIB (line 6544) | NK_LIB float function NK_LIB (line 6559) | NK_LIB float function NK_LIB (line 6577) | NK_LIB float function NK_LIB (line 6596) | NK_LIB float function NK_LIB (line 6620) | NK_LIB nk_uint function NK_LIB (line 6633) | NK_LIB double function NK_LIB (line 6650) | NK_LIB int function NK_LIB (line 6657) | NK_LIB int function NK_LIB (line 6663) | NK_LIB int function NK_LIB (line 6676) | NK_LIB int function NK_LIB (line 6693) | NK_LIB float function nk_rect (line 6698) | nk_rect function nk_rect (line 6703) | nk_rect function nk_rect (line 6711) | nk_rect function nk_rect (line 6721) | nk_rect function nk_rect (line 6726) | nk_rect function nk_rect (line 6731) | nk_rect function nk_vec2 (line 6736) | nk_vec2 function nk_vec2 (line 6743) | nk_vec2 function nk_rect (line 6750) | nk_rect function nk_rect (line 6762) | nk_rect function nk_vec2 (line 6772) | nk_vec2 function nk_vec2 (line 6779) | nk_vec2 function nk_vec2 (line 6787) | nk_vec2 function nk_vec2 (line 6792) | nk_vec2 function NK_LIB (line 6797) | NK_LIB void function NK_API (line 6811) | NK_API void function NK_LIB (line 6859) | NK_LIB nk_bool nk_is_lower(int c) {return (c >= 'a' && c <= 'z') || (c >... function NK_LIB (line 6860) | NK_LIB nk_bool nk_is_upper(int c){return (c >= 'A' && c <= 'Z') || (c >=... function NK_LIB (line 6861) | NK_LIB int nk_to_upper(int c) {return (c >= 'a' && c <= 'z') ? (c - ('a'... function NK_LIB (line 6862) | NK_LIB int nk_to_lower(int c) {return (c >= 'A' && c <= 'Z') ? (c - ('a'... function NK_LIB (line 6865) | NK_LIB void* function NK_LIB (line 6923) | NK_LIB void function NK_LIB (line 6975) | NK_LIB void function NK_API (line 6981) | NK_API int function NK_API (line 6989) | NK_API int function NK_API (line 7014) | NK_API double function NK_API (line 7072) | NK_API float function NK_API (line 7081) | NK_API int function NK_API (line 7103) | NK_API int function NK_INTERN (line 7128) | NK_INTERN int function NK_INTERN (line 7141) | NK_INTERN int function NK_API (line 7150) | NK_API int function NK_API (line 7167) | NK_API int function NK_API (line 7288) | NK_API int function NK_LIB (line 7293) | NK_LIB int function NK_INTERN (line 7313) | NK_INTERN void function NK_LIB (line 7326) | NK_LIB char* function NK_LIB (line 7351) | NK_LIB char* function NK_INTERN (line 7432) | NK_INTERN int function NK_LIB (line 7751) | NK_LIB int function NK_API (line 7768) | NK_API nk_hash function NK_LIB (line 7833) | NK_LIB char* function NK_LIB (line 7867) | NK_LIB int function nk_vec2 (line 7915) | nk_vec2 function NK_INTERN (line 7985) | NK_INTERN int function nk_color (line 8001) | nk_color function nk_color (line 8011) | nk_color function nk_color (line 8021) | nk_color function nk_color (line 8033) | nk_color function NK_API (line 8045) | NK_API void function NK_API (line 8060) | NK_API void function nk_color (line 8073) | nk_color function nk_color (line 8078) | nk_color function nk_color (line 8083) | nk_color function nk_color (line 8093) | nk_color function nk_color (line 8098) | nk_color function nk_color (line 8103) | nk_color function nk_color (line 8113) | nk_color function nk_color (line 8123) | nk_color function nk_color (line 8128) | nk_color function nk_color (line 8133) | nk_color function nk_color (line 8143) | nk_color function nk_color (line 8148) | nk_color function nk_color (line 8153) | nk_color function nk_color (line 8158) | nk_color function nk_color (line 8163) | nk_color function nk_color (line 8168) | nk_color function nk_color (line 8173) | nk_color function nk_color (line 8178) | nk_color function nk_color (line 8187) | nk_color function nk_color (line 8192) | nk_color function nk_colorf (line 8197) | nk_colorf function nk_colorf (line 8224) | nk_colorf function nk_color (line 8229) | nk_color function nk_color (line 8235) | nk_color function NK_API (line 8240) | NK_API nk_uint function NK_API (line 8249) | NK_API void function NK_API (line 8258) | NK_API void function nk_colorf (line 8263) | nk_colorf function NK_API (line 8270) | NK_API void function NK_API (line 8279) | NK_API void function NK_API (line 8284) | NK_API void function NK_API (line 8290) | NK_API void function NK_API (line 8296) | NK_API void function NK_API (line 8317) | NK_API void function NK_API (line 8322) | NK_API void function NK_API (line 8330) | NK_API void function NK_API (line 8335) | NK_API void function NK_API (line 8346) | NK_API void function NK_API (line 8351) | NK_API void function NK_API (line 8361) | NK_API void function NK_API (line 8371) | NK_API void function NK_API (line 8377) | NK_API void function NK_API (line 8386) | NK_API void function NK_API (line 8391) | NK_API void function NK_INTERN (line 8414) | NK_INTERN int function NK_INTERN (line 8425) | NK_INTERN nk_rune function NK_API (line 8436) | NK_API int function NK_INTERN (line 8464) | NK_INTERN char function NK_API (line 8469) | NK_API int function NK_API (line 8484) | NK_API int function NK_API (line 8507) | NK_API const char* function NK_LIB (line 8555) | NK_LIB void* function NK_LIB (line 8562) | NK_LIB void function NK_API (line 8568) | NK_API void function NK_API (line 8579) | NK_API void function NK_API (line 8596) | NK_API void function NK_LIB (line 8610) | NK_LIB void* function NK_LIB (line 8640) | NK_LIB void* function NK_LIB (line 8678) | NK_LIB void* function NK_API (line 8730) | NK_API void function NK_API (line 8738) | NK_API void function NK_API (line 8748) | NK_API void function NK_API (line 8769) | NK_API void function NK_API (line 8779) | NK_API void function NK_API (line 8789) | NK_API void function NK_API (line 8801) | NK_API void* function NK_API (line 8808) | NK_API const void* function NK_API (line 8815) | NK_API nk_size function NK_API (line 8832) | NK_API void function NK_API (line 8844) | NK_API void function NK_API (line 8850) | NK_API void function NK_API (line 8856) | NK_API int function NK_API (line 8869) | NK_API int function NK_API (line 8874) | NK_API int function NK_API (line 8886) | NK_API int function NK_API (line 8904) | NK_API int function NK_API (line 8920) | NK_API int function NK_API (line 8935) | NK_API int function NK_API (line 8970) | NK_API int function NK_API (line 8989) | NK_API int function NK_API (line 8994) | NK_API int function NK_API (line 8999) | NK_API int function NK_API (line 9014) | NK_API int function NK_API (line 9032) | NK_API int function NK_API (line 9048) | NK_API int function NK_API (line 9063) | NK_API void function NK_API (line 9073) | NK_API void function NK_API (line 9094) | NK_API void function NK_API (line 9111) | NK_API void function NK_API (line 9135) | NK_API char* function NK_API (line 9142) | NK_API char* function NK_API (line 9178) | NK_API const char* function NK_API (line 9185) | NK_API const char* function NK_API (line 9221) | NK_API nk_rune function NK_API (line 9229) | NK_API char* function NK_API (line 9236) | NK_API const char* function NK_API (line 9243) | NK_API int function NK_API (line 9250) | NK_API int function NK_API (line 9257) | NK_API void function NK_API (line 9264) | NK_API void function NK_LIB (line 9280) | NK_LIB void function NK_LIB (line 9293) | NK_LIB void function NK_LIB (line 9306) | NK_LIB void* function NK_API (line 9339) | NK_API void function NK_API (line 9359) | NK_API void function NK_API (line 9376) | NK_API void function NK_API (line 9399) | NK_API void function NK_API (line 9422) | NK_API void function NK_API (line 9445) | NK_API void function NK_API (line 9471) | NK_API void function NK_API (line 9493) | NK_API void function NK_API (line 9514) | NK_API void function NK_API (line 9531) | NK_API void function NK_API (line 9548) | NK_API void function NK_API (line 9575) | NK_API void function NK_API (line 9602) | NK_API void function NK_API (line 9623) | NK_API void function NK_API (line 9644) | NK_API void function NK_API (line 9665) | NK_API void function NK_API (line 9688) | NK_API void function NK_API (line 9765) | NK_API void function NK_API (line 9788) | NK_API void function NK_API (line 9839) | NK_API void function NK_API (line 9852) | NK_API void function nk_draw_command (line 9880) | nk_draw_command* function nk_draw_command (line 9896) | nk_draw_command* function nk_draw_command (line 9916) | nk_draw_command* function nk_vec2 (line 9930) | nk_vec2* function nk_vec2 (line 9948) | nk_vec2 function nk_draw_command (line 9959) | nk_draw_command* function nk_draw_command (line 9990) | nk_draw_command* function NK_INTERN (line 10003) | NK_INTERN void function NK_INTERN (line 10017) | NK_INTERN void function NK_API (line 10041) | NK_API void function NK_INTERN (line 10047) | NK_INTERN void* function NK_INTERN (line 10071) | NK_INTERN nk_draw_index* function NK_INTERN (line 10089) | NK_INTERN int function NK_INTERN (line 10096) | NK_INTERN void function NK_INTERN (line 10171) | NK_INTERN void function NK_INTERN (line 10225) | NK_INTERN void* function NK_API (line 10244) | NK_API void function NK_API (line 10484) | NK_API void function NK_API (line 10608) | NK_API void function NK_API (line 10617) | NK_API void function NK_API (line 10635) | NK_API void function NK_API (line 10651) | NK_API void function NK_API (line 10696) | NK_API void function NK_API (line 10719) | NK_API void function NK_API (line 10746) | NK_API void function NK_API (line 10756) | NK_API void function NK_API (line 10768) | NK_API void function NK_API (line 10783) | NK_API void function NK_API (line 10798) | NK_API void function NK_API (line 10812) | NK_API void function NK_API (line 10846) | NK_API void function NK_API (line 10857) | NK_API void function NK_API (line 10868) | NK_API void function NK_API (line 10879) | NK_API void function NK_API (line 10890) | NK_API void function NK_INTERN (line 10901) | NK_INTERN void function NK_API (line 10938) | NK_API void function NK_API (line 10959) | NK_API void function NK_API (line 11009) | NK_API nk_flags function nk_draw_command (line 11151) | nk_draw_command* function nk_draw_command (line 11157) | nk_draw_command* function nk_draw_command (line 11162) | nk_draw_command* type stbrp_context (line 11251) | typedef struct stbrp_context stbrp_context; type stbrp_node (line 11252) | typedef struct stbrp_node stbrp_node; type stbrp_rect (line 11253) | typedef struct stbrp_rect stbrp_rect; type stbrp_coord (line 11255) | typedef int stbrp_coord; type stbrp_rect (line 11285) | struct stbrp_rect type stbrp_node (line 11345) | struct stbrp_node type stbrp_context (line 11351) | struct stbrp_context function STBRP_DEF (line 11399) | STBRP_DEF void stbrp_setup_heuristic(stbrp_context *context, int heuristic) function STBRP_DEF (line 11411) | STBRP_DEF void stbrp_setup_allow_out_of_mem(stbrp_context *context, int ... function STBRP_DEF (line 11431) | STBRP_DEF void stbrp_init_target(stbrp_context *context, int width, int ... function stbrp__skyline_find_min_y (line 11457) | static int stbrp__skyline_find_min_y(stbrp_context *c, stbrp_node *first... type stbrp__findresult (line 11507) | typedef struct function stbrp__findresult (line 11513) | static stbrp__findresult stbrp__skyline_find_best_pos(stbrp_context *c, ... function stbrp__findresult (line 11615) | static stbrp__findresult stbrp__skyline_pack_rectangle(stbrp_context *co... function rect_height_compare (line 11694) | static int STBRP__CDECL rect_height_compare(const void *a, const void *b) function rect_original_order (line 11705) | static int STBRP__CDECL rect_original_order(const void *a, const void *b) function STBRP_DEF (line 11712) | STBRP_DEF int stbrp_pack_rects(stbrp_context *context, stbrp_rect *rects... function my_stbtt_initfont (line 12081) | void my_stbtt_initfont(void) function my_stbtt_print (line 12093) | void my_stbtt_print(float x, float y, char *text) function main (line 12128) | int main(int argc, char **argv) function main (line 12169) | int main(int arg, char **argv) type stbtt_uint8 (line 12222) | typedef unsigned char stbtt_uint8; type stbtt_int8 (line 12223) | typedef signed char stbtt_int8; type stbtt_uint16 (line 12224) | typedef unsigned short stbtt_uint16; type stbtt_int16 (line 12225) | typedef signed short stbtt_int16; type stbtt_uint32 (line 12226) | typedef unsigned int stbtt_uint32; type stbtt_int32 (line 12227) | typedef signed int stbtt_int32; type stbtt__buf (line 12307) | typedef struct type stbtt_bakedchar (line 12321) | typedef struct type stbtt_aligned_quad (line 12337) | typedef struct type stbtt_packedchar (line 12369) | typedef struct type stbtt_pack_context (line 12376) | typedef struct stbtt_pack_context stbtt_pack_context; type stbtt_fontinfo (line 12377) | typedef struct stbtt_fontinfo stbtt_fontinfo; type stbrp_rect (line 12379) | typedef struct stbrp_rect stbrp_rect; type stbtt_pack_range (line 12413) | typedef struct type stbtt_pack_context (line 12472) | struct stbtt_pack_context { type stbtt_fontinfo (line 12507) | struct stbtt_fontinfo type stbtt_kerningentry (line 12598) | typedef struct stbtt_kerningentry type stbtt_vertex (line 12629) | typedef struct type stbtt__bitmap (line 12718) | typedef struct function stbtt_uint8 (line 12927) | static stbtt_uint8 stbtt__buf_get8(stbtt__buf *b) function stbtt_uint8 (line 12934) | static stbtt_uint8 stbtt__buf_peek8(stbtt__buf *b) function stbtt__buf_seek (line 12941) | static void stbtt__buf_seek(stbtt__buf *b, int o) function stbtt__buf_skip (line 12947) | static void stbtt__buf_skip(stbtt__buf *b, int o) function stbtt_uint32 (line 12952) | static stbtt_uint32 stbtt__buf_get(stbtt__buf *b, int n) function stbtt__buf (line 12962) | static stbtt__buf stbtt__new_buf(const void *p, size_t size) function stbtt__buf (line 12975) | static stbtt__buf stbtt__buf_range(const stbtt__buf *b, int o, int s) function stbtt__buf (line 12984) | static stbtt__buf stbtt__cff_get_index(stbtt__buf *b) function stbtt_uint32 (line 12998) | static stbtt_uint32 stbtt__cff_int(stbtt__buf *b) function stbtt__cff_skip_operand (line 13010) | static void stbtt__cff_skip_operand(stbtt__buf *b) { function stbtt__buf (line 13025) | static stbtt__buf stbtt__dict_get(stbtt__buf *b, int key) function stbtt__dict_get_ints (line 13040) | static void stbtt__dict_get_ints(stbtt__buf *b, int key, int outcount, s... function stbtt__cff_index_count (line 13048) | static int stbtt__cff_index_count(stbtt__buf *b) function stbtt__buf (line 13054) | static stbtt__buf stbtt__cff_index_get(stbtt__buf b, int i) function stbtt_uint16 (line 13080) | static stbtt_uint16 ttUSHORT(stbtt_uint8 *p) { return p[0]*256 + p[1]; } function stbtt_int16 (line 13081) | static stbtt_int16 ttSHORT(stbtt_uint8 *p) { return p[0]*256 + p[1]; } function stbtt_uint32 (line 13082) | static stbtt_uint32 ttULONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]... function stbtt_int32 (line 13083) | static stbtt_int32 ttLONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]... function stbtt__isfont (line 13088) | static int stbtt__isfont(stbtt_uint8 *font) function stbtt_uint32 (line 13100) | static stbtt_uint32 stbtt__find_table(stbtt_uint8 *data, stbtt_uint32 fo... function stbtt_GetFontOffsetForIndex_internal (line 13113) | static int stbtt_GetFontOffsetForIndex_internal(unsigned char *font_coll... function stbtt_GetNumberOfFonts_internal (line 13132) | static int stbtt_GetNumberOfFonts_internal(unsigned char *font_collection) function stbtt__buf (line 13148) | static stbtt__buf stbtt__get_subrs(stbtt__buf cff, stbtt__buf fontdict) function stbtt__get_svg (line 13162) | static int stbtt__get_svg(stbtt_fontinfo *info) function stbtt_InitFont_internal (line 13177) | static int stbtt_InitFont_internal(stbtt_fontinfo *info, unsigned char *... function STBTT_DEF (line 13290) | STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unico... function STBTT_DEF (line 13383) | STBTT_DEF int stbtt_GetCodepointShape(const stbtt_fontinfo *info, int un... function stbtt_setvertex (line 13388) | static void stbtt_setvertex(stbtt_vertex *v, stbtt_uint8 type, stbtt_int... function stbtt__GetGlyfOffset (line 13397) | static int stbtt__GetGlyfOffset(const stbtt_fontinfo *info, int glyph_in... function STBTT_DEF (line 13419) | STBTT_DEF int stbtt_GetGlyphBox(const stbtt_fontinfo *info, int glyph_in... function STBTT_DEF (line 13435) | STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int code... function STBTT_DEF (line 13440) | STBTT_DEF int stbtt_IsGlyphEmpty(const stbtt_fontinfo *info, int glyph_i... function stbtt__close_shape (line 13452) | static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, ... function stbtt__GetGlyphShapeTT (line 13468) | static int stbtt__GetGlyphShapeTT(const stbtt_fontinfo *info, int glyph_... type stbtt__csctx (line 13691) | typedef struct function stbtt__track_vertex (line 13705) | static void stbtt__track_vertex(stbtt__csctx *c, stbtt_int32 x, stbtt_in... function stbtt__csctx_v (line 13714) | static void stbtt__csctx_v(stbtt__csctx *c, stbtt_uint8 type, stbtt_int3... function stbtt__csctx_close_shape (line 13730) | static void stbtt__csctx_close_shape(stbtt__csctx *ctx) function stbtt__csctx_rmove_to (line 13736) | static void stbtt__csctx_rmove_to(stbtt__csctx *ctx, float dx, float dy) function stbtt__csctx_rline_to (line 13744) | static void stbtt__csctx_rline_to(stbtt__csctx *ctx, float dx, float dy) function stbtt__csctx_rccurve_to (line 13751) | static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float ... function stbtt__buf (line 13762) | static stbtt__buf stbtt__get_subr(stbtt__buf idx, int n) function stbtt__buf (line 13776) | static stbtt__buf stbtt__cid_get_glyph_subrs(const stbtt_fontinfo *info,... function stbtt__run_charstring (line 13804) | static int stbtt__run_charstring(const stbtt_fontinfo *info, int glyph_i... function stbtt__GetGlyphShapeT2 (line 14063) | static int stbtt__GetGlyphShapeT2(const stbtt_fontinfo *info, int glyph_... function stbtt__GetGlyphInfoT2 (line 14080) | static int stbtt__GetGlyphInfoT2(const stbtt_fontinfo *info, int glyph_i... function STBTT_DEF (line 14091) | STBTT_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo *info, int glyph_... function STBTT_DEF (line 14099) | STBTT_DEF void stbtt_GetGlyphHMetrics(const stbtt_fontinfo *info, int gl... function STBTT_DEF (line 14111) | STBTT_DEF int stbtt_GetKerningTableLength(const stbtt_fontinfo *info) function STBTT_DEF (line 14126) | STBTT_DEF int stbtt_GetKerningTable(const stbtt_fontinfo *info, stbtt_ke... function stbtt__GetGlyphKernInfoAdvance (line 14153) | static int stbtt__GetGlyphKernInfoAdvance(const stbtt_fontinfo *info, in... function stbtt_int32 (line 14183) | static stbtt_int32 stbtt__GetCoverageIndex(stbtt_uint8 *coverageTable, i... function stbtt_int32 (line 14241) | static stbtt_int32 stbtt__GetGlyphClass(stbtt_uint8 *classDefTable, int... function stbtt_int32 (line 14290) | static stbtt_int32 stbtt__GetGlyphGPOSInfoAdvance(const stbtt_fontinfo *... function STBTT_DEF (line 14404) | STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo *info, int... function STBTT_DEF (line 14416) | STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info,... function STBTT_DEF (line 14423) | STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo *info, in... function STBTT_DEF (line 14428) | STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *as... function STBTT_DEF (line 14435) | STBTT_DEF int stbtt_GetFontVMetricsOS2(const stbtt_fontinfo *info, int ... function STBTT_DEF (line 14446) | STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int ... function STBTT_DEF (line 14454) | STBTT_DEF float stbtt_ScaleForPixelHeight(const stbtt_fontinfo *info, fl... function STBTT_DEF (line 14460) | STBTT_DEF float stbtt_ScaleForMappingEmToPixels(const stbtt_fontinfo *in... function STBTT_DEF (line 14466) | STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *v) function STBTT_DEF (line 14471) | STBTT_DEF stbtt_uint8 *stbtt_FindSVGDoc(const stbtt_fontinfo *info, int gl) function STBTT_DEF (line 14488) | STBTT_DEF int stbtt_GetGlyphSVG(const stbtt_fontinfo *info, int gl, cons... function STBTT_DEF (line 14505) | STBTT_DEF int stbtt_GetCodepointSVG(const stbtt_fontinfo *info, int unic... function STBTT_DEF (line 14515) | STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *fon... function STBTT_DEF (line 14533) | STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int g... function STBTT_DEF (line 14538) | STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo ... function STBTT_DEF (line 14543) | STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, i... type stbtt__hheap_chunk (line 14552) | typedef struct stbtt__hheap_chunk type stbtt__hheap (line 14557) | typedef struct stbtt__hheap function stbtt__hheap_free (line 14585) | static void stbtt__hheap_free(stbtt__hheap *hh, void *p) function stbtt__hheap_cleanup (line 14591) | static void stbtt__hheap_cleanup(stbtt__hheap *hh, void *userdata) type stbtt__edge (line 14601) | typedef struct stbtt__edge { type stbtt__active_edge (line 14607) | typedef struct stbtt__active_edge function stbtt__active_edge (line 14629) | static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__ed... function stbtt__active_edge (line 14651) | static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__ed... function stbtt__fill_active_edges (line 14676) | static void stbtt__fill_active_edges(unsigned char *scanline, int len, s... function stbtt__rasterize_sorted_edges (line 14718) | static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__... function stbtt__handle_clipped_edge (line 14822) | static void stbtt__handle_clipped_edge(float *scanline, int x, stbtt__ac... function stbtt__sized_trapezoid_area (line 14859) | static float stbtt__sized_trapezoid_area(float height, float top_width, ... function stbtt__position_trapezoid_area (line 14866) | static float stbtt__position_trapezoid_area(float height, float tx0, flo... function stbtt__sized_triangle_area (line 14871) | static float stbtt__sized_triangle_area(float height, float width) function stbtt__fill_active_edges_new (line 14876) | static void stbtt__fill_active_edges_new(float *scanline, float *scanlin... function stbtt__rasterize_sorted_edges (line 15091) | static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__... function stbtt__sort_edges_ins_sort (line 15193) | static void stbtt__sort_edges_ins_sort(stbtt__edge *p, int n) function stbtt__sort_edges_quicksort (line 15211) | static void stbtt__sort_edges_quicksort(stbtt__edge *p, int n) function stbtt__sort_edges (line 15273) | static void stbtt__sort_edges(stbtt__edge *p, int n) type stbtt__point (line 15279) | typedef struct function stbtt__rasterize (line 15284) | static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, i... function stbtt__add_point (line 15341) | static void stbtt__add_point(stbtt__point *points, int n, float x, float y) function stbtt__tesselate_curve (line 15349) | static int stbtt__tesselate_curve(stbtt__point *points, int *num_points,... function stbtt__tesselate_cubic (line 15369) | static void stbtt__tesselate_cubic(stbtt__point *points, int *num_points... function stbtt__point (line 15412) | static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num... function STBTT_DEF (line 15489) | STBTT_DEF void stbtt_Rasterize(stbtt__bitmap *result, float flatness_in_... function STBTT_DEF (line 15502) | STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata) function STBTT_DEF (line 15552) | STBTT_DEF void stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo *info,... function STBTT_DEF (line 15571) | STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo *info, unsigne... function STBTT_DEF (line 15581) | STBTT_DEF void stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fo... function STBTT_DEF (line 15586) | STBTT_DEF void stbtt_MakeCodepointBitmapSubpixel(const stbtt_fontinfo *i... function STBTT_DEF (line 15596) | STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, uns... function stbtt_BakeFontBitmap_internal (line 15607) | static int stbtt_BakeFontBitmap_internal(unsigned char *data, int offset... function STBTT_DEF (line 15653) | STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int p... type stbrp_coord (line 15681) | typedef int stbrp_coord; type stbrp_context (line 15694) | typedef struct type stbrp_node (line 15700) | typedef struct type stbrp_rect (line 15705) | struct stbrp_rect function stbrp_init_target (line 15711) | static void stbrp_init_target(stbrp_context *con, int pw, int ph, stbrp_... function stbrp_pack_rects (line 15722) | static void stbrp_pack_rects(stbrp_context *con, stbrp_rect *rects, int ... function STBTT_DEF (line 15751) | STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pi... function STBTT_DEF (line 15783) | STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc) function STBTT_DEF (line 15789) | STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsign... function STBTT_DEF (line 15799) | STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *sp... function stbtt__h_prefilter (line 15806) | static void stbtt__h_prefilter(unsigned char *pixels, int w, int h, int ... function stbtt__v_prefilter (line 15868) | static void stbtt__v_prefilter(unsigned char *pixels, int w, int h, int ... function stbtt__oversample_shift (line 15930) | static float stbtt__oversample_shift(int oversample) function STBTT_DEF (line 15943) | STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, c... function STBTT_DEF (line 15978) | STBTT_DEF void stbtt_MakeGlyphBitmapSubpixelPrefilter(const stbtt_fontin... function STBTT_DEF (line 16002) | STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *sp... function STBTT_DEF (line 16091) | STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, st... function STBTT_DEF (line 16096) | STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, const unsign... function STBTT_DEF (line 16132) | STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigne... function STBTT_DEF (line 16144) | STBTT_DEF void stbtt_GetScaledFontVMetrics(const unsigned char *fontdata... function STBTT_DEF (line 16157) | STBTT_DEF void stbtt_GetPackedQuad(const stbtt_packedchar *chardata, int... function stbtt__ray_intersect_bezier (line 16192) | static int stbtt__ray_intersect_bezier(float orig[2], float ray[2], floa... function stbtt__equal (line 16256) | static int stbtt__equal(float *a, float *b) function stbtt__compute_crossings_x (line 16261) | static int stbtt__compute_crossings_x(float x, float y, int nverts, stbt... function stbtt__cuberoot (line 16329) | static float stbtt__cuberoot( float x ) function stbtt__solve_cubic (line 16338) | static int stbtt__solve_cubic(float a, float b, float c, float* r) function STBTT_DEF (line 16559) | STBTT_DEF void stbtt_FreeSDF(unsigned char *bitmap, void *userdata) function stbtt_int32 (line 16570) | static stbtt_int32 stbtt__CompareUTF8toUTF16_bigendian_prefix(stbtt_uint... function stbtt_CompareUTF8toUTF16_bigendian_internal (line 16609) | static int stbtt_CompareUTF8toUTF16_bigendian_internal(char *s1, int len... function STBTT_DEF (line 16616) | STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font... function stbtt__matchpair (line 16637) | static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint... function stbtt__matches (line 16684) | static int stbtt__matches(stbtt_uint8 *fc, stbtt_uint32 offset, stbtt_ui... function stbtt_FindMatchingFont_internal (line 16713) | static int stbtt_FindMatchingFont_internal(unsigned char *font_collectio... function STBTT_DEF (line 16729) | STBTT_DEF int stbtt_BakeFontBitmap(const unsigned char *data, int offset, function STBTT_DEF (line 16736) | STBTT_DEF int stbtt_GetFontOffsetForIndex(const unsigned char *data, int... function STBTT_DEF (line 16741) | STBTT_DEF int stbtt_GetNumberOfFonts(const unsigned char *data) function STBTT_DEF (line 16746) | STBTT_DEF int stbtt_InitFont(stbtt_fontinfo *info, const unsigned char *... function STBTT_DEF (line 16751) | STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *fontdata, cons... function STBTT_DEF (line 16756) | STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len... type nk_font_bake_data (line 16900) | struct nk_font_bake_data { type nk_font_baker (line 16907) | struct nk_font_baker { function NK_INTERN (line 16922) | NK_INTERN int function NK_INTERN (line 16931) | NK_INTERN int function NK_API (line 16946) | NK_API const nk_rune* function NK_API (line 16952) | NK_API const nk_rune* function NK_API (line 16965) | NK_API const nk_rune* function NK_API (line 16977) | NK_API const nk_rune* function NK_INTERN (line 16988) | NK_INTERN void function nk_font_baker (line 17020) | nk_font_baker* function NK_INTERN (line 17034) | NK_INTERN int function NK_INTERN (line 17152) | NK_INTERN void function NK_INTERN (line 17265) | NK_INTERN void function NK_INTERN (line 17293) | NK_INTERN void function NK_INTERN (line 17318) | NK_INTERN float function NK_INTERN (line 17351) | NK_INTERN void function nk_font_glyph (line 17378) | nk_font_glyph* function NK_INTERN (line 17406) | NK_INTERN void function nk_decompress_length (line 17590) | NK_INTERN unsigned int function NK_INTERN (line 17595) | NK_INTERN void function NK_INTERN (line 17604) | NK_INTERN void function nk_adler32 (line 17634) | NK_INTERN unsigned int function nk_decompress (line 17664) | NK_INTERN unsigned int function nk_decode_85_byte (line 17698) | NK_INTERN unsigned int function NK_INTERN (line 17703) | NK_INTERN void function nk_font_config (line 17731) | nk_font_config function NK_API (line 17753) | NK_API void function NK_API (line 17767) | NK_API void function NK_API (line 17777) | NK_API void function NK_API (line 17789) | NK_API void function nk_font (line 17806) | nk_font* function nk_font (line 17893) | nk_font* function nk_font (line 17918) | nk_font* function nk_font (line 17944) | nk_font* function nk_font (line 17979) | nk_font* function nk_font (line 18010) | nk_font* function NK_API (line 18023) | NK_API const void* function NK_API (line 18148) | NK_API void function NK_API (line 18183) | NK_API void function NK_API (line 18205) | NK_API void function NK_API (line 18254) | NK_API void function NK_API (line 18274) | NK_API void function NK_API (line 18289) | NK_API void function NK_API (line 18301) | NK_API void function NK_API (line 18316) | NK_API void function NK_API (line 18343) | NK_API void function NK_API (line 18351) | NK_API void function NK_API (line 18369) | NK_API void function NK_API (line 18378) | NK_API void function NK_API (line 18387) | NK_API nk_bool function NK_API (line 18395) | NK_API nk_bool function NK_API (line 18406) | NK_API nk_bool function NK_API (line 18422) | NK_API nk_bool function NK_API (line 18431) | NK_API nk_bool function NK_API (line 18441) | NK_API nk_bool function NK_API (line 18451) | NK_API nk_bool function NK_API (line 18459) | NK_API nk_bool function NK_API (line 18465) | NK_API nk_bool function NK_API (line 18471) | NK_API nk_bool function NK_API (line 18478) | NK_API nk_bool function NK_API (line 18484) | NK_API nk_bool function NK_API (line 18494) | NK_API nk_bool function NK_API (line 18500) | NK_API nk_bool function NK_API (line 18506) | NK_API nk_bool function NK_API (line 18516) | NK_API nk_bool function NK_API (line 18526) | NK_API nk_bool function NK_API (line 18545) | NK_API void nk_style_default(struct nk_context *ctx){nk_style_from_table... function NK_API (line 18592) | NK_API const char* function nk_style_item (line 18597) | nk_style_item function nk_style_item (line 18605) | nk_style_item function nk_style_item (line 18613) | nk_style_item function nk_style_item (line 18621) | nk_style_item function NK_API (line 18629) | NK_API void function NK_API (line 19269) | NK_API void function NK_API (line 19282) | NK_API nk_bool function NK_API (line 19302) | NK_API nk_bool function NK_API (line 19352) | NK_API nk_bool NK_STYLE_PUSH_IMPLEMENATION(struct nk, style_item, style_... function NK_API (line 19377) | NK_API void function NK_API (line 19382) | NK_API void function NK_API (line 19387) | NK_API void function NK_API (line 19397) | NK_API void function NK_INTERN (line 19418) | NK_INTERN void function NK_API (line 19432) | NK_API nk_bool function NK_API (line 19442) | NK_API nk_bool function NK_API (line 19453) | NK_API nk_bool function NK_API (line 19474) | NK_API nk_bool function NK_API (line 19487) | NK_API void function NK_API (line 19496) | NK_API void function NK_API (line 19518) | NK_API void function NK_LIB (line 19584) | NK_LIB void function NK_LIB (line 19595) | NK_LIB void function NK_LIB (line 19602) | NK_LIB void function NK_LIB (line 19618) | NK_LIB void function NK_LIB (line 19630) | NK_LIB void function NK_LIB (line 19638) | NK_LIB void function NK_LIB (line 19656) | NK_LIB void function nk_command (line 19718) | nk_command* function nk_command (line 19740) | nk_command* function NK_LIB (line 19763) | NK_LIB void function NK_LIB (line 19774) | NK_LIB void function NK_LIB (line 19787) | NK_LIB void function nk_page_element (line 19799) | nk_page_element* function nk_page_element (line 19830) | nk_page_element* function NK_LIB (line 19856) | NK_LIB void function NK_LIB (line 19868) | NK_LIB void function nk_table (line 19893) | nk_table* function NK_LIB (line 19901) | NK_LIB void function NK_LIB (line 19908) | NK_LIB void function NK_LIB (line 19926) | NK_LIB void function NK_LIB (line 19938) | NK_LIB nk_uint* function NK_LIB (line 19956) | NK_LIB nk_uint* function NK_LIB (line 19982) | NK_LIB void* function NK_LIB (line 19990) | NK_LIB void function NK_LIB (line 19997) | NK_LIB nk_bool function nk_vec2 (line 20006) | nk_vec2 function NK_LIB (line 20019) | NK_LIB float function nk_color (line 20035) | nk_color function NK_LIB (line 20048) | NK_LIB nk_bool function NK_LIB (line 20053) | NK_LIB nk_bool function NK_LIB (line 20058) | NK_LIB nk_bool function NK_LIB (line 20298) | NK_LIB void function NK_LIB (line 20603) | NK_LIB void* function NK_LIB (line 20612) | NK_LIB void function nk_window (line 20639) | nk_window* function NK_LIB (line 20655) | NK_LIB void function NK_LIB (line 20700) | NK_LIB void function NK_API (line 20729) | NK_API nk_bool function NK_API (line 20735) | NK_API nk_bool function NK_API (line 20890) | NK_API void function nk_rect (line 20908) | nk_rect function nk_vec2 (line 20916) | nk_vec2 function nk_vec2 (line 20924) | nk_vec2 function NK_API (line 20932) | NK_API float function NK_API (line 20940) | NK_API float function nk_rect (line 20948) | nk_rect function nk_vec2 (line 20956) | nk_vec2 function nk_vec2 (line 20965) | nk_vec2 function nk_vec2 (line 20975) | nk_vec2 function nk_command_buffer (line 20984) | nk_command_buffer* function nk_panel (line 20993) | nk_panel* function NK_API (line 21001) | NK_API void function NK_API (line 21015) | NK_API nk_bool function NK_API (line 21024) | NK_API nk_bool function NK_API (line 21039) | NK_API nk_bool function NK_API (line 21066) | NK_API nk_bool function NK_API (line 21073) | NK_API nk_bool function NK_API (line 21088) | NK_API nk_bool function NK_API (line 21103) | NK_API nk_bool function NK_API (line 21118) | NK_API nk_bool function nk_window (line 21133) | nk_window* function NK_API (line 21142) | NK_API void function NK_API (line 21155) | NK_API void function NK_API (line 21166) | NK_API void function NK_API (line 21175) | NK_API void function NK_API (line 21184) | NK_API void function NK_API (line 21196) | NK_API void function NK_API (line 21214) | NK_API void function NK_API (line 21222) | NK_API void function NK_API (line 21239) | NK_API void function NK_API (line 21248) | NK_API void function NK_API (line 21266) | NK_API void function NK_API (line 21284) | NK_API nk_bool function NK_LIB (line 21380) | NK_LIB nk_bool function NK_API (line 21463) | NK_API void function NK_API (line 21475) | NK_API void function NK_API (line 21507) | NK_API void function NK_API (line 21524) | NK_API void function NK_API (line 21548) | NK_API nk_bool function NK_API (line 21612) | NK_API nk_bool function NK_API (line 21642) | NK_API nk_bool function NK_API (line 21647) | NK_API nk_bool function NK_API (line 21677) | NK_API nk_bool function NK_API (line 21683) | NK_API nk_bool function NK_API (line 21713) | NK_API nk_bool function NK_API (line 21719) | NK_API void function NK_API (line 21728) | NK_API void function NK_API (line 21775) | NK_API void function NK_API (line 21812) | NK_API void function NK_INTERN (line 21845) | NK_INTERN int function NK_API (line 21878) | NK_API nk_bool function NK_API (line 21903) | NK_API nk_bool nk_menu_begin_label(struct nk_context *ctx, function NK_API (line 21908) | NK_API nk_bool function NK_API (line 21933) | NK_API nk_bool function NK_API (line 21958) | NK_API nk_bool function NK_API (line 21984) | NK_API nk_bool function NK_API (line 21990) | NK_API nk_bool function NK_API (line 22016) | NK_API nk_bool function NK_API (line 22022) | NK_API nk_bool function NK_API (line 22027) | NK_API nk_bool function NK_API (line 22032) | NK_API nk_bool function NK_API (line 22038) | NK_API nk_bool function NK_API (line 22044) | NK_API nk_bool nk_menu_item_symbol_text(struct nk_context *ctx, enum nk_... function NK_API (line 22049) | NK_API nk_bool nk_menu_item_symbol_label(struct nk_context *ctx, enum nk... function NK_API (line 22054) | NK_API void nk_menu_close(struct nk_context *ctx) function NK_API (line 22058) | NK_API void function NK_API (line 22073) | NK_API void function NK_API (line 22089) | NK_API void function NK_LIB (line 22107) | NK_LIB float function NK_LIB (line 22125) | NK_LIB void function NK_LIB (line 22177) | NK_LIB void function NK_API (line 22200) | NK_API float function NK_API (line 22210) | NK_API void function NK_API (line 22215) | NK_API void function NK_API (line 22220) | NK_API void function NK_API (line 22246) | NK_API void function NK_API (line 22272) | NK_API void function NK_API (line 22292) | NK_API void function NK_API (line 22331) | NK_API void function NK_API (line 22358) | NK_API void function NK_API (line 22378) | NK_API void function NK_API (line 22398) | NK_API void function NK_API (line 22418) | NK_API void function NK_API (line 22469) | NK_API void function NK_API (line 22494) | NK_API void function NK_API (line 22513) | NK_API void function nk_rect (line 22529) | nk_rect function nk_rect (line 22548) | nk_rect function nk_vec2 (line 22567) | nk_vec2 function nk_vec2 (line 22583) | nk_vec2 function nk_rect (line 22599) | nk_rect function nk_rect (line 22615) | nk_rect function NK_LIB (line 22631) | NK_LIB void function NK_LIB (line 22639) | NK_LIB void function NK_LIB (line 22774) | NK_LIB void function NK_LIB (line 22796) | NK_LIB void function NK_API (line 22827) | NK_API void function NK_INTERN (line 22842) | NK_INTERN int function NK_INTERN (line 22955) | NK_INTERN int function NK_API (line 22977) | NK_API nk_bool function NK_API (line 22983) | NK_API nk_bool function NK_API (line 22989) | NK_API void function NK_API (line 23008) | NK_API nk_bool function NK_API (line 23015) | NK_API nk_bool function NK_API (line 23022) | NK_API void function NK_INTERN (line 23027) | NK_INTERN int function NK_INTERN (line 23143) | NK_INTERN int function NK_API (line 23165) | NK_API nk_bool function NK_API (line 23172) | NK_API nk_bool function NK_API (line 23179) | NK_API void function NK_API (line 23194) | NK_API nk_bool function NK_API (line 23243) | NK_API void function NK_API (line 23305) | NK_API nk_bool function NK_API (line 23311) | NK_API nk_bool function NK_API (line 23350) | NK_API nk_bool function NK_API (line 23355) | NK_API void function NK_API (line 23360) | NK_API void function NK_API (line 23400) | NK_API void function NK_API (line 23446) | NK_API nk_bool function NK_API (line 23504) | NK_API void function nk_rect (line 23533) | nk_rect function nk_vec2 (line 23544) | nk_vec2 function nk_vec2 (line 23556) | nk_vec2 function NK_API (line 23568) | NK_API float function NK_API (line 23580) | NK_API float function NK_API (line 23592) | NK_API nk_bool function NK_API (line 23615) | NK_API nk_bool function NK_API (line 23638) | NK_API nk_bool function nk_widget_layout_states (line 23661) | nk_widget_layout_states function nk_widget_layout_states (line 23711) | nk_widget_layout_states function NK_API (line 23728) | NK_API void function NK_API (line 23759) | NK_API void function NK_API (line 23822) | NK_API void function NK_LIB (line 23894) | NK_LIB void function NK_LIB (line 23946) | NK_LIB void function NK_API (line 23985) | NK_API void function NK_API (line 24012) | NK_API void function NK_API (line 24040) | NK_API void function NK_API (line 24049) | NK_API void function NK_API (line 24058) | NK_API void function NK_API (line 24066) | NK_API void function NK_API (line 24074) | NK_API void function NK_API (line 24083) | NK_API void function NK_API (line 24092) | NK_API void function NK_API (line 24100) | NK_API void function NK_API (line 24108) | NK_API void function NK_API (line 24113) | NK_API void function NK_API (line 24118) | NK_API void function NK_API (line 24123) | NK_API void function NK_API (line 24129) | NK_API void function NK_API (line 24134) | NK_API void function NK_API (line 24141) | NK_API void function NK_API (line 24149) | NK_API void function NK_API (line 24156) | NK_API void function NK_API (line 24163) | NK_API void function NK_API (line 24168) | NK_API void function NK_API (line 24174) | NK_API void function NK_API (line 24179) | NK_API void function NK_API (line 24194) | NK_API nk_handle function NK_API (line 24201) | NK_API nk_handle function nk_image (line 24209) | nk_image function nk_image (line 24222) | nk_image function nk_image (line 24235) | nk_image function nk_image (line 24248) | nk_image function nk_image (line 24261) | nk_image function nk_image (line 24275) | nk_image function NK_API (line 24288) | NK_API nk_bool function NK_API (line 24294) | NK_API void function NK_API (line 24309) | NK_API void function nk_nine_slice (line 24334) | nk_nine_slice function nk_nine_slice (line 24349) | nk_nine_slice function nk_nine_slice (line 24364) | nk_nine_slice function nk_nine_slice (line 24379) | nk_nine_slice function nk_nine_slice (line 24394) | nk_nine_slice function nk_nine_slice (line 24410) | nk_nine_slice function NK_API (line 24425) | NK_API int function NK_LIB (line 24441) | NK_LIB void function NK_LIB (line 24507) | NK_LIB nk_bool function nk_style_item (line 24534) | nk_style_item* function NK_LIB (line 24560) | NK_LIB nk_bool function NK_LIB (line 24585) | NK_LIB void function NK_LIB (line 24610) | NK_LIB nk_bool function NK_LIB (line 24634) | NK_LIB void function NK_LIB (line 24658) | NK_LIB nk_bool function NK_LIB (line 24681) | NK_LIB void function NK_LIB (line 24689) | NK_LIB nk_bool function NK_LIB (line 24715) | NK_LIB void function NK_LIB (line 24750) | NK_LIB nk_bool function NK_LIB (line 24782) | NK_LIB void function NK_LIB (line 24808) | NK_LIB nk_bool function NK_API (line 24844) | NK_API void function NK_API (line 24851) | NK_API nk_bool function NK_API (line 24871) | NK_API nk_bool function NK_API (line 24889) | NK_API nk_bool function NK_API (line 24916) | NK_API nk_bool function NK_API (line 24923) | NK_API nk_bool nk_button_label_styled(struct nk_context *ctx, function NK_API (line 24928) | NK_API nk_bool nk_button_label(struct nk_context *ctx, const char *title) function NK_API (line 24932) | NK_API nk_bool function NK_API (line 24967) | NK_API nk_bool function NK_API (line 24992) | NK_API nk_bool function NK_API (line 24999) | NK_API nk_bool function NK_API (line 25025) | NK_API nk_bool function NK_API (line 25032) | NK_API nk_bool function NK_API (line 25060) | NK_API nk_bool function NK_API (line 25068) | NK_API nk_bool nk_button_symbol_label(struct nk_context *ctx, enum nk_sy... function NK_API (line 25073) | NK_API nk_bool nk_button_symbol_label_styled(struct nk_context *ctx, function NK_API (line 25079) | NK_API nk_bool function NK_API (line 25107) | NK_API nk_bool function NK_API (line 25113) | NK_API nk_bool nk_button_image_label(struct nk_context *ctx, struct nk_i... function NK_API (line 25118) | NK_API nk_bool nk_button_image_label_styled(struct nk_context *ctx, function NK_LIB (line 25134) | NK_LIB nk_bool function NK_LIB (line 25149) | NK_LIB void function NK_LIB (line 25192) | NK_LIB void function NK_LIB (line 25235) | NK_LIB nk_bool function NK_API (line 25325) | NK_API nk_bool function NK_API (line 25353) | NK_API nk_bool function nk_check_flags_text (line 25381) | NK_API unsigned int function NK_API (line 25395) | NK_API nk_bool function NK_API (line 25407) | NK_API nk_bool function NK_API (line 25419) | NK_API nk_bool function NK_API (line 25437) | NK_API nk_bool nk_check_label(struct nk_context *ctx, const char *label,... function nk_check_flags_label (line 25441) | NK_API unsigned int nk_check_flags_label(struct nk_context *ctx, const c... function NK_API (line 25446) | NK_API nk_bool nk_checkbox_label(struct nk_context *ctx, const char *lab... function NK_API (line 25450) | NK_API nk_bool nk_checkbox_label_align(struct nk_context *ctx, const cha... function NK_API (line 25454) | NK_API nk_bool nk_checkbox_flags_label(struct nk_context *ctx, const cha... function NK_API (line 25464) | NK_API nk_bool function NK_API (line 25492) | NK_API nk_bool function NK_API (line 25520) | NK_API nk_bool function NK_API (line 25532) | NK_API nk_bool function NK_API (line 25544) | NK_API nk_bool function NK_API (line 25549) | NK_API nk_bool function NK_API (line 25554) | NK_API nk_bool function NK_API (line 25559) | NK_API nk_bool function NK_LIB (line 25574) | NK_LIB void function NK_LIB (line 25633) | NK_LIB nk_bool function NK_LIB (line 25669) | NK_LIB nk_bool function NK_LIB (line 25716) | NK_LIB nk_bool function NK_API (line 25764) | NK_API nk_bool function NK_API (line 25793) | NK_API nk_bool function NK_API (line 25822) | NK_API nk_bool function NK_API (line 25851) | NK_API nk_bool function NK_API (line 25857) | NK_API nk_bool nk_select_text(struct nk_context *ctx, const char *str, i... function NK_API (line 25862) | NK_API nk_bool nk_selectable_label(struct nk_context *ctx, const char *s... function NK_API (line 25866) | NK_API nk_bool nk_selectable_image_label(struct nk_context *ctx,struct n... function NK_API (line 25871) | NK_API nk_bool nk_select_label(struct nk_context *ctx, const char *str, ... function NK_API (line 25875) | NK_API nk_bool nk_select_image_label(struct nk_context *ctx, struct nk_i... function NK_API (line 25880) | NK_API nk_bool nk_select_image_text(struct nk_context *ctx, struct nk_im... function NK_API (line 25885) | NK_API nk_bool function NK_API (line 25891) | NK_API nk_bool function NK_LIB (line 25907) | NK_LIB float function NK_LIB (line 25949) | NK_LIB void function NK_LIB (line 26016) | NK_LIB float function NK_API (line 26105) | NK_API nk_bool function NK_API (line 26139) | NK_API float function NK_API (line 26144) | NK_API int function NK_API (line 26151) | NK_API nk_bool function NK_LIB (line 26171) | NK_LIB float function NK_LIB (line 26237) | NK_LIB void function NK_LIB (line 26323) | NK_LIB float function NK_API (line 26368) | NK_API nk_bool function NK_API (line 26404) | NK_API nk_bool function NK_LIB (line 26423) | NK_LIB nk_size function NK_LIB (line 26453) | NK_LIB void function NK_LIB (line 26504) | NK_LIB nk_size function NK_API (line 26535) | NK_API nk_bool function NK_API (line 26566) | NK_API nk_size function NK_LIB (line 26582) | NK_LIB float function NK_LIB (line 26658) | NK_LIB void function NK_LIB (line 26706) | NK_LIB float function NK_LIB (line 26795) | NK_LIB float type nk_text_find (line 26894) | struct nk_text_find { type nk_text_edit_row (line 26901) | struct nk_text_edit_row { type nk_text_edit (line 26912) | struct nk_text_edit type nk_text_edit (line 26913) | struct nk_text_edit type nk_text_edit (line 26914) | struct nk_text_edit function NK_INTERN (line 26917) | NK_INTERN float function NK_INTERN (line 26926) | NK_INTERN void function NK_INTERN (line 26947) | NK_INTERN int function NK_LIB (line 27007) | NK_LIB void function NK_LIB (line 27018) | NK_LIB void function NK_INTERN (line 27029) | NK_INTERN void function NK_INTERN (line 27086) | NK_INTERN void function NK_API (line 27100) | NK_API void function NK_API (line 27108) | NK_API void function NK_INTERN (line 27126) | NK_INTERN void function NK_INTERN (line 27136) | NK_INTERN void function NK_INTERN (line 27147) | NK_INTERN void function NK_INTERN (line 27159) | NK_INTERN int function NK_INTERN (line 27173) | NK_INTERN int function NK_INTERN (line 27189) | NK_INTERN int function NK_INTERN (line 27205) | NK_INTERN void function NK_API (line 27213) | NK_API nk_bool function NK_API (line 27226) | NK_API nk_bool function NK_API (line 27251) | NK_API void function NK_LIB (line 27300) | NK_LIB void function NK_INTERN (line 27606) | NK_INTERN void function NK_INTERN (line 27612) | NK_INTERN void function NK_INTERN (line 27635) | NK_INTERN void function nk_text_undo_record (line 27666) | nk_text_undo_record* function NK_INTERN (line 27691) | NK_INTERN nk_rune* function NK_API (line 27712) | NK_API void function NK_API (line 27779) | NK_API void function NK_INTERN (line 27828) | NK_INTERN void function NK_INTERN (line 27833) | NK_INTERN void function NK_INTERN (line 27843) | NK_INTERN void function NK_LIB (line 27854) | NK_LIB void function NK_API (line 27874) | NK_API void function NK_API (line 27884) | NK_API void function NK_API (line 27895) | NK_API void function NK_API (line 27905) | NK_API void function NK_API (line 27912) | NK_API void function NK_API (line 27929) | NK_API nk_bool function NK_API (line 27936) | NK_API nk_bool function NK_API (line 27943) | NK_API nk_bool function NK_API (line 27951) | NK_API nk_bool function NK_API (line 27959) | NK_API nk_bool function NK_API (line 27969) | NK_API nk_bool function NK_API (line 27977) | NK_API nk_bool function NK_LIB (line 27991) | NK_LIB void function NK_LIB (line 28074) | NK_LIB nk_flags function NK_API (line 28598) | NK_API void function NK_API (line 28615) | NK_API void function NK_API (line 28627) | NK_API nk_flags function NK_API (line 28683) | NK_API nk_flags function NK_API (line 28746) | NK_API nk_flags function NK_LIB (line 28766) | NK_LIB void function NK_LIB (line 28805) | NK_LIB void function NK_LIB (line 28825) | NK_LIB void function NK_INTERN (line 28870) | NK_INTERN void function NK_LIB (line 28892) | NK_LIB void function nk_property_variant (line 29053) | nk_property_variant function nk_property_variant (line 29064) | nk_property_variant function nk_property_variant (line 29075) | nk_property_variant function NK_LIB (line 29087) | NK_LIB void function NK_API (line 29206) | NK_API nk_bool function NK_API (line 29223) | NK_API nk_bool function NK_API (line 29240) | NK_API nk_bool function NK_API (line 29257) | NK_API int function NK_API (line 29271) | NK_API float function NK_API (line 29285) | NK_API double function NK_API (line 29309) | NK_API nk_bool function NK_API (line 29376) | NK_API nk_bool function NK_API (line 29383) | NK_API void function NK_API (line 29411) | NK_API void function NK_INTERN (line 29418) | NK_INTERN nk_flags function NK_INTERN (line 29492) | NK_INTERN nk_flags function NK_API (line 29538) | NK_API nk_flags function NK_API (line 29564) | NK_API nk_flags function NK_API (line 29569) | NK_API void function NK_API (line 29585) | NK_API void function NK_API (line 29610) | NK_API void function NK_LIB (line 29645) | NK_LIB nk_bool function NK_LIB (line 29697) | NK_LIB void function NK_LIB (line 29756) | NK_LIB nk_bool function NK_API (line 29802) | NK_API nk_bool function nk_colorf (line 29830) | nk_colorf function NK_INTERN (line 29847) | NK_INTERN nk_bool function NK_API (line 29881) | NK_API nk_bool function NK_API (line 29989) | NK_API nk_bool function NK_API (line 29994) | NK_API nk_bool function NK_API (line 30085) | NK_API nk_bool function NK_API (line 30181) | NK_API nk_bool function NK_API (line 30288) | NK_API nk_bool function NK_API (line 30379) | NK_API nk_bool function NK_API (line 30488) | NK_API nk_bool function NK_API (line 30494) | NK_API nk_bool function NK_API (line 30500) | NK_API nk_bool function NK_API (line 30505) | NK_API nk_bool function NK_API (line 30510) | NK_API nk_bool function NK_API (line 30516) | NK_API nk_bool function NK_API (line 30522) | NK_API nk_bool function NK_API (line 30528) | NK_API nk_bool function NK_API (line 30534) | NK_API void nk_combo_end(struct nk_context *ctx) function NK_API (line 30538) | NK_API void nk_combo_close(struct nk_context *ctx) function NK_API (line 30542) | NK_API int function NK_API (line 30572) | NK_API int function NK_API (line 30621) | NK_API int function NK_API (line 30627) | NK_API int function NK_API (line 30660) | NK_API nk_bool function NK_API (line 30668) | NK_API nk_bool function NK_API (line 30676) | NK_API nk_bool function NK_API (line 30685) | NK_API nk_bool function NK_API (line 30703) | NK_API nk_bool function NK_API (line 30710) | NK_API nk_bool function NK_API (line 30790) | NK_API void function NK_API (line 30801) | NK_API void function NK_API (line 30837) | NK_API void function NK_API (line 30844) | NK_API void function NK_API (line 30852) | NK_API void function NK_API (line 30860) | NK_API void function NK_API (line 30867) | NK_API void FILE: src/build.py function print_help (line 7) | def print_help(): function parse_files (line 35) | def parse_files(arg): function omit_includes (line 70) | def omit_includes(str, files): function fix_comments (line 78) | def fix_comments(str): FILE: src/nuklear.h type NK_INT8 (line 205) | typedef NK_INT8 nk_char; type NK_UINT8 (line 206) | typedef NK_UINT8 nk_uchar; type NK_UINT8 (line 207) | typedef NK_UINT8 nk_byte; type NK_INT16 (line 208) | typedef NK_INT16 nk_short; type NK_UINT16 (line 209) | typedef NK_UINT16 nk_ushort; type NK_INT32 (line 210) | typedef NK_INT32 nk_int; type NK_UINT32 (line 211) | typedef NK_UINT32 nk_uint; type NK_SIZE_TYPE (line 212) | typedef NK_SIZE_TYPE nk_size; type NK_POINTER_TYPE (line 213) | typedef NK_POINTER_TYPE nk_ptr; type NK_BOOL (line 214) | typedef NK_BOOL nk_bool; type nk_uint (line 216) | typedef nk_uint nk_hash; type nk_uint (line 217) | typedef nk_uint nk_flags; type nk_uint (line 218) | typedef nk_uint nk_rune; type nk_buffer (line 239) | struct nk_buffer type nk_allocator (line 240) | struct nk_allocator type nk_command_buffer (line 241) | struct nk_command_buffer type nk_draw_command (line 242) | struct nk_draw_command type nk_convert_config (line 243) | struct nk_convert_config type nk_style_item (line 244) | struct nk_style_item type nk_text_edit (line 245) | struct nk_text_edit type nk_draw_list (line 246) | struct nk_draw_list type nk_user_font (line 247) | struct nk_user_font type nk_panel (line 248) | struct nk_panel type nk_context (line 249) | struct nk_context type nk_draw_vertex_layout_element (line 250) | struct nk_draw_vertex_layout_element type nk_style_button (line 251) | struct nk_style_button type nk_style_toggle (line 252) | struct nk_style_toggle type nk_style_selectable (line 253) | struct nk_style_selectable type nk_style_slide (line 254) | struct nk_style_slide type nk_style_progress (line 255) | struct nk_style_progress type nk_style_scrollbar (line 256) | struct nk_style_scrollbar type nk_style_edit (line 257) | struct nk_style_edit type nk_style_property (line 258) | struct nk_style_property type nk_style_chart (line 259) | struct nk_style_chart type nk_style_combo (line 260) | struct nk_style_combo type nk_style_tab (line 261) | struct nk_style_tab type nk_style_window_header (line 262) | struct nk_style_window_header type nk_style_window (line 263) | struct nk_style_window type nk_color (line 266) | struct nk_color {nk_byte r,g,b,a;} type nk_colorf (line 267) | struct nk_colorf {float r,g,b,a;} type nk_vec2 (line 268) | struct nk_vec2 {float x,y;} type nk_vec2i (line 269) | struct nk_vec2i {short x, y;} type nk_rect (line 270) | struct nk_rect {float x,y,w,h;} type nk_recti (line 271) | struct nk_recti {short x,y,w,h;} type nk_handle (line 273) | typedef union {void *ptr; int id;} nk_handle; type nk_image (line 274) | struct nk_image {nk_handle handle; nk_ushort w, h; nk_ushort region[4];} type nk_nine_slice (line 275) | struct nk_nine_slice {struct nk_image img; nk_ushort l, t, r, b;} type nk_cursor (line 276) | struct nk_cursor {struct nk_image img; struct nk_vec2 size, offset;} type nk_scroll (line 277) | struct nk_scroll {nk_uint x, y;} type nk_heading (line 283) | enum nk_heading {NK_UP, NK_RIGHT, NK_DOWN, NK_LEFT} type nk_button_behavior (line 284) | enum nk_button_behavior {NK_BUTTON_DEFAULT, NK_BUTTON_REPEATER} type nk_modify (line 285) | enum nk_modify {NK_FIXED = nk_false, NK_MODIFIABLE = nk_true} type nk_orientation (line 286) | enum nk_orientation {NK_VERTICAL, NK_HORIZONTAL} type nk_collapse_states (line 287) | enum nk_collapse_states {NK_MINIMIZED = nk_false, NK_MAXIMIZED = nk_true} type nk_show_states (line 288) | enum nk_show_states {NK_HIDDEN = nk_false, NK_SHOWN = nk_true} type nk_chart_type (line 289) | enum nk_chart_type {NK_CHART_LINES, NK_CHART_COLUMN, NK_CHART_MAX} type nk_chart_event (line 290) | enum nk_chart_event {NK_CHART_HOVERING = 0x01, NK_CHART_CLICKED = 0x02} type nk_color_format (line 291) | enum nk_color_format {NK_RGB, NK_RGBA} type nk_popup_type (line 292) | enum nk_popup_type {NK_POPUP_STATIC, NK_POPUP_DYNAMIC} type nk_layout_format (line 293) | enum nk_layout_format {NK_DYNAMIC, NK_STATIC} type nk_tree_type (line 294) | enum nk_tree_type {NK_TREE_NODE, NK_TREE_TAB} type nk_tooltip_pos (line 296) | enum nk_tooltip_pos { type nk_bool (line 312) | typedef nk_bool(*nk_plugin_filter)(const struct nk_text_edit*, nk_rune u... type nk_text_edit (line 313) | struct nk_text_edit type nk_allocator (line 316) | struct nk_allocator { type nk_symbol_type (line 321) | enum nk_symbol_type { type nk_context (line 399) | struct nk_context type nk_user_font (line 399) | struct nk_user_font type nk_context (line 425) | struct nk_context type nk_user_font (line 425) | struct nk_user_font type nk_context (line 445) | struct nk_context type nk_allocator (line 445) | struct nk_allocator type nk_user_font (line 445) | struct nk_user_font type nk_context (line 465) | struct nk_context type nk_buffer (line 465) | struct nk_buffer type nk_buffer (line 465) | struct nk_buffer type nk_user_font (line 465) | struct nk_user_font type nk_context (line 480) | struct nk_context type nk_context (line 492) | struct nk_context type nk_context (line 506) | struct nk_context type nk_keys (line 577) | enum nk_keys { type nk_buttons (line 612) | enum nk_buttons { type nk_context (line 633) | struct nk_context type nk_context (line 647) | struct nk_context type nk_context (line 661) | struct nk_context type nk_keys (line 661) | enum nk_keys type nk_context (line 677) | struct nk_context type nk_buttons (line 677) | enum nk_buttons type nk_context (line 693) | struct nk_context type nk_vec2 (line 693) | struct nk_vec2 type nk_context (line 712) | struct nk_context type nk_context (line 728) | struct nk_context type nk_context (line 745) | struct nk_context type nk_context (line 758) | struct nk_context type nk_anti_aliasing (line 991) | enum nk_anti_aliasing {NK_ANTI_ALIASING_OFF, NK_ANTI_ALIASING_ON} type nk_convert_result (line 992) | enum nk_convert_result { type nk_draw_null_texture (line 999) | struct nk_draw_null_texture { type nk_convert_config (line 1003) | struct nk_convert_config { type nk_context (line 1029) | struct nk_context type nk_context (line 1044) | struct nk_context type nk_command (line 1044) | struct nk_command type nk_context (line 1089) | struct nk_context type nk_buffer (line 1089) | struct nk_buffer type nk_buffer (line 1089) | struct nk_buffer type nk_buffer (line 1089) | struct nk_buffer type nk_convert_config (line 1089) | struct nk_convert_config type nk_context (line 1104) | struct nk_context type nk_buffer (line 1104) | struct nk_buffer type nk_context (line 1123) | struct nk_context type nk_buffer (line 1123) | struct nk_buffer type nk_draw_command (line 1142) | struct nk_draw_command type nk_buffer (line 1142) | struct nk_buffer type nk_context (line 1142) | struct nk_context type nk_panel_flags (line 1315) | enum nk_panel_flags { type nk_context (line 1349) | struct nk_context type nk_rect (line 1349) | struct nk_rect type nk_context (line 1372) | struct nk_context type nk_rect (line 1372) | struct nk_rect type nk_context (line 1388) | struct nk_context type nk_context (line 1406) | struct nk_context type nk_context (line 1425) | struct nk_context type nk_context (line 1444) | struct nk_context type nk_context (line 1463) | struct nk_context type nk_context (line 1481) | struct nk_context type nk_context (line 1500) | struct nk_context type nk_context (line 1521) | struct nk_context type nk_context (line 1543) | struct nk_context type nk_context (line 1565) | struct nk_context type nk_context (line 1587) | struct nk_context type nk_context (line 1608) | struct nk_context type nk_context (line 1629) | struct nk_context type nk_context (line 1648) | struct nk_context type nk_context (line 1666) | struct nk_context type nk_context (line 1684) | struct nk_context type nk_context (line 1702) | struct nk_context type nk_context (line 1719) | struct nk_context type nk_context (line 1736) | struct nk_context type nk_context (line 1752) | struct nk_context type nk_context (line 1767) | struct nk_context type nk_context (line 1785) | struct nk_context type nk_context (line 1801) | struct nk_context type nk_rect (line 1801) | struct nk_rect type nk_context (line 1817) | struct nk_context type nk_vec2 (line 1817) | struct nk_vec2 type nk_context (line 1833) | struct nk_context type nk_vec2 (line 1833) | struct nk_vec2 type nk_context (line 1848) | struct nk_context type nk_context (line 1867) | struct nk_context type nk_context (line 1882) | struct nk_context type nk_context (line 1898) | struct nk_context type nk_collapse_states (line 1898) | enum nk_collapse_states type nk_context (line 1915) | struct nk_context type nk_collapse_states (line 1915) | enum nk_collapse_states type nk_context (line 1930) | struct nk_context type nk_show_states (line 1930) | enum nk_show_states type nk_context (line 1947) | struct nk_context type nk_show_states (line 1947) | enum nk_show_states type nk_context (line 1962) | struct nk_context type nk_color (line 1962) | struct nk_color type nk_widget_align (line 2236) | enum nk_widget_align { type nk_widget_alignment (line 2244) | enum nk_widget_alignment { type nk_context (line 2263) | struct nk_context type nk_context (line 2273) | struct nk_context type nk_context (line 2287) | struct nk_context type nk_context (line 2302) | struct nk_context type nk_context (line 2318) | struct nk_context type nk_context (line 2335) | struct nk_context type nk_context (line 2350) | struct nk_context type nk_layout_format (line 2350) | enum nk_layout_format type nk_context (line 2363) | struct nk_context type nk_context (line 2375) | struct nk_context type nk_context (line 2390) | struct nk_context type nk_layout_format (line 2390) | enum nk_layout_format type nk_context (line 2404) | struct nk_context type nk_context (line 2418) | struct nk_context type nk_context (line 2432) | struct nk_context type nk_context (line 2446) | struct nk_context type nk_context (line 2459) | struct nk_context type nk_context (line 2475) | struct nk_context type nk_layout_format (line 2475) | enum nk_layout_format type nk_context (line 2489) | struct nk_context type nk_rect (line 2489) | struct nk_rect type nk_context (line 2502) | struct nk_context type nk_context (line 2517) | struct nk_context type nk_context (line 2533) | struct nk_context type nk_vec2 (line 2533) | struct nk_vec2 type nk_context (line 2549) | struct nk_context type nk_vec2 (line 2549) | struct nk_vec2 type nk_context (line 2565) | struct nk_context type nk_rect (line 2565) | struct nk_rect type nk_context (line 2581) | struct nk_context type nk_rect (line 2581) | struct nk_rect type nk_context (line 2595) | struct nk_context type nk_context (line 2702) | struct nk_context type nk_context (line 2717) | struct nk_context type nk_context (line 2730) | struct nk_context type nk_context (line 2750) | struct nk_context type nk_context (line 2769) | struct nk_context type nk_scroll (line 2769) | struct nk_scroll type nk_context (line 2782) | struct nk_context type nk_context (line 2798) | struct nk_context type nk_context (line 2814) | struct nk_context type nk_context (line 2950) | struct nk_context type nk_tree_type (line 2950) | enum nk_tree_type type nk_collapse_states (line 2950) | enum nk_collapse_states type nk_context (line 3019) | struct nk_context type nk_tree_type (line 3019) | enum nk_tree_type type nk_image (line 3019) | struct nk_image type nk_collapse_states (line 3019) | enum nk_collapse_states type nk_context (line 3032) | struct nk_context type nk_context (line 3050) | struct nk_context type nk_tree_type (line 3050) | enum nk_tree_type type nk_collapse_states (line 3050) | enum nk_collapse_states type nk_context (line 3069) | struct nk_context type nk_tree_type (line 3069) | enum nk_tree_type type nk_image (line 3069) | struct nk_image type nk_collapse_states (line 3069) | enum nk_collapse_states type nk_context (line 3082) | struct nk_context type nk_context (line 3086) | struct nk_context type nk_tree_type (line 3086) | enum nk_tree_type type nk_collapse_states (line 3086) | enum nk_collapse_states type nk_context (line 3087) | struct nk_context type nk_tree_type (line 3087) | enum nk_tree_type type nk_image (line 3087) | struct nk_image type nk_collapse_states (line 3087) | enum nk_collapse_states type nk_context (line 3088) | struct nk_context type nk_list_view (line 3095) | struct nk_list_view { type nk_context (line 3104) | struct nk_context type nk_list_view (line 3104) | struct nk_list_view type nk_list_view (line 3105) | struct nk_list_view type nk_widget_layout_states (line 3111) | enum nk_widget_layout_states { type nk_widget_states (line 3117) | enum nk_widget_states { type nk_rect (line 3127) | struct nk_rect type nk_context (line 3127) | struct nk_context type nk_rect (line 3128) | struct nk_rect type nk_context (line 3128) | struct nk_context type nk_vec2 (line 3128) | struct nk_vec2 type nk_context (line 3129) | struct nk_context type nk_context (line 3130) | struct nk_context type nk_context (line 3131) | struct nk_context type nk_context (line 3132) | struct nk_context type nk_context (line 3133) | struct nk_context type nk_context (line 3134) | struct nk_context type nk_context (line 3135) | struct nk_context type nk_buttons (line 3135) | enum nk_buttons type nk_context (line 3136) | struct nk_context type nk_buttons (line 3136) | enum nk_buttons type nk_context (line 3137) | struct nk_context type nk_context (line 3138) | struct nk_context type nk_context (line 3139) | struct nk_context type nk_text_align (line 3145) | enum nk_text_align { type nk_text_alignment (line 3153) | enum nk_text_alignment { type nk_context (line 3158) | struct nk_context type nk_context (line 3159) | struct nk_context type nk_color (line 3159) | struct nk_color type nk_context (line 3160) | struct nk_context type nk_context (line 3161) | struct nk_context type nk_color (line 3161) | struct nk_color type nk_context (line 3162) | struct nk_context type nk_context (line 3163) | struct nk_context type nk_color (line 3163) | struct nk_color type nk_context (line 3164) | struct nk_context type nk_context (line 3165) | struct nk_context type nk_color (line 3165) | struct nk_color type nk_context (line 3166) | struct nk_context type nk_image (line 3166) | struct nk_image type nk_context (line 3167) | struct nk_context type nk_image (line 3167) | struct nk_image type nk_color (line 3167) | struct nk_color type nk_context (line 3169) | struct nk_context type nk_context (line 3170) | struct nk_context type nk_color (line 3170) | struct nk_color type nk_context (line 3171) | struct nk_context type nk_context (line 3172) | struct nk_context type nk_color (line 3172) | struct nk_color type nk_context (line 3173) | struct nk_context type nk_context (line 3174) | struct nk_context type nk_color (line 3174) | struct nk_color type nk_context (line 3175) | struct nk_context type nk_context (line 3176) | struct nk_context type nk_color (line 3176) | struct nk_color type nk_context (line 3177) | struct nk_context type nk_context (line 3178) | struct nk_context type nk_context (line 3179) | struct nk_context type nk_context (line 3180) | struct nk_context type nk_context (line 3181) | struct nk_context type nk_color (line 3181) | struct nk_color type nk_context (line 3182) | struct nk_context type nk_color (line 3182) | struct nk_color type nk_context (line 3183) | struct nk_context type nk_color (line 3183) | struct nk_color type nk_context (line 3190) | struct nk_context type nk_context (line 3191) | struct nk_context type nk_context (line 3192) | struct nk_context type nk_color (line 3192) | struct nk_color type nk_context (line 3193) | struct nk_context type nk_symbol_type (line 3193) | enum nk_symbol_type type nk_context (line 3194) | struct nk_context type nk_image (line 3194) | struct nk_image type nk_context (line 3195) | struct nk_context type nk_symbol_type (line 3195) | enum nk_symbol_type type nk_context (line 3196) | struct nk_context type nk_symbol_type (line 3196) | enum nk_symbol_type type nk_context (line 3197) | struct nk_context type nk_image (line 3197) | struct nk_image type nk_context (line 3198) | struct nk_context type nk_image (line 3198) | struct nk_image type nk_context (line 3199) | struct nk_context type nk_style_button (line 3199) | struct nk_style_button type nk_context (line 3200) | struct nk_context type nk_style_button (line 3200) | struct nk_style_button type nk_context (line 3201) | struct nk_context type nk_style_button (line 3201) | struct nk_style_button type nk_symbol_type (line 3201) | enum nk_symbol_type type nk_context (line 3202) | struct nk_context type nk_style_button (line 3202) | struct nk_style_button type nk_image (line 3202) | struct nk_image type nk_context (line 3203) | struct nk_context type nk_style_button (line 3203) | struct nk_style_button type nk_symbol_type (line 3203) | enum nk_symbol_type type nk_context (line 3204) | struct nk_context type nk_style_button (line 3204) | struct nk_style_button type nk_symbol_type (line 3204) | enum nk_symbol_type type nk_context (line 3205) | struct nk_context type nk_style_button (line 3205) | struct nk_style_button type nk_image (line 3205) | struct nk_image type nk_context (line 3206) | struct nk_context type nk_style_button (line 3206) | struct nk_style_button type nk_image (line 3206) | struct nk_image type nk_context (line 3207) | struct nk_context type nk_button_behavior (line 3207) | enum nk_button_behavior type nk_context (line 3208) | struct nk_context type nk_button_behavior (line 3208) | enum nk_button_behavior type nk_context (line 3209) | struct nk_context type nk_context (line 3215) | struct nk_context type nk_context (line 3216) | struct nk_context type nk_context (line 3217) | struct nk_context type nk_context (line 3218) | struct nk_context type nk_context (line 3219) | struct nk_context type nk_context (line 3220) | struct nk_context type nk_context (line 3221) | struct nk_context type nk_context (line 3222) | struct nk_context type nk_context (line 3223) | struct nk_context type nk_context (line 3224) | struct nk_context type nk_context (line 3225) | struct nk_context type nk_context (line 3231) | struct nk_context type nk_context (line 3232) | struct nk_context type nk_context (line 3233) | struct nk_context type nk_context (line 3234) | struct nk_context type nk_context (line 3235) | struct nk_context type nk_context (line 3236) | struct nk_context type nk_context (line 3237) | struct nk_context type nk_context (line 3238) | struct nk_context type nk_context (line 3244) | struct nk_context type nk_context (line 3245) | struct nk_context type nk_context (line 3246) | struct nk_context type nk_image (line 3246) | struct nk_image type nk_context (line 3247) | struct nk_context type nk_image (line 3247) | struct nk_image type nk_context (line 3248) | struct nk_context type nk_symbol_type (line 3248) | enum nk_symbol_type type nk_context (line 3249) | struct nk_context type nk_symbol_type (line 3249) | enum nk_symbol_type type nk_context (line 3251) | struct nk_context type nk_context (line 3252) | struct nk_context type nk_context (line 3253) | struct nk_context type nk_image (line 3253) | struct nk_image type nk_context (line 3254) | struct nk_context type nk_image (line 3254) | struct nk_image type nk_context (line 3255) | struct nk_context type nk_symbol_type (line 3255) | enum nk_symbol_type type nk_context (line 3256) | struct nk_context type nk_symbol_type (line 3256) | enum nk_symbol_type type nk_context (line 3263) | struct nk_context type nk_context (line 3264) | struct nk_context type nk_context (line 3265) | struct nk_context type nk_context (line 3266) | struct nk_context type nk_context (line 3273) | struct nk_context type nk_heading (line 3273) | enum nk_heading type nk_context (line 3274) | struct nk_context type nk_heading (line 3274) | enum nk_heading type nk_context (line 3281) | struct nk_context type nk_context (line 3282) | struct nk_context type nk_context (line 3289) | struct nk_context type nk_colorf (line 3289) | struct nk_colorf type nk_color_format (line 3289) | enum nk_color_format type nk_context (line 3290) | struct nk_context type nk_colorf (line 3290) | struct nk_colorf type nk_color_format (line 3290) | enum nk_color_format type nk_context (line 3390) | struct nk_context type nk_context (line 3415) | struct nk_context type nk_context (line 3440) | struct nk_context type nk_context (line 3463) | struct nk_context type nk_context (line 3486) | struct nk_context type nk_context (line 3509) | struct nk_context type nk_edit_flags (line 3516) | enum nk_edit_flags { type nk_edit_types (line 3531) | enum nk_edit_types { type nk_edit_events (line 3537) | enum nk_edit_events { type nk_context (line 3544) | struct nk_context type nk_context (line 3545) | struct nk_context type nk_context (line 3546) | struct nk_context type nk_text_edit (line 3546) | struct nk_text_edit type nk_context (line 3547) | struct nk_context type nk_context (line 3548) | struct nk_context type nk_context (line 3554) | struct nk_context type nk_chart_type (line 3554) | enum nk_chart_type type nk_context (line 3555) | struct nk_context type nk_chart_type (line 3555) | enum nk_chart_type type nk_color (line 3555) | struct nk_color type nk_color (line 3555) | struct nk_color type nk_context (line 3556) | struct nk_context type nk_chart_type (line 3556) | enum nk_chart_type type nk_context (line 3557) | struct nk_context type nk_chart_type (line 3557) | enum nk_chart_type type nk_color (line 3557) | struct nk_color type nk_color (line 3557) | struct nk_color type nk_context (line 3558) | struct nk_context type nk_context (line 3559) | struct nk_context type nk_context (line 3560) | struct nk_context type nk_context (line 3561) | struct nk_context type nk_chart_type (line 3561) | enum nk_chart_type type nk_context (line 3562) | struct nk_context type nk_chart_type (line 3562) | enum nk_chart_type type nk_context (line 3568) | struct nk_context type nk_popup_type (line 3568) | enum nk_popup_type type nk_rect (line 3568) | struct nk_rect type nk_context (line 3569) | struct nk_context type nk_context (line 3570) | struct nk_context type nk_context (line 3571) | struct nk_context type nk_context (line 3572) | struct nk_context type nk_context (line 3578) | struct nk_context type nk_vec2 (line 3578) | struct nk_vec2 type nk_context (line 3579) | struct nk_context type nk_vec2 (line 3579) | struct nk_vec2 type nk_context (line 3580) | struct nk_context type nk_vec2 (line 3580) | struct nk_vec2 type nk_context (line 3581) | struct nk_context type nk_vec2 (line 3581) | struct nk_vec2 type nk_context (line 3582) | struct nk_context type nk_vec2 (line 3582) | struct nk_vec2 type nk_context (line 3583) | struct nk_context type nk_vec2 (line 3583) | struct nk_vec2 type nk_context (line 3584) | struct nk_context type nk_vec2 (line 3584) | struct nk_vec2 type nk_context (line 3585) | struct nk_context type nk_vec2 (line 3585) | struct nk_vec2 type nk_context (line 3591) | struct nk_context type nk_vec2 (line 3591) | struct nk_vec2 type nk_context (line 3592) | struct nk_context type nk_vec2 (line 3592) | struct nk_vec2 type nk_context (line 3593) | struct nk_context type nk_color (line 3593) | struct nk_color type nk_vec2 (line 3593) | struct nk_vec2 type nk_context (line 3594) | struct nk_context type nk_symbol_type (line 3594) | enum nk_symbol_type type nk_vec2 (line 3594) | struct nk_vec2 type nk_context (line 3595) | struct nk_context type nk_symbol_type (line 3595) | enum nk_symbol_type type nk_vec2 (line 3595) | struct nk_vec2 type nk_context (line 3596) | struct nk_context type nk_symbol_type (line 3596) | enum nk_symbol_type type nk_vec2 (line 3596) | struct nk_vec2 type nk_context (line 3597) | struct nk_context type nk_image (line 3597) | struct nk_image type nk_vec2 (line 3597) | struct nk_vec2 type nk_context (line 3598) | struct nk_context type nk_image (line 3598) | struct nk_image type nk_vec2 (line 3598) | struct nk_vec2 type nk_context (line 3599) | struct nk_context type nk_image (line 3599) | struct nk_image type nk_vec2 (line 3599) | struct nk_vec2 type nk_context (line 3600) | struct nk_context type nk_context (line 3601) | struct nk_context type nk_context (line 3602) | struct nk_context type nk_image (line 3602) | struct nk_image type nk_context (line 3603) | struct nk_context type nk_image (line 3603) | struct nk_image type nk_context (line 3604) | struct nk_context type nk_symbol_type (line 3604) | enum nk_symbol_type type nk_context (line 3605) | struct nk_context type nk_symbol_type (line 3605) | enum nk_symbol_type type nk_context (line 3606) | struct nk_context type nk_context (line 3607) | struct nk_context type nk_context (line 3613) | struct nk_context type nk_vec2 (line 3613) | struct nk_vec2 type nk_rect (line 3613) | struct nk_rect type nk_context (line 3614) | struct nk_context type nk_context (line 3615) | struct nk_context type nk_context (line 3616) | struct nk_context type nk_image (line 3616) | struct nk_image type nk_context (line 3617) | struct nk_context type nk_image (line 3617) | struct nk_image type nk_context (line 3618) | struct nk_context type nk_symbol_type (line 3618) | enum nk_symbol_type type nk_context (line 3619) | struct nk_context type nk_symbol_type (line 3619) | enum nk_symbol_type type nk_context (line 3620) | struct nk_context type nk_context (line 3621) | struct nk_context type nk_context (line 3627) | struct nk_context type nk_context (line 3628) | struct nk_context type nk_tooltip_pos (line 3628) | enum nk_tooltip_pos type nk_vec2 (line 3628) | struct nk_vec2 type nk_context (line 3630) | struct nk_context type nk_context (line 3631) | struct nk_context type nk_context (line 3632) | struct nk_context type nk_tooltip_pos (line 3632) | enum nk_tooltip_pos type nk_vec2 (line 3632) | struct nk_vec2 type nk_context (line 3633) | struct nk_context type nk_tooltip_pos (line 3633) | enum nk_tooltip_pos type nk_vec2 (line 3633) | struct nk_vec2 type nk_context (line 3635) | struct nk_context type nk_context (line 3636) | struct nk_context type nk_tooltip_pos (line 3636) | enum nk_tooltip_pos type nk_vec2 (line 3636) | struct nk_vec2 type nk_context (line 3637) | struct nk_context type nk_context (line 3643) | struct nk_context type nk_context (line 3644) | struct nk_context type nk_context (line 3645) | struct nk_context type nk_vec2 (line 3645) | struct nk_vec2 type nk_context (line 3646) | struct nk_context type nk_vec2 (line 3646) | struct nk_vec2 type nk_context (line 3647) | struct nk_context type nk_image (line 3647) | struct nk_image type nk_vec2 (line 3647) | struct nk_vec2 type nk_context (line 3648) | struct nk_context type nk_image (line 3648) | struct nk_image type nk_vec2 (line 3648) | struct nk_vec2 type nk_context (line 3649) | struct nk_context type nk_image (line 3649) | struct nk_image type nk_vec2 (line 3649) | struct nk_vec2 type nk_context (line 3650) | struct nk_context type nk_symbol_type (line 3650) | enum nk_symbol_type type nk_vec2 (line 3650) | struct nk_vec2 type nk_context (line 3651) | struct nk_context type nk_symbol_type (line 3651) | enum nk_symbol_type type nk_vec2 (line 3651) | struct nk_vec2 type nk_context (line 3652) | struct nk_context type nk_symbol_type (line 3652) | enum nk_symbol_type type nk_vec2 (line 3652) | struct nk_vec2 type nk_context (line 3653) | struct nk_context type nk_context (line 3654) | struct nk_context type nk_context (line 3655) | struct nk_context type nk_image (line 3655) | struct nk_image type nk_context (line 3656) | struct nk_context type nk_image (line 3656) | struct nk_image type nk_context (line 3657) | struct nk_context type nk_symbol_type (line 3657) | enum nk_symbol_type type nk_context (line 3658) | struct nk_context type nk_symbol_type (line 3658) | enum nk_symbol_type type nk_context (line 3659) | struct nk_context type nk_context (line 3660) | struct nk_context type nk_style_colors (line 3669) | enum nk_style_colors { type nk_style_cursor (line 3704) | enum nk_style_cursor { type nk_context (line 3714) | struct nk_context type nk_context (line 3715) | struct nk_context type nk_color (line 3715) | struct nk_color type nk_context (line 3716) | struct nk_context type nk_style_cursor (line 3716) | enum nk_style_cursor type nk_cursor (line 3716) | struct nk_cursor type nk_context (line 3717) | struct nk_context type nk_cursor (line 3717) | struct nk_cursor type nk_style_colors (line 3718) | enum nk_style_colors type nk_context (line 3719) | struct nk_context type nk_user_font (line 3719) | struct nk_user_font type nk_context (line 3720) | struct nk_context type nk_style_cursor (line 3720) | enum nk_style_cursor type nk_context (line 3721) | struct nk_context type nk_context (line 3722) | struct nk_context type nk_context (line 3724) | struct nk_context type nk_user_font (line 3724) | struct nk_user_font type nk_context (line 3725) | struct nk_context type nk_context (line 3726) | struct nk_context type nk_vec2 (line 3726) | struct nk_vec2 type nk_vec2 (line 3726) | struct nk_vec2 type nk_context (line 3727) | struct nk_context type nk_style_item (line 3727) | struct nk_style_item type nk_style_item (line 3727) | struct nk_style_item type nk_context (line 3728) | struct nk_context type nk_context (line 3729) | struct nk_context type nk_color (line 3729) | struct nk_color type nk_color (line 3729) | struct nk_color type nk_context (line 3731) | struct nk_context type nk_context (line 3732) | struct nk_context type nk_context (line 3733) | struct nk_context type nk_context (line 3734) | struct nk_context type nk_context (line 3735) | struct nk_context type nk_context (line 3736) | struct nk_context type nk_colorf (line 3747) | struct nk_colorf type nk_color (line 3749) | struct nk_color type nk_colorf (line 3757) | struct nk_colorf type nk_colorf (line 3762) | struct nk_colorf type nk_colorf (line 3763) | struct nk_colorf type nk_color (line 3778) | struct nk_color type nk_color (line 3779) | struct nk_color type nk_color (line 3780) | struct nk_color type nk_color (line 3781) | struct nk_color type nk_color (line 3782) | struct nk_color type nk_color (line 3784) | struct nk_color type nk_color (line 3785) | struct nk_color type nk_color (line 3786) | struct nk_color type nk_color (line 3788) | struct nk_color type nk_color (line 3789) | struct nk_color type nk_color (line 3790) | struct nk_color type nk_color (line 3791) | struct nk_color type nk_color (line 3792) | struct nk_color type nk_color (line 3793) | struct nk_color type nk_color (line 3795) | struct nk_color type nk_color (line 3796) | struct nk_color type nk_color (line 3797) | struct nk_color type nk_color (line 3798) | struct nk_color type nk_color (line 3799) | struct nk_color type nk_color (line 3800) | struct nk_color type nk_image (line 3811) | struct nk_image type nk_rect (line 3812) | struct nk_rect type nk_rect (line 3813) | struct nk_rect type nk_rect (line 3814) | struct nk_rect type nk_nine_slice (line 3823) | struct nk_nine_slice type nk_rect (line 3824) | struct nk_rect type nk_rect (line 3825) | struct nk_rect type nk_rect (line 3826) | struct nk_rect type nk_vec2 (line 3833) | struct nk_vec2 type nk_rect (line 3833) | struct nk_rect type nk_heading (line 3833) | enum nk_heading type nk_vec2 (line 3843) | struct nk_vec2 type nk_vec2 (line 3843) | struct nk_vec2 type nk_rect (line 3846) | struct nk_rect type nk_rect (line 3847) | struct nk_rect type nk_user_font_glyph (line 4032) | struct nk_user_font_glyph type nk_user_font_glyph (line 4035) | struct nk_user_font_glyph type nk_user_font_glyph (line 4039) | struct nk_user_font_glyph { type nk_user_font (line 4047) | struct nk_user_font { type nk_font_coord_type (line 4058) | enum nk_font_coord_type { type nk_font (line 4063) | struct nk_font type nk_baked_font (line 4064) | struct nk_baked_font { type nk_font_config (line 4073) | struct nk_font_config { type nk_font_glyph (line 4094) | struct nk_font_glyph { type nk_font (line 4101) | struct nk_font { type nk_font_atlas_format (line 4113) | enum nk_font_atlas_format { type nk_font_atlas (line 4118) | struct nk_font_atlas { type nk_font_atlas (line 4144) | struct nk_font_atlas type nk_font_atlas (line 4146) | struct nk_font_atlas type nk_allocator (line 4146) | struct nk_allocator type nk_font_atlas (line 4147) | struct nk_font_atlas type nk_allocator (line 4147) | struct nk_allocator type nk_allocator (line 4147) | struct nk_allocator type nk_font_atlas (line 4148) | struct nk_font_atlas type nk_font_atlas (line 4150) | struct nk_font_atlas type nk_font_config (line 4150) | struct nk_font_config type nk_font_atlas (line 4152) | struct nk_font_atlas type nk_font_config (line 4152) | struct nk_font_config type nk_font_atlas (line 4154) | struct nk_font_atlas type nk_font_config (line 4154) | struct nk_font_config type nk_font_atlas (line 4156) | struct nk_font_atlas type nk_font_config (line 4156) | struct nk_font_config type nk_font_atlas (line 4158) | struct nk_font_atlas type nk_font_config (line 4158) | struct nk_font_config type nk_font_atlas (line 4159) | struct nk_font_atlas type nk_font_config (line 4159) | struct nk_font_config type nk_font_atlas (line 4160) | struct nk_font_atlas type nk_font_atlas_format (line 4160) | enum nk_font_atlas_format type nk_font_atlas (line 4161) | struct nk_font_atlas type nk_draw_null_texture (line 4161) | struct nk_draw_null_texture type nk_font (line 4162) | struct nk_font type nk_font_atlas (line 4163) | struct nk_font_atlas type nk_font_atlas (line 4164) | struct nk_font_atlas type nk_memory_status (line 4204) | struct nk_memory_status { type nk_allocation_type (line 4213) | enum nk_allocation_type { type nk_buffer_allocation_type (line 4218) | enum nk_buffer_allocation_type { type nk_buffer_marker (line 4224) | struct nk_buffer_marker { type nk_memory (line 4229) | struct nk_memory {void *ptr;nk_size size;} type nk_buffer (line 4230) | struct nk_buffer { type nk_buffer (line 4243) | struct nk_buffer type nk_buffer (line 4245) | struct nk_buffer type nk_allocator (line 4245) | struct nk_allocator type nk_buffer (line 4246) | struct nk_buffer type nk_memory_status (line 4247) | struct nk_memory_status type nk_buffer (line 4247) | struct nk_buffer type nk_buffer (line 4248) | struct nk_buffer type nk_buffer_allocation_type (line 4248) | enum nk_buffer_allocation_type type nk_buffer (line 4249) | struct nk_buffer type nk_buffer_allocation_type (line 4249) | enum nk_buffer_allocation_type type nk_buffer (line 4250) | struct nk_buffer type nk_buffer_allocation_type (line 4250) | enum nk_buffer_allocation_type type nk_buffer (line 4251) | struct nk_buffer type nk_buffer (line 4252) | struct nk_buffer type nk_buffer (line 4253) | struct nk_buffer type nk_buffer (line 4254) | struct nk_buffer type nk_buffer (line 4255) | struct nk_buffer type nk_str (line 4267) | struct nk_str { type nk_str (line 4273) | struct nk_str type nk_str (line 4275) | struct nk_str type nk_allocator (line 4275) | struct nk_allocator type nk_str (line 4276) | struct nk_str type nk_str (line 4277) | struct nk_str type nk_str (line 4278) | struct nk_str type nk_str (line 4280) | struct nk_str type nk_str (line 4281) | struct nk_str type nk_str (line 4282) | struct nk_str type nk_str (line 4283) | struct nk_str type nk_str (line 4284) | struct nk_str type nk_str (line 4285) | struct nk_str type nk_str (line 4287) | struct nk_str type nk_str (line 4288) | struct nk_str type nk_str (line 4290) | struct nk_str type nk_str (line 4291) | struct nk_str type nk_str (line 4292) | struct nk_str type nk_str (line 4293) | struct nk_str type nk_str (line 4294) | struct nk_str type nk_str (line 4295) | struct nk_str type nk_str (line 4297) | struct nk_str type nk_str (line 4298) | struct nk_str type nk_str (line 4299) | struct nk_str type nk_str (line 4300) | struct nk_str type nk_str (line 4302) | struct nk_str type nk_str (line 4303) | struct nk_str type nk_str (line 4304) | struct nk_str type nk_str (line 4305) | struct nk_str type nk_str (line 4306) | struct nk_str type nk_str (line 4308) | struct nk_str type nk_str (line 4309) | struct nk_str type nk_str (line 4310) | struct nk_str type nk_str (line 4311) | struct nk_str type nk_text_edit (line 4352) | struct nk_text_edit type nk_clipboard (line 4353) | struct nk_clipboard { type nk_text_undo_record (line 4359) | struct nk_text_undo_record { type nk_text_undo_state (line 4366) | struct nk_text_undo_state { type nk_text_edit_type (line 4375) | enum nk_text_edit_type { type nk_text_edit_mode (line 4380) | enum nk_text_edit_mode { type nk_text_edit (line 4386) | struct nk_text_edit { type nk_text_edit (line 4407) | struct nk_text_edit type nk_text_edit (line 4408) | struct nk_text_edit type nk_text_edit (line 4409) | struct nk_text_edit type nk_text_edit (line 4410) | struct nk_text_edit type nk_text_edit (line 4411) | struct nk_text_edit type nk_text_edit (line 4412) | struct nk_text_edit type nk_text_edit (line 4413) | struct nk_text_edit type nk_text_edit (line 4417) | struct nk_text_edit type nk_text_edit (line 4419) | struct nk_text_edit type nk_allocator (line 4419) | struct nk_allocator type nk_text_edit (line 4420) | struct nk_text_edit type nk_text_edit (line 4421) | struct nk_text_edit type nk_text_edit (line 4422) | struct nk_text_edit type nk_text_edit (line 4423) | struct nk_text_edit type nk_text_edit (line 4424) | struct nk_text_edit type nk_text_edit (line 4425) | struct nk_text_edit type nk_text_edit (line 4426) | struct nk_text_edit type nk_text_edit (line 4427) | struct nk_text_edit type nk_text_edit (line 4428) | struct nk_text_edit type nk_text_edit (line 4429) | struct nk_text_edit type nk_command_type (line 4485) | enum nk_command_type { type nk_command (line 4508) | struct nk_command { type nk_command_scissor (line 4516) | struct nk_command_scissor { type nk_command_line (line 4522) | struct nk_command_line { type nk_command_curve (line 4530) | struct nk_command_curve { type nk_command_rect (line 4539) | struct nk_command_rect { type nk_command_rect_filled (line 4548) | struct nk_command_rect_filled { type nk_command_rect_multi_color (line 4556) | struct nk_command_rect_multi_color { type nk_command_triangle (line 4566) | struct nk_command_triangle { type nk_command_triangle_filled (line 4575) | struct nk_command_triangle_filled { type nk_command_circle (line 4583) | struct nk_command_circle { type nk_command_circle_filled (line 4591) | struct nk_command_circle_filled { type nk_command_arc (line 4598) | struct nk_command_arc { type nk_command_arc_filled (line 4607) | struct nk_command_arc_filled { type nk_command_polygon (line 4615) | struct nk_command_polygon { type nk_command_polygon_filled (line 4623) | struct nk_command_polygon_filled { type nk_command_polyline (line 4630) | struct nk_command_polyline { type nk_command_image (line 4638) | struct nk_command_image { type nk_command_custom (line 4648) | struct nk_command_custom { type nk_command_text (line 4656) | struct nk_command_text { type nk_command_clipping (line 4668) | enum nk_command_clipping { type nk_command_buffer (line 4673) | struct nk_command_buffer { type nk_command_buffer (line 4682) | struct nk_command_buffer type nk_color (line 4682) | struct nk_color type nk_command_buffer (line 4683) | struct nk_command_buffer type nk_color (line 4683) | struct nk_color type nk_command_buffer (line 4684) | struct nk_command_buffer type nk_rect (line 4684) | struct nk_rect type nk_color (line 4684) | struct nk_color type nk_command_buffer (line 4685) | struct nk_command_buffer type nk_rect (line 4685) | struct nk_rect type nk_color (line 4685) | struct nk_color type nk_command_buffer (line 4686) | struct nk_command_buffer type nk_color (line 4686) | struct nk_color type nk_command_buffer (line 4687) | struct nk_command_buffer type nk_color (line 4687) | struct nk_color type nk_command_buffer (line 4688) | struct nk_command_buffer type nk_color (line 4688) | struct nk_color type nk_command_buffer (line 4689) | struct nk_command_buffer type nk_color (line 4689) | struct nk_color type nk_command_buffer (line 4692) | struct nk_command_buffer type nk_rect (line 4692) | struct nk_rect type nk_color (line 4692) | struct nk_color type nk_command_buffer (line 4693) | struct nk_command_buffer type nk_rect (line 4693) | struct nk_rect type nk_color (line 4693) | struct nk_color type nk_color (line 4693) | struct nk_color type nk_color (line 4693) | struct nk_color type nk_color (line 4693) | struct nk_color type nk_command_buffer (line 4694) | struct nk_command_buffer type nk_rect (line 4694) | struct nk_rect type nk_color (line 4694) | struct nk_color type nk_command_buffer (line 4695) | struct nk_command_buffer type nk_color (line 4695) | struct nk_color type nk_command_buffer (line 4696) | struct nk_command_buffer type nk_color (line 4696) | struct nk_color type nk_command_buffer (line 4697) | struct nk_command_buffer type nk_color (line 4697) | struct nk_color type nk_command_buffer (line 4700) | struct nk_command_buffer type nk_rect (line 4700) | struct nk_rect type nk_image (line 4700) | struct nk_image type nk_color (line 4700) | struct nk_color type nk_command_buffer (line 4701) | struct nk_command_buffer type nk_rect (line 4701) | struct nk_rect type nk_nine_slice (line 4701) | struct nk_nine_slice type nk_color (line 4701) | struct nk_color type nk_command_buffer (line 4702) | struct nk_command_buffer type nk_rect (line 4702) | struct nk_rect type nk_user_font (line 4702) | struct nk_user_font type nk_color (line 4702) | struct nk_color type nk_color (line 4702) | struct nk_color type nk_command_buffer (line 4703) | struct nk_command_buffer type nk_rect (line 4703) | struct nk_rect type nk_command_buffer (line 4704) | struct nk_command_buffer type nk_rect (line 4704) | struct nk_rect type nk_mouse_button (line 4711) | struct nk_mouse_button { type nk_mouse (line 4716) | struct nk_mouse { type nk_key (line 4730) | struct nk_key { type nk_keyboard (line 4734) | struct nk_keyboard { type nk_input (line 4740) | struct nk_input { type nk_input (line 4745) | struct nk_input type nk_buttons (line 4745) | enum nk_buttons type nk_input (line 4746) | struct nk_input type nk_buttons (line 4746) | enum nk_buttons type nk_rect (line 4746) | struct nk_rect type nk_input (line 4747) | struct nk_input type nk_buttons (line 4747) | enum nk_buttons type nk_rect (line 4747) | struct nk_rect type nk_input (line 4748) | struct nk_input type nk_buttons (line 4748) | enum nk_buttons type nk_rect (line 4748) | struct nk_rect type nk_input (line 4749) | struct nk_input type nk_buttons (line 4749) | enum nk_buttons type nk_rect (line 4749) | struct nk_rect type nk_input (line 4750) | struct nk_input type nk_buttons (line 4750) | enum nk_buttons type nk_rect (line 4750) | struct nk_rect type nk_input (line 4751) | struct nk_input type nk_rect (line 4751) | struct nk_rect type nk_input (line 4752) | struct nk_input type nk_rect (line 4752) | struct nk_rect type nk_input (line 4753) | struct nk_input type nk_rect (line 4753) | struct nk_rect type nk_input (line 4754) | struct nk_input type nk_input (line 4755) | struct nk_input type nk_buttons (line 4755) | enum nk_buttons type nk_rect (line 4755) | struct nk_rect type nk_input (line 4756) | struct nk_input type nk_buttons (line 4756) | enum nk_buttons type nk_input (line 4757) | struct nk_input type nk_buttons (line 4757) | enum nk_buttons type nk_input (line 4758) | struct nk_input type nk_buttons (line 4758) | enum nk_buttons type nk_input (line 4759) | struct nk_input type nk_keys (line 4759) | enum nk_keys type nk_input (line 4760) | struct nk_input type nk_keys (line 4760) | enum nk_keys type nk_input (line 4761) | struct nk_input type nk_keys (line 4761) | enum nk_keys type nk_uint (line 4786) | typedef nk_uint nk_draw_index; type nk_ushort (line 4788) | typedef nk_ushort nk_draw_index; type nk_draw_list_stroke (line 4790) | enum nk_draw_list_stroke { type nk_draw_vertex_layout_attribute (line 4795) | enum nk_draw_vertex_layout_attribute { type nk_draw_vertex_layout_format (line 4802) | enum nk_draw_vertex_layout_format { type nk_draw_vertex_layout_element (line 4831) | struct nk_draw_vertex_layout_element { type nk_draw_command (line 4837) | struct nk_draw_command { type nk_draw_list (line 4846) | struct nk_draw_list { type nk_draw_list (line 4872) | struct nk_draw_list type nk_draw_list (line 4873) | struct nk_draw_list type nk_convert_config (line 4873) | struct nk_convert_config type nk_buffer (line 4873) | struct nk_buffer type nk_buffer (line 4873) | struct nk_buffer type nk_buffer (line 4873) | struct nk_buffer type nk_anti_aliasing (line 4873) | enum nk_anti_aliasing type nk_anti_aliasing (line 4873) | enum nk_anti_aliasing type nk_draw_list (line 4877) | struct nk_draw_list type nk_buffer (line 4877) | struct nk_buffer type nk_draw_command (line 4878) | struct nk_draw_command type nk_buffer (line 4878) | struct nk_buffer type nk_draw_list (line 4878) | struct nk_draw_list type nk_draw_list (line 4879) | struct nk_draw_list type nk_buffer (line 4879) | struct nk_buffer type nk_draw_list (line 4882) | struct nk_draw_list type nk_draw_list (line 4883) | struct nk_draw_list type nk_vec2 (line 4883) | struct nk_vec2 type nk_draw_list (line 4884) | struct nk_draw_list type nk_vec2 (line 4884) | struct nk_vec2 type nk_draw_list (line 4885) | struct nk_draw_list type nk_vec2 (line 4885) | struct nk_vec2 type nk_draw_list (line 4886) | struct nk_draw_list type nk_vec2 (line 4886) | struct nk_vec2 type nk_vec2 (line 4886) | struct nk_vec2 type nk_draw_list (line 4887) | struct nk_draw_list type nk_vec2 (line 4887) | struct nk_vec2 type nk_vec2 (line 4887) | struct nk_vec2 type nk_vec2 (line 4887) | struct nk_vec2 type nk_draw_list (line 4888) | struct nk_draw_list type nk_color (line 4888) | struct nk_color type nk_draw_list (line 4889) | struct nk_draw_list type nk_color (line 4889) | struct nk_color type nk_draw_list_stroke (line 4889) | enum nk_draw_list_stroke type nk_draw_list (line 4892) | struct nk_draw_list type nk_vec2 (line 4892) | struct nk_vec2 type nk_vec2 (line 4892) | struct nk_vec2 type nk_color (line 4892) | struct nk_color type nk_draw_list (line 4893) | struct nk_draw_list type nk_rect (line 4893) | struct nk_rect type nk_color (line 4893) | struct nk_color type nk_draw_list (line 4894) | struct nk_draw_list type nk_vec2 (line 4894) | struct nk_vec2 type nk_vec2 (line 4894) | struct nk_vec2 type nk_vec2 (line 4894) | struct nk_vec2 type nk_color (line 4894) | struct nk_color type nk_draw_list (line 4895) | struct nk_draw_list type nk_vec2 (line 4895) | struct nk_vec2 type nk_color (line 4895) | struct nk_color type nk_draw_list (line 4896) | struct nk_draw_list type nk_vec2 (line 4896) | struct nk_vec2 type nk_vec2 (line 4896) | struct nk_vec2 type nk_vec2 (line 4896) | struct nk_vec2 type nk_vec2 (line 4896) | struct nk_vec2 type nk_color (line 4896) | struct nk_color type nk_draw_list (line 4897) | struct nk_draw_list type nk_vec2 (line 4897) | struct nk_vec2 type nk_color (line 4897) | struct nk_color type nk_draw_list_stroke (line 4897) | enum nk_draw_list_stroke type nk_anti_aliasing (line 4897) | enum nk_anti_aliasing type nk_draw_list (line 4900) | struct nk_draw_list type nk_rect (line 4900) | struct nk_rect type nk_color (line 4900) | struct nk_color type nk_draw_list (line 4901) | struct nk_draw_list type nk_rect (line 4901) | struct nk_rect type nk_color (line 4901) | struct nk_color type nk_color (line 4901) | struct nk_color type nk_color (line 4901) | struct nk_color type nk_color (line 4901) | struct nk_color type nk_draw_list (line 4902) | struct nk_draw_list type nk_vec2 (line 4902) | struct nk_vec2 type nk_vec2 (line 4902) | struct nk_vec2 type nk_vec2 (line 4902) | struct nk_vec2 type nk_color (line 4902) | struct nk_color type nk_draw_list (line 4903) | struct nk_draw_list type nk_vec2 (line 4903) | struct nk_vec2 type nk_color (line 4903) | struct nk_color type nk_draw_list (line 4904) | struct nk_draw_list type nk_vec2 (line 4904) | struct nk_vec2 type nk_color (line 4904) | struct nk_color type nk_anti_aliasing (line 4904) | enum nk_anti_aliasing type nk_draw_list (line 4907) | struct nk_draw_list type nk_image (line 4907) | struct nk_image type nk_rect (line 4907) | struct nk_rect type nk_color (line 4907) | struct nk_color type nk_draw_list (line 4908) | struct nk_draw_list type nk_user_font (line 4908) | struct nk_user_font type nk_rect (line 4908) | struct nk_rect type nk_color (line 4908) | struct nk_color type nk_draw_list (line 4910) | struct nk_draw_list type nk_style_item_type (line 4920) | enum nk_style_item_type { type nk_color (line 4927) | struct nk_color type nk_image (line 4928) | struct nk_image type nk_nine_slice (line 4929) | struct nk_nine_slice type nk_style_item (line 4932) | struct nk_style_item { type nk_style_text (line 4937) | struct nk_style_text { type nk_style_button (line 4944) | struct nk_style_button { type nk_style_toggle (line 4974) | struct nk_style_toggle { type nk_style_selectable (line 5006) | struct nk_style_selectable { type nk_style_slider (line 5043) | struct nk_style_slider { type nk_style_knob (line 5084) | struct nk_style_knob { type nk_style_progress (line 5117) | struct nk_style_progress { type nk_style_scrollbar (line 5145) | struct nk_style_scrollbar { type nk_style_edit (line 5180) | struct nk_style_edit { type nk_style_property (line 5216) | struct nk_style_property { type nk_style_chart (line 5249) | struct nk_style_chart { type nk_style_combo (line 5265) | struct nk_style_combo { type nk_style_tab (line 5298) | struct nk_style_tab { type nk_style_header_align (line 5322) | enum nk_style_header_align { type nk_style_window_header (line 5326) | struct nk_style_window_header { type nk_style_window (line 5351) | struct nk_style_window { type nk_style (line 5391) | struct nk_style { type nk_color (line 5418) | struct nk_color type nk_image (line 5419) | struct nk_image type nk_nine_slice (line 5420) | struct nk_nine_slice type nk_panel_type (line 5433) | enum nk_panel_type { type nk_panel_set (line 5443) | enum nk_panel_set { type nk_chart_slot (line 5449) | struct nk_chart_slot { type nk_chart (line 5460) | struct nk_chart { type nk_panel_row_layout_type (line 5466) | enum nk_panel_row_layout_type { type nk_row_layout (line 5478) | struct nk_row_layout { type nk_popup_buffer (line 5494) | struct nk_popup_buffer { type nk_menu_state (line 5502) | struct nk_menu_state { type nk_panel (line 5507) | struct nk_panel { type nk_table (line 5533) | struct nk_table type nk_window_flags (line 5534) | enum nk_window_flags { type nk_popup_state (line 5545) | struct nk_popup_state { type nk_edit_state (line 5557) | struct nk_edit_state { type nk_property_state (line 5570) | struct nk_property_state { type nk_window (line 5587) | struct nk_window { type nk (line 5683) | struct nk type nk (line 5685) | struct nk type nk (line 5687) | struct nk type nk (line 5688) | struct nk type nk (line 5689) | enum nk type nk_configuration_stacks (line 5699) | struct nk_configuration_stacks { type nk_table (line 5715) | struct nk_table { type nk_table (line 5724) | struct nk_table type nk_panel (line 5725) | struct nk_panel type nk_window (line 5726) | struct nk_window type nk_page_element (line 5729) | struct nk_page_element { type nk_page (line 5735) | struct nk_page { type nk_pool (line 5741) | struct nk_pool { type nk_context (line 5752) | struct nk_context { type Big (line 5860) | struct Big {T x; char c;} FILE: src/nuklear_9slice.c function nk_nine_slice (line 9) | nk_nine_slice function nk_nine_slice (line 24) | nk_nine_slice function nk_nine_slice (line 39) | nk_nine_slice function nk_nine_slice (line 54) | nk_nine_slice function nk_nine_slice (line 69) | nk_nine_slice function nk_nine_slice (line 85) | nk_nine_slice function NK_API (line 100) | NK_API int FILE: src/nuklear_buffer.c function NK_LIB (line 10) | NK_LIB void* function NK_LIB (line 17) | NK_LIB void function NK_API (line 23) | NK_API void function NK_API (line 34) | NK_API void function NK_API (line 51) | NK_API void function NK_LIB (line 65) | NK_LIB void* function NK_LIB (line 95) | NK_LIB void* function NK_LIB (line 133) | NK_LIB void* function NK_API (line 185) | NK_API void function NK_API (line 193) | NK_API void function NK_API (line 203) | NK_API void function NK_API (line 224) | NK_API void function NK_API (line 234) | NK_API void function NK_API (line 244) | NK_API void function NK_API (line 256) | NK_API void* function NK_API (line 263) | NK_API const void* function NK_API (line 270) | NK_API nk_size FILE: src/nuklear_button.c function NK_LIB (line 9) | NK_LIB void function NK_LIB (line 75) | NK_LIB nk_bool function nk_style_item (line 102) | nk_style_item* function NK_LIB (line 128) | NK_LIB nk_bool function NK_LIB (line 153) | NK_LIB void function NK_LIB (line 178) | NK_LIB nk_bool function NK_LIB (line 202) | NK_LIB void function NK_LIB (line 226) | NK_LIB nk_bool function NK_LIB (line 249) | NK_LIB void function NK_LIB (line 257) | NK_LIB nk_bool function NK_LIB (line 283) | NK_LIB void function NK_LIB (line 318) | NK_LIB nk_bool function NK_LIB (line 350) | NK_LIB void function NK_LIB (line 376) | NK_LIB nk_bool function NK_API (line 412) | NK_API void function NK_API (line 419) | NK_API nk_bool function NK_API (line 439) | NK_API nk_bool function NK_API (line 457) | NK_API nk_bool function NK_API (line 484) | NK_API nk_bool function NK_API (line 491) | NK_API nk_bool nk_button_label_styled(struct nk_context *ctx, function NK_API (line 496) | NK_API nk_bool nk_button_label(struct nk_context *ctx, const char *title) function NK_API (line 500) | NK_API nk_bool function NK_API (line 535) | NK_API nk_bool function NK_API (line 560) | NK_API nk_bool function NK_API (line 567) | NK_API nk_bool function NK_API (line 593) | NK_API nk_bool function NK_API (line 600) | NK_API nk_bool function NK_API (line 628) | NK_API nk_bool function NK_API (line 636) | NK_API nk_bool nk_button_symbol_label(struct nk_context *ctx, enum nk_sy... function NK_API (line 641) | NK_API nk_bool nk_button_symbol_label_styled(struct nk_context *ctx, function NK_API (line 647) | NK_API nk_bool function NK_API (line 675) | NK_API nk_bool function NK_API (line 681) | NK_API nk_bool nk_button_image_label(struct nk_context *ctx, struct nk_i... function NK_API (line 686) | NK_API nk_bool nk_button_image_label_styled(struct nk_context *ctx, FILE: src/nuklear_chart.c function NK_API (line 9) | NK_API nk_bool function NK_API (line 76) | NK_API nk_bool function NK_API (line 83) | NK_API void function NK_API (line 111) | NK_API void function NK_INTERN (line 118) | NK_INTERN nk_flags function NK_INTERN (line 192) | NK_INTERN nk_flags function NK_API (line 238) | NK_API nk_flags function NK_API (line 264) | NK_API nk_flags function NK_API (line 269) | NK_API void function NK_API (line 285) | NK_API void function NK_API (line 310) | NK_API void FILE: src/nuklear_color.c function NK_INTERN (line 9) | NK_INTERN int function nk_color (line 25) | nk_color function nk_color (line 35) | nk_color function nk_color (line 45) | nk_color function nk_color (line 57) | nk_color function NK_API (line 69) | NK_API void function NK_API (line 84) | NK_API void function nk_color (line 97) | nk_color function nk_color (line 102) | nk_color function nk_color (line 107) | nk_color function nk_color (line 117) | nk_color function nk_color (line 122) | nk_color function nk_color (line 127) | nk_color function nk_color (line 137) | nk_color function nk_color (line 147) | nk_color function nk_color (line 152) | nk_color function nk_color (line 157) | nk_color function nk_color (line 167) | nk_color function nk_color (line 172) | nk_color function nk_color (line 177) | nk_color function nk_color (line 182) | nk_color function nk_color (line 187) | nk_color function nk_color (line 192) | nk_color function nk_color (line 197) | nk_color function nk_color (line 202) | nk_color function nk_color (line 211) | nk_color function nk_color (line 216) | nk_color function nk_colorf (line 221) | nk_colorf function nk_colorf (line 248) | nk_colorf function nk_color (line 253) | nk_color function nk_color (line 259) | nk_color function NK_API (line 264) | NK_API nk_uint function NK_API (line 273) | NK_API void function NK_API (line 282) | NK_API void function nk_colorf (line 287) | nk_colorf function NK_API (line 294) | NK_API void function NK_API (line 303) | NK_API void function NK_API (line 308) | NK_API void function NK_API (line 314) | NK_API void function NK_API (line 320) | NK_API void function NK_API (line 341) | NK_API void function NK_API (line 346) | NK_API void function NK_API (line 354) | NK_API void function NK_API (line 359) | NK_API void function NK_API (line 370) | NK_API void function NK_API (line 375) | NK_API void function NK_API (line 385) | NK_API void function NK_API (line 395) | NK_API void function NK_API (line 401) | NK_API void function NK_API (line 410) | NK_API void function NK_API (line 415) | NK_API void FILE: src/nuklear_color_picker.c function NK_LIB (line 9) | NK_LIB nk_bool function NK_LIB (line 61) | NK_LIB void function NK_LIB (line 120) | NK_LIB nk_bool function NK_API (line 166) | NK_API nk_bool function nk_colorf (line 194) | nk_colorf FILE: src/nuklear_combo.c function NK_INTERN (line 9) | NK_INTERN nk_bool function NK_API (line 43) | NK_API nk_bool function NK_API (line 151) | NK_API nk_bool function NK_API (line 156) | NK_API nk_bool function NK_API (line 247) | NK_API nk_bool function NK_API (line 343) | NK_API nk_bool function NK_API (line 450) | NK_API nk_bool function NK_API (line 541) | NK_API nk_bool function NK_API (line 650) | NK_API nk_bool function NK_API (line 656) | NK_API nk_bool function NK_API (line 662) | NK_API nk_bool function NK_API (line 667) | NK_API nk_bool function NK_API (line 672) | NK_API nk_bool function NK_API (line 678) | NK_API nk_bool function NK_API (line 684) | NK_API nk_bool function NK_API (line 690) | NK_API nk_bool function NK_API (line 696) | NK_API void nk_combo_end(struct nk_context *ctx) function NK_API (line 700) | NK_API void nk_combo_close(struct nk_context *ctx) function NK_API (line 704) | NK_API int function NK_API (line 734) | NK_API int function NK_API (line 783) | NK_API int function NK_API (line 789) | NK_API int function NK_API (line 822) | NK_API nk_bool function NK_API (line 830) | NK_API nk_bool function NK_API (line 838) | NK_API nk_bool function NK_API (line 847) | NK_API nk_bool FILE: src/nuklear_context.c function NK_INTERN (line 9) | NK_INTERN void function NK_API (line 23) | NK_API nk_bool function NK_API (line 33) | NK_API nk_bool function NK_API (line 44) | NK_API nk_bool function NK_API (line 65) | NK_API nk_bool function NK_API (line 78) | NK_API void function NK_API (line 87) | NK_API void function NK_API (line 109) | NK_API void function NK_LIB (line 175) | NK_LIB void function NK_LIB (line 186) | NK_LIB void function NK_LIB (line 193) | NK_LIB void function NK_LIB (line 209) | NK_LIB void function NK_LIB (line 221) | NK_LIB void function NK_LIB (line 229) | NK_LIB void function NK_LIB (line 247) | NK_LIB void function nk_command (line 309) | nk_command* function nk_command (line 331) | nk_command* FILE: src/nuklear_contextual.c function NK_API (line 9) | NK_API nk_bool function NK_API (line 73) | NK_API nk_bool function NK_API (line 103) | NK_API nk_bool function NK_API (line 108) | NK_API nk_bool function NK_API (line 138) | NK_API nk_bool function NK_API (line 144) | NK_API nk_bool function NK_API (line 174) | NK_API nk_bool function NK_API (line 180) | NK_API void function NK_API (line 189) | NK_API void FILE: src/nuklear_draw.c function NK_LIB (line 9) | NK_LIB void function NK_LIB (line 22) | NK_LIB void function NK_LIB (line 35) | NK_LIB void* function NK_API (line 68) | NK_API void function NK_API (line 88) | NK_API void function NK_API (line 105) | NK_API void function NK_API (line 128) | NK_API void function NK_API (line 151) | NK_API void function NK_API (line 174) | NK_API void function NK_API (line 200) | NK_API void function NK_API (line 222) | NK_API void function NK_API (line 243) | NK_API void function NK_API (line 260) | NK_API void function NK_API (line 277) | NK_API void function NK_API (line 304) | NK_API void function NK_API (line 331) | NK_API void function NK_API (line 352) | NK_API void function NK_API (line 373) | NK_API void function NK_API (line 394) | NK_API void function NK_API (line 417) | NK_API void function NK_API (line 494) | NK_API void function NK_API (line 517) | NK_API void FILE: src/nuklear_edit.c function NK_API (line 9) | NK_API nk_bool function NK_API (line 16) | NK_API nk_bool function NK_API (line 23) | NK_API nk_bool function NK_API (line 31) | NK_API nk_bool function NK_API (line 39) | NK_API nk_bool function NK_API (line 49) | NK_API nk_bool function NK_API (line 57) | NK_API nk_bool function NK_LIB (line 71) | NK_LIB void function NK_LIB (line 154) | NK_LIB nk_flags function NK_API (line 678) | NK_API void function NK_API (line 695) | NK_API void function NK_API (line 707) | NK_API nk_flags function NK_API (line 763) | NK_API nk_flags function NK_API (line 826) | NK_API nk_flags FILE: src/nuklear_font.c type nk_font_bake_data (line 28) | struct nk_font_bake_data { type nk_font_baker (line 35) | struct nk_font_baker { function NK_INTERN (line 50) | NK_INTERN int function NK_INTERN (line 59) | NK_INTERN int function NK_API (line 74) | NK_API const nk_rune* function NK_API (line 80) | NK_API const nk_rune* function NK_API (line 93) | NK_API const nk_rune* function NK_API (line 105) | NK_API const nk_rune* function NK_INTERN (line 116) | NK_INTERN void function nk_font_baker (line 148) | nk_font_baker* function NK_INTERN (line 162) | NK_INTERN int function NK_INTERN (line 280) | NK_INTERN void function NK_INTERN (line 393) | NK_INTERN void function NK_INTERN (line 421) | NK_INTERN void function NK_INTERN (line 446) | NK_INTERN float function NK_INTERN (line 479) | NK_INTERN void function nk_font_glyph (line 506) | nk_font_glyph* function NK_INTERN (line 534) | NK_INTERN void function nk_decompress_length (line 718) | NK_INTERN unsigned int function NK_INTERN (line 723) | NK_INTERN void function NK_INTERN (line 732) | NK_INTERN void function nk_adler32 (line 762) | NK_INTERN unsigned int function nk_decompress (line 792) | NK_INTERN unsigned int function nk_decode_85_byte (line 826) | NK_INTERN unsigned int function NK_INTERN (line 831) | NK_INTERN void function nk_font_config (line 859) | nk_font_config function NK_API (line 881) | NK_API void function NK_API (line 895) | NK_API void function NK_API (line 905) | NK_API void function NK_API (line 917) | NK_API void function nk_font (line 934) | nk_font* function nk_font (line 1021) | nk_font* function nk_font (line 1046) | nk_font* function nk_font (line 1072) | nk_font* function nk_font (line 1107) | nk_font* function nk_font (line 1138) | nk_font* function NK_API (line 1151) | NK_API const void* function NK_API (line 1276) | NK_API void function NK_API (line 1311) | NK_API void function NK_API (line 1333) | NK_API void FILE: src/nuklear_group.c function NK_API (line 9) | NK_API nk_bool function NK_API (line 58) | NK_API void function NK_API (line 120) | NK_API nk_bool function NK_API (line 126) | NK_API nk_bool function NK_API (line 165) | NK_API nk_bool function NK_API (line 170) | NK_API void function NK_API (line 175) | NK_API void function NK_API (line 215) | NK_API void FILE: src/nuklear_image.c function NK_API (line 9) | NK_API nk_handle function NK_API (line 16) | NK_API nk_handle function nk_image (line 24) | nk_image function nk_image (line 37) | nk_image function nk_image (line 50) | nk_image function nk_image (line 63) | nk_image function nk_image (line 76) | nk_image function nk_image (line 90) | nk_image function NK_API (line 103) | NK_API nk_bool function NK_API (line 109) | NK_API void function NK_API (line 124) | NK_API void FILE: src/nuklear_input.c function NK_API (line 9) | NK_API void function NK_API (line 29) | NK_API void function NK_API (line 44) | NK_API void function NK_API (line 56) | NK_API void function NK_API (line 71) | NK_API void function NK_API (line 98) | NK_API void function NK_API (line 106) | NK_API void function NK_API (line 124) | NK_API void function NK_API (line 133) | NK_API void function NK_API (line 142) | NK_API nk_bool function NK_API (line 150) | NK_API nk_bool function NK_API (line 161) | NK_API nk_bool function NK_API (line 177) | NK_API nk_bool function NK_API (line 186) | NK_API nk_bool function NK_API (line 196) | NK_API nk_bool function NK_API (line 206) | NK_API nk_bool function NK_API (line 214) | NK_API nk_bool function NK_API (line 220) | NK_API nk_bool function NK_API (line 226) | NK_API nk_bool function NK_API (line 233) | NK_API nk_bool function NK_API (line 239) | NK_API nk_bool function NK_API (line 249) | NK_API nk_bool function NK_API (line 255) | NK_API nk_bool function NK_API (line 261) | NK_API nk_bool function NK_API (line 271) | NK_API nk_bool function NK_API (line 281) | NK_API nk_bool FILE: src/nuklear_internal.h type nk_rect (line 119) | struct nk_rect type nk_rect (line 120) | struct nk_rect type nk_vec2 (line 120) | struct nk_vec2 type nk_rect (line 121) | struct nk_rect type nk_rect (line 121) | struct nk_rect type nk_user_font (line 151) | struct nk_user_font type nk_user_font (line 152) | struct nk_user_font type nk_vec2 (line 152) | struct nk_vec2 type nk_allocator (line 157) | struct nk_allocator type nk_buffer_allocation_type (line 172) | enum nk_buffer_allocation_type type nk_buffer (line 173) | struct nk_buffer type nk_buffer_allocation_type (line 173) | enum nk_buffer_allocation_type type nk_buffer (line 174) | struct nk_buffer type nk_command_buffer (line 177) | struct nk_command_buffer type nk_buffer (line 177) | struct nk_buffer type nk_command_clipping (line 177) | enum nk_command_clipping type nk_command_buffer (line 178) | struct nk_command_buffer type nk_command_buffer (line 179) | struct nk_command_buffer type nk_command_type (line 179) | enum nk_command_type type nk_command_buffer (line 180) | struct nk_command_buffer type nk_symbol_type (line 180) | enum nk_symbol_type type nk_rect (line 180) | struct nk_rect type nk_color (line 180) | struct nk_color type nk_color (line 180) | struct nk_color type nk_user_font (line 180) | struct nk_user_font type nk_context (line 183) | struct nk_context type nk_command_buffer (line 183) | struct nk_command_buffer type nk_context (line 184) | struct nk_context type nk_window (line 184) | struct nk_window type nk_context (line 185) | struct nk_context type nk_window (line 185) | struct nk_window type nk_context (line 186) | struct nk_context type nk_window (line 186) | struct nk_window type nk_context (line 187) | struct nk_context type nk_command_buffer (line 187) | struct nk_command_buffer type nk_context (line 188) | struct nk_context type nk_window (line 188) | struct nk_window type nk_context (line 189) | struct nk_context type nk_text_edit (line 192) | struct nk_text_edit type nk_text_edit_type (line 192) | enum nk_text_edit_type type nk_text_edit (line 193) | struct nk_text_edit type nk_user_font (line 193) | struct nk_user_font type nk_text_edit (line 194) | struct nk_text_edit type nk_user_font (line 194) | struct nk_user_font type nk_text_edit (line 195) | struct nk_text_edit type nk_keys (line 195) | enum nk_keys type nk_user_font (line 195) | struct nk_user_font type nk_window_insert_location (line 198) | enum nk_window_insert_location { type nk_context (line 202) | struct nk_context type nk_context (line 203) | struct nk_context type nk_window (line 203) | struct nk_window type nk_context (line 204) | struct nk_context type nk_window (line 204) | struct nk_window type nk_context (line 205) | struct nk_context type nk_context (line 206) | struct nk_context type nk_window (line 206) | struct nk_window type nk_window_insert_location (line 206) | enum nk_window_insert_location type nk_pool (line 209) | struct nk_pool type nk_allocator (line 209) | struct nk_allocator type nk_pool (line 210) | struct nk_pool type nk_pool (line 211) | struct nk_pool type nk_pool (line 212) | struct nk_pool type nk_context (line 215) | struct nk_context type nk_context (line 216) | struct nk_context type nk_page_element (line 216) | struct nk_page_element type nk_context (line 217) | struct nk_context type nk_page_element (line 217) | struct nk_page_element type nk_context (line 220) | struct nk_context type nk_window (line 221) | struct nk_window type nk_table (line 221) | struct nk_table type nk_context (line 222) | struct nk_context type nk_table (line 222) | struct nk_table type nk_window (line 223) | struct nk_window type nk_table (line 223) | struct nk_table type nk_context (line 224) | struct nk_context type nk_window (line 224) | struct nk_window type nk_window (line 225) | struct nk_window type nk_context (line 228) | struct nk_context type nk_context (line 229) | struct nk_context type nk_panel (line 229) | struct nk_panel type nk_style (line 231) | struct nk_style type nk_panel_type (line 231) | enum nk_panel_type type nk_style (line 232) | struct nk_style type nk_panel_type (line 232) | enum nk_panel_type type nk_style (line 233) | struct nk_style type nk_panel_type (line 233) | enum nk_panel_type type nk_panel_type (line 234) | enum nk_panel_type type nk_panel_type (line 235) | enum nk_panel_type type nk_context (line 236) | struct nk_context type nk_panel_type (line 236) | enum nk_panel_type type nk_context (line 237) | struct nk_context type nk_style (line 240) | struct nk_style type nk_panel_type (line 240) | enum nk_panel_type type nk_context (line 241) | struct nk_context type nk_window (line 241) | struct nk_window type nk_context (line 242) | struct nk_context type nk_layout_format (line 242) | enum nk_layout_format type nk_context (line 243) | struct nk_context type nk_window (line 243) | struct nk_window type nk_rect (line 244) | struct nk_rect type nk_context (line 244) | struct nk_context type nk_window (line 244) | struct nk_window type nk_rect (line 245) | struct nk_rect type nk_context (line 245) | struct nk_context type nk_rect (line 246) | struct nk_rect type nk_context (line 246) | struct nk_context type nk_context (line 249) | struct nk_context type nk_rect (line 249) | struct nk_rect type nk_rect (line 249) | struct nk_rect type nk_panel_type (line 249) | enum nk_panel_type type nk_text (line 252) | struct nk_text { type nk_command_buffer (line 257) | struct nk_command_buffer type nk_rect (line 257) | struct nk_rect type nk_text (line 257) | struct nk_text type nk_user_font (line 257) | struct nk_user_font type nk_command_buffer (line 258) | struct nk_command_buffer type nk_rect (line 258) | struct nk_rect type nk_text (line 258) | struct nk_text type nk_user_font (line 258) | struct nk_user_font type nk_rect (line 261) | struct nk_rect type nk_input (line 261) | struct nk_input type nk_button_behavior (line 261) | enum nk_button_behavior type nk_command_buffer (line 262) | struct nk_command_buffer type nk_rect (line 262) | struct nk_rect type nk_style_button (line 262) | struct nk_style_button type nk_command_buffer (line 263) | struct nk_command_buffer type nk_rect (line 263) | struct nk_rect type nk_style_button (line 263) | struct nk_style_button type nk_input (line 263) | struct nk_input type nk_button_behavior (line 263) | enum nk_button_behavior type nk_rect (line 263) | struct nk_rect type nk_command_buffer (line 264) | struct nk_command_buffer type nk_rect (line 264) | struct nk_rect type nk_rect (line 264) | struct nk_rect type nk_style_button (line 264) | struct nk_style_button type nk_user_font (line 264) | struct nk_user_font type nk_command_buffer (line 265) | struct nk_command_buffer type nk_rect (line 265) | struct nk_rect type nk_button_behavior (line 265) | enum nk_button_behavior type nk_style_button (line 265) | struct nk_style_button type nk_input (line 265) | struct nk_input type nk_user_font (line 265) | struct nk_user_font type nk_command_buffer (line 266) | struct nk_command_buffer type nk_rect (line 266) | struct nk_rect type nk_rect (line 266) | struct nk_rect type nk_style_button (line 266) | struct nk_style_button type nk_symbol_type (line 266) | enum nk_symbol_type type nk_user_font (line 266) | struct nk_user_font type nk_command_buffer (line 267) | struct nk_command_buffer type nk_rect (line 267) | struct nk_rect type nk_symbol_type (line 267) | enum nk_symbol_type type nk_button_behavior (line 267) | enum nk_button_behavior type nk_style_button (line 267) | struct nk_style_button type nk_input (line 267) | struct nk_input type nk_user_font (line 267) | struct nk_user_font type nk_command_buffer (line 268) | struct nk_command_buffer type nk_rect (line 268) | struct nk_rect type nk_rect (line 268) | struct nk_rect type nk_style_button (line 268) | struct nk_style_button type nk_image (line 268) | struct nk_image type nk_command_buffer (line 269) | struct nk_command_buffer type nk_rect (line 269) | struct nk_rect type nk_image (line 269) | struct nk_image type nk_button_behavior (line 269) | enum nk_button_behavior type nk_style_button (line 269) | struct nk_style_button type nk_input (line 269) | struct nk_input type nk_command_buffer (line 270) | struct nk_command_buffer type nk_rect (line 270) | struct nk_rect type nk_rect (line 270) | struct nk_rect type nk_rect (line 270) | struct nk_rect type nk_style_button (line 270) | struct nk_style_button type nk_symbol_type (line 270) | enum nk_symbol_type type nk_user_font (line 270) | struct nk_user_font type nk_command_buffer (line 271) | struct nk_command_buffer type nk_rect (line 271) | struct nk_rect type nk_symbol_type (line 271) | enum nk_symbol_type type nk_button_behavior (line 271) | enum nk_button_behavior type nk_style_button (line 271) | struct nk_style_button type nk_user_font (line 271) | struct nk_user_font type nk_input (line 271) | struct nk_input type nk_command_buffer (line 272) | struct nk_command_buffer type nk_rect (line 272) | struct nk_rect type nk_rect (line 272) | struct nk_rect type nk_rect (line 272) | struct nk_rect type nk_style_button (line 272) | struct nk_style_button type nk_user_font (line 272) | struct nk_user_font type nk_image (line 272) | struct nk_image type nk_command_buffer (line 273) | struct nk_command_buffer type nk_rect (line 273) | struct nk_rect type nk_image (line 273) | struct nk_image type nk_button_behavior (line 273) | enum nk_button_behavior type nk_style_button (line 273) | struct nk_style_button type nk_user_font (line 273) | struct nk_user_font type nk_input (line 273) | struct nk_input type nk_toggle_type (line 276) | enum nk_toggle_type { type nk_input (line 280) | struct nk_input type nk_rect (line 280) | struct nk_rect type nk_command_buffer (line 281) | struct nk_command_buffer type nk_style_toggle (line 281) | struct nk_style_toggle type nk_rect (line 281) | struct nk_rect type nk_rect (line 281) | struct nk_rect type nk_rect (line 281) | struct nk_rect type nk_user_font (line 281) | struct nk_user_font type nk_command_buffer (line 282) | struct nk_command_buffer type nk_style_toggle (line 282) | struct nk_style_toggle type nk_rect (line 282) | struct nk_rect type nk_rect (line 282) | struct nk_rect type nk_rect (line 282) | struct nk_rect type nk_user_font (line 282) | struct nk_user_font type nk_command_buffer (line 283) | struct nk_command_buffer type nk_rect (line 283) | struct nk_rect type nk_toggle_type (line 283) | enum nk_toggle_type type nk_style_toggle (line 283) | struct nk_style_toggle type nk_input (line 283) | struct nk_input type nk_user_font (line 283) | struct nk_user_font type nk_input (line 286) | struct nk_input type nk_rect (line 286) | struct nk_rect type nk_rect (line 286) | struct nk_rect type nk_command_buffer (line 287) | struct nk_command_buffer type nk_style_progress (line 287) | struct nk_style_progress type nk_rect (line 287) | struct nk_rect type nk_rect (line 287) | struct nk_rect type nk_command_buffer (line 288) | struct nk_command_buffer type nk_rect (line 288) | struct nk_rect type nk_style_progress (line 288) | struct nk_style_progress type nk_input (line 288) | struct nk_input type nk_rect (line 291) | struct nk_rect type nk_rect (line 291) | struct nk_rect type nk_input (line 291) | struct nk_input type nk_rect (line 291) | struct nk_rect type nk_command_buffer (line 292) | struct nk_command_buffer type nk_style_slider (line 292) | struct nk_style_slider type nk_rect (line 292) | struct nk_rect type nk_rect (line 292) | struct nk_rect type nk_command_buffer (line 293) | struct nk_command_buffer type nk_rect (line 293) | struct nk_rect type nk_style_slider (line 293) | struct nk_style_slider type nk_input (line 293) | struct nk_input type nk_user_font (line 293) | struct nk_user_font type nk_input (line 296) | struct nk_input type nk_rect (line 296) | struct nk_rect type nk_rect (line 296) | struct nk_rect type nk_rect (line 296) | struct nk_rect type nk_rect (line 296) | struct nk_rect type nk_orientation (line 296) | enum nk_orientation type nk_command_buffer (line 297) | struct nk_command_buffer type nk_style_scrollbar (line 297) | struct nk_style_scrollbar type nk_rect (line 297) | struct nk_rect type nk_rect (line 297) | struct nk_rect type nk_command_buffer (line 298) | struct nk_command_buffer type nk_rect (line 298) | struct nk_rect type nk_style_scrollbar (line 298) | struct nk_style_scrollbar type nk_input (line 298) | struct nk_input type nk_user_font (line 298) | struct nk_user_font type nk_command_buffer (line 299) | struct nk_command_buffer type nk_rect (line 299) | struct nk_rect type nk_style_scrollbar (line 299) | struct nk_style_scrollbar type nk_input (line 299) | struct nk_input type nk_user_font (line 299) | struct nk_user_font type nk_command_buffer (line 302) | struct nk_command_buffer type nk_style_selectable (line 302) | struct nk_style_selectable type nk_rect (line 302) | struct nk_rect type nk_rect (line 302) | struct nk_rect type nk_image (line 302) | struct nk_image type nk_symbol_type (line 302) | enum nk_symbol_type type nk_user_font (line 302) | struct nk_user_font type nk_command_buffer (line 303) | struct nk_command_buffer type nk_rect (line 303) | struct nk_rect type nk_style_selectable (line 303) | struct nk_style_selectable type nk_input (line 303) | struct nk_input type nk_user_font (line 303) | struct nk_user_font type nk_command_buffer (line 304) | struct nk_command_buffer type nk_rect (line 304) | struct nk_rect type nk_image (line 304) | struct nk_image type nk_style_selectable (line 304) | struct nk_style_selectable type nk_input (line 304) | struct nk_input type nk_user_font (line 304) | struct nk_user_font type nk_command_buffer (line 307) | struct nk_command_buffer type nk_style_edit (line 307) | struct nk_style_edit type nk_user_font (line 307) | struct nk_user_font type nk_color (line 307) | struct nk_color type nk_color (line 307) | struct nk_color type nk_command_buffer (line 308) | struct nk_command_buffer type nk_rect (line 308) | struct nk_rect type nk_text_edit (line 308) | struct nk_text_edit type nk_style_edit (line 308) | struct nk_style_edit type nk_input (line 308) | struct nk_input type nk_user_font (line 308) | struct nk_user_font type nk_rect (line 311) | struct nk_rect type nk_rect (line 311) | struct nk_rect type nk_rect (line 311) | struct nk_rect type nk_rect (line 311) | struct nk_rect type nk_colorf (line 311) | struct nk_colorf type nk_input (line 311) | struct nk_input type nk_command_buffer (line 312) | struct nk_command_buffer type nk_rect (line 312) | struct nk_rect type nk_rect (line 312) | struct nk_rect type nk_rect (line 312) | struct nk_rect type nk_colorf (line 312) | struct nk_colorf type nk_command_buffer (line 313) | struct nk_command_buffer type nk_colorf (line 313) | struct nk_colorf type nk_color_format (line 313) | enum nk_color_format type nk_rect (line 313) | struct nk_rect type nk_vec2 (line 313) | struct nk_vec2 type nk_input (line 313) | struct nk_input type nk_user_font (line 313) | struct nk_user_font type nk_property_status (line 316) | enum nk_property_status { type nk_property_filter (line 321) | enum nk_property_filter { type nk_property_kind (line 325) | enum nk_property_kind { type nk_property_variant (line 335) | struct nk_property_variant { type nk_input (line 346) | struct nk_input type nk_rect (line 346) | struct nk_rect type nk_property_variant (line 346) | struct nk_property_variant type nk_input (line 347) | struct nk_input type nk_rect (line 347) | struct nk_rect type nk_rect (line 347) | struct nk_rect type nk_rect (line 347) | struct nk_rect type nk_rect (line 347) | struct nk_rect type nk_property_variant (line 347) | struct nk_property_variant type nk_command_buffer (line 348) | struct nk_command_buffer type nk_style_property (line 348) | struct nk_style_property type nk_rect (line 348) | struct nk_rect type nk_rect (line 348) | struct nk_rect type nk_user_font (line 348) | struct nk_user_font type nk_command_buffer (line 349) | struct nk_command_buffer type nk_rect (line 349) | struct nk_rect type nk_property_variant (line 349) | struct nk_property_variant type nk_style_property (line 349) | struct nk_style_property type nk_property_filter (line 349) | enum nk_property_filter type nk_input (line 349) | struct nk_input type nk_user_font (line 349) | struct nk_user_font type nk_text_edit (line 349) | struct nk_text_edit type nk_button_behavior (line 349) | enum nk_button_behavior type nk_context (line 350) | struct nk_context type nk_property_variant (line 350) | struct nk_property_variant type nk_property_filter (line 350) | enum nk_property_filter type nk_allocator (line 376) | struct nk_allocator type nk_allocator (line 376) | struct nk_allocator function nk_stbtt_free (line 380) | static void FILE: src/nuklear_knob.c function NK_LIB (line 10) | NK_LIB float function NK_LIB (line 76) | NK_LIB void function NK_LIB (line 162) | NK_LIB float function NK_API (line 207) | NK_API nk_bool function NK_API (line 243) | NK_API nk_bool FILE: src/nuklear_layout.c function NK_API (line 9) | NK_API void function NK_API (line 25) | NK_API void function NK_LIB (line 43) | NK_LIB float function NK_LIB (line 61) | NK_LIB void function NK_LIB (line 113) | NK_LIB void function NK_API (line 136) | NK_API float function NK_API (line 146) | NK_API void function NK_API (line 151) | NK_API void function NK_API (line 156) | NK_API void function NK_API (line 182) | NK_API void function NK_API (line 208) | NK_API void function NK_API (line 228) | NK_API void function NK_API (line 267) | NK_API void function NK_API (line 294) | NK_API void function NK_API (line 314) | NK_API void function NK_API (line 334) | NK_API void function NK_API (line 354) | NK_API void function NK_API (line 405) | NK_API void function NK_API (line 430) | NK_API void function NK_API (line 449) | NK_API void function nk_rect (line 465) | nk_rect function nk_rect (line 484) | nk_rect function nk_vec2 (line 503) | nk_vec2 function nk_vec2 (line 519) | nk_vec2 function nk_rect (line 535) | nk_rect function nk_rect (line 551) | nk_rect function NK_LIB (line 567) | NK_LIB void function NK_LIB (line 575) | NK_LIB void function NK_LIB (line 710) | NK_LIB void function NK_LIB (line 732) | NK_LIB void function NK_API (line 763) | NK_API void FILE: src/nuklear_list_view.c function NK_API (line 9) | NK_API nk_bool function NK_API (line 67) | NK_API void FILE: src/nuklear_math.c function NK_LIB (line 38) | NK_LIB float function NK_LIB (line 52) | NK_LIB float function NK_LIB (line 67) | NK_LIB float function NK_LIB (line 85) | NK_LIB float function NK_LIB (line 104) | NK_LIB float function NK_LIB (line 128) | NK_LIB nk_uint function NK_LIB (line 141) | NK_LIB double function NK_LIB (line 158) | NK_LIB int function NK_LIB (line 165) | NK_LIB int function NK_LIB (line 171) | NK_LIB int function NK_LIB (line 184) | NK_LIB int function NK_LIB (line 201) | NK_LIB float function nk_rect (line 206) | nk_rect function nk_rect (line 211) | nk_rect function nk_rect (line 219) | nk_rect function nk_rect (line 229) | nk_rect function nk_rect (line 234) | nk_rect function nk_rect (line 239) | nk_rect function nk_vec2 (line 244) | nk_vec2 function nk_vec2 (line 251) | nk_vec2 function nk_rect (line 258) | nk_rect function nk_rect (line 270) | nk_rect function nk_vec2 (line 280) | nk_vec2 function nk_vec2 (line 287) | nk_vec2 function nk_vec2 (line 295) | nk_vec2 function nk_vec2 (line 300) | nk_vec2 function NK_LIB (line 305) | NK_LIB void function NK_API (line 319) | NK_API void FILE: src/nuklear_menu.c function NK_API (line 9) | NK_API void function NK_API (line 46) | NK_API void function NK_INTERN (line 79) | NK_INTERN int function NK_API (line 112) | NK_API nk_bool function NK_API (line 137) | NK_API nk_bool nk_menu_begin_label(struct nk_context *ctx, function NK_API (line 142) | NK_API nk_bool function NK_API (line 167) | NK_API nk_bool function NK_API (line 192) | NK_API nk_bool function NK_API (line 218) | NK_API nk_bool function NK_API (line 224) | NK_API nk_bool function NK_API (line 250) | NK_API nk_bool function NK_API (line 256) | NK_API nk_bool function NK_API (line 261) | NK_API nk_bool function NK_API (line 266) | NK_API nk_bool function NK_API (line 272) | NK_API nk_bool function NK_API (line 278) | NK_API nk_bool nk_menu_item_symbol_text(struct nk_context *ctx, enum nk_... function NK_API (line 283) | NK_API nk_bool nk_menu_item_symbol_label(struct nk_context *ctx, enum nk... function NK_API (line 288) | NK_API void nk_menu_close(struct nk_context *ctx) function NK_API (line 292) | NK_API void FILE: src/nuklear_page_element.c function nk_page_element (line 9) | nk_page_element* function NK_LIB (line 35) | NK_LIB void function NK_LIB (line 47) | NK_LIB void FILE: src/nuklear_panel.c function NK_LIB (line 9) | NK_LIB void* function NK_LIB (line 17) | NK_LIB void function NK_LIB (line 24) | NK_LIB nk_bool function nk_vec2 (line 33) | nk_vec2 function NK_LIB (line 46) | NK_LIB float function nk_color (line 62) | nk_color function NK_LIB (line 75) | NK_LIB nk_bool function NK_LIB (line 80) | NK_LIB nk_bool function NK_LIB (line 85) | NK_LIB nk_bool function NK_LIB (line 325) | NK_LIB void FILE: src/nuklear_pool.c function NK_LIB (line 9) | NK_LIB void function NK_LIB (line 20) | NK_LIB void function NK_LIB (line 33) | NK_LIB void function nk_page_element (line 45) | nk_page_element* FILE: src/nuklear_popup.c function NK_API (line 9) | NK_API nk_bool function NK_LIB (line 105) | NK_LIB nk_bool function NK_API (line 188) | NK_API void function NK_API (line 200) | NK_API void function NK_API (line 232) | NK_API void function NK_API (line 249) | NK_API void FILE: src/nuklear_progress.c function NK_LIB (line 9) | NK_LIB nk_size function NK_LIB (line 39) | NK_LIB void function NK_LIB (line 90) | NK_LIB nk_size function NK_API (line 121) | NK_API nk_bool function NK_API (line 152) | NK_API nk_size FILE: src/nuklear_property.c function NK_LIB (line 9) | NK_LIB void function NK_LIB (line 48) | NK_LIB void function NK_LIB (line 68) | NK_LIB void function NK_INTERN (line 113) | NK_INTERN void function NK_LIB (line 135) | NK_LIB void function nk_property_variant (line 296) | nk_property_variant function nk_property_variant (line 307) | nk_property_variant function nk_property_variant (line 318) | nk_property_variant function NK_LIB (line 330) | NK_LIB void function NK_API (line 449) | NK_API nk_bool function NK_API (line 466) | NK_API nk_bool function NK_API (line 483) | NK_API nk_bool function NK_API (line 500) | NK_API int function NK_API (line 514) | NK_API float function NK_API (line 528) | NK_API double FILE: src/nuklear_scrollbar.c function NK_LIB (line 9) | NK_LIB float function NK_LIB (line 85) | NK_LIB void function NK_LIB (line 133) | NK_LIB float function NK_LIB (line 222) | NK_LIB float FILE: src/nuklear_selectable.c function NK_LIB (line 9) | NK_LIB void function NK_LIB (line 68) | NK_LIB nk_bool function NK_LIB (line 104) | NK_LIB nk_bool function NK_LIB (line 151) | NK_LIB nk_bool function NK_API (line 199) | NK_API nk_bool function NK_API (line 228) | NK_API nk_bool function NK_API (line 257) | NK_API nk_bool function NK_API (line 286) | NK_API nk_bool function NK_API (line 292) | NK_API nk_bool nk_select_text(struct nk_context *ctx, const char *str, i... function NK_API (line 297) | NK_API nk_bool nk_selectable_label(struct nk_context *ctx, const char *s... function NK_API (line 301) | NK_API nk_bool nk_selectable_image_label(struct nk_context *ctx,struct n... function NK_API (line 306) | NK_API nk_bool nk_select_label(struct nk_context *ctx, const char *str, ... function NK_API (line 310) | NK_API nk_bool nk_select_image_label(struct nk_context *ctx, struct nk_i... function NK_API (line 315) | NK_API nk_bool nk_select_image_text(struct nk_context *ctx, struct nk_im... function NK_API (line 320) | NK_API nk_bool function NK_API (line 326) | NK_API nk_bool FILE: src/nuklear_slider.c function NK_LIB (line 9) | NK_LIB float function NK_LIB (line 51) | NK_LIB void function NK_LIB (line 118) | NK_LIB float function NK_API (line 207) | NK_API nk_bool function NK_API (line 241) | NK_API float function NK_API (line 246) | NK_API int function NK_API (line 253) | NK_API nk_bool FILE: src/nuklear_string.c function NK_API (line 10) | NK_API void function NK_API (line 22) | NK_API void function NK_API (line 28) | NK_API void function NK_API (line 34) | NK_API int function NK_API (line 47) | NK_API int function NK_API (line 52) | NK_API int function NK_API (line 64) | NK_API int function NK_API (line 82) | NK_API int function NK_API (line 98) | NK_API int function NK_API (line 113) | NK_API int function NK_API (line 148) | NK_API int function NK_API (line 167) | NK_API int function NK_API (line 172) | NK_API int function NK_API (line 177) | NK_API int function NK_API (line 192) | NK_API int function NK_API (line 210) | NK_API int function NK_API (line 226) | NK_API int function NK_API (line 241) | NK_API void function NK_API (line 251) | NK_API void function NK_API (line 272) | NK_API void function NK_API (line 289) | NK_API void function NK_API (line 313) | NK_API char* function NK_API (line 320) | NK_API char* function NK_API (line 356) | NK_API const char* function NK_API (line 363) | NK_API const char* function NK_API (line 399) | NK_API nk_rune function NK_API (line 407) | NK_API char* function NK_API (line 414) | NK_API const char* function NK_API (line 421) | NK_API int function NK_API (line 428) | NK_API int function NK_API (line 435) | NK_API void function NK_API (line 442) | NK_API void FILE: src/nuklear_style.c function NK_API (line 9) | NK_API void nk_style_default(struct nk_context *ctx){nk_style_from_table... function NK_API (line 56) | NK_API const char* function nk_style_item (line 61) | nk_style_item function nk_style_item (line 69) | nk_style_item function nk_style_item (line 77) | nk_style_item function nk_style_item (line 85) | nk_style_item function NK_API (line 93) | NK_API void function NK_API (line 733) | NK_API void function NK_API (line 746) | NK_API nk_bool function NK_API (line 766) | NK_API nk_bool function NK_API (line 816) | NK_API nk_bool NK_STYLE_PUSH_IMPLEMENATION(struct nk, style_item, style_... function NK_API (line 841) | NK_API void function NK_API (line 846) | NK_API void function NK_API (line 851) | NK_API void function NK_API (line 861) | NK_API void FILE: src/nuklear_table.c function nk_table (line 9) | nk_table* function NK_LIB (line 17) | NK_LIB void function NK_LIB (line 24) | NK_LIB void function NK_LIB (line 42) | NK_LIB void function NK_LIB (line 54) | NK_LIB nk_uint* function NK_LIB (line 72) | NK_LIB nk_uint* FILE: src/nuklear_text.c function NK_LIB (line 9) | NK_LIB void function NK_LIB (line 61) | NK_LIB void function NK_API (line 100) | NK_API void function NK_API (line 127) | NK_API void function NK_API (line 155) | NK_API void function NK_API (line 164) | NK_API void function NK_API (line 173) | NK_API void function NK_API (line 181) | NK_API void function NK_API (line 189) | NK_API void function NK_API (line 198) | NK_API void function NK_API (line 207) | NK_API void function NK_API (line 215) | NK_API void function NK_API (line 223) | NK_API void function NK_API (line 228) | NK_API void function NK_API (line 233) | NK_API void function NK_API (line 238) | NK_API void function NK_API (line 244) | NK_API void function NK_API (line 249) | NK_API void function NK_API (line 256) | NK_API void function NK_API (line 264) | NK_API void function NK_API (line 271) | NK_API void function NK_API (line 278) | NK_API void function NK_API (line 283) | NK_API void function NK_API (line 289) | NK_API void function NK_API (line 294) | NK_API void FILE: src/nuklear_text_editor.c type nk_text_find (line 10) | struct nk_text_find { type nk_text_edit_row (line 17) | struct nk_text_edit_row { type nk_text_edit (line 28) | struct nk_text_edit type nk_text_edit (line 29) | struct nk_text_edit type nk_text_edit (line 30) | struct nk_text_edit function NK_INTERN (line 33) | NK_INTERN float function NK_INTERN (line 42) | NK_INTERN void function NK_INTERN (line 63) | NK_INTERN int function NK_LIB (line 123) | NK_LIB void function NK_LIB (line 134) | NK_LIB void function NK_INTERN (line 145) | NK_INTERN void function NK_INTERN (line 202) | NK_INTERN void function NK_API (line 216) | NK_API void function NK_API (line 224) | NK_API void function NK_INTERN (line 242) | NK_INTERN void function NK_INTERN (line 252) | NK_INTERN void function NK_INTERN (line 263) | NK_INTERN void function NK_INTERN (line 275) | NK_INTERN int function NK_INTERN (line 289) | NK_INTERN int function NK_INTERN (line 305) | NK_INTERN int function NK_INTERN (line 321) | NK_INTERN void function NK_API (line 329) | NK_API nk_bool function NK_API (line 342) | NK_API nk_bool function NK_API (line 367) | NK_API void function NK_LIB (line 416) | NK_LIB void function NK_INTERN (line 722) | NK_INTERN void function NK_INTERN (line 728) | NK_INTERN void function NK_INTERN (line 751) | NK_INTERN void function nk_text_undo_record (line 782) | nk_text_undo_record* function NK_INTERN (line 807) | NK_INTERN nk_rune* function NK_API (line 828) | NK_API void function NK_API (line 895) | NK_API void function NK_INTERN (line 944) | NK_INTERN void function NK_INTERN (line 949) | NK_INTERN void function NK_INTERN (line 959) | NK_INTERN void function NK_LIB (line 970) | NK_LIB void function NK_API (line 990) | NK_API void function NK_API (line 1000) | NK_API void function NK_API (line 1011) | NK_API void function NK_API (line 1021) | NK_API void function NK_API (line 1028) | NK_API void FILE: src/nuklear_toggle.c function NK_LIB (line 9) | NK_LIB nk_bool function NK_LIB (line 24) | NK_LIB void function NK_LIB (line 67) | NK_LIB void function NK_LIB (line 110) | NK_LIB nk_bool function NK_API (line 200) | NK_API nk_bool function NK_API (line 228) | NK_API nk_bool function nk_check_flags_text (line 256) | NK_API unsigned int function NK_API (line 270) | NK_API nk_bool function NK_API (line 282) | NK_API nk_bool function NK_API (line 294) | NK_API nk_bool function NK_API (line 312) | NK_API nk_bool nk_check_label(struct nk_context *ctx, const char *label,... function nk_check_flags_label (line 316) | NK_API unsigned int nk_check_flags_label(struct nk_context *ctx, const c... function NK_API (line 321) | NK_API nk_bool nk_checkbox_label(struct nk_context *ctx, const char *lab... function NK_API (line 325) | NK_API nk_bool nk_checkbox_label_align(struct nk_context *ctx, const cha... function NK_API (line 329) | NK_API nk_bool nk_checkbox_flags_label(struct nk_context *ctx, const cha... function NK_API (line 339) | NK_API nk_bool function NK_API (line 367) | NK_API nk_bool function NK_API (line 395) | NK_API nk_bool function NK_API (line 407) | NK_API nk_bool function NK_API (line 419) | NK_API nk_bool function NK_API (line 424) | NK_API nk_bool function NK_API (line 429) | NK_API nk_bool function NK_API (line 434) | NK_API nk_bool FILE: src/nuklear_tooltip.c function NK_API (line 9) | NK_API nk_bool function NK_API (line 16) | NK_API nk_bool function NK_API (line 96) | NK_API void function NK_API (line 107) | NK_API void function NK_API (line 143) | NK_API void function NK_API (line 150) | NK_API void function NK_API (line 158) | NK_API void function NK_API (line 166) | NK_API void function NK_API (line 173) | NK_API void FILE: src/nuklear_tree.c function NK_INTERN (line 9) | NK_INTERN int function NK_INTERN (line 122) | NK_INTERN int function NK_API (line 144) | NK_API nk_bool function NK_API (line 150) | NK_API nk_bool function NK_API (line 156) | NK_API void function NK_API (line 175) | NK_API nk_bool function NK_API (line 182) | NK_API nk_bool function NK_API (line 189) | NK_API void function NK_INTERN (line 194) | NK_INTERN int function NK_INTERN (line 310) | NK_INTERN int function NK_API (line 332) | NK_API nk_bool function NK_API (line 339) | NK_API nk_bool function NK_API (line 346) | NK_API void FILE: src/nuklear_utf8.c function NK_INTERN (line 14) | NK_INTERN int function NK_INTERN (line 25) | NK_INTERN nk_rune function NK_API (line 36) | NK_API int function NK_INTERN (line 64) | NK_INTERN char function NK_API (line 69) | NK_API int function NK_API (line 84) | NK_API int function NK_API (line 107) | NK_API const char* FILE: src/nuklear_util.c function NK_LIB (line 11) | NK_LIB nk_bool nk_is_lower(int c) {return (c >= 'a' && c <= 'z') || (c >... function NK_LIB (line 12) | NK_LIB nk_bool nk_is_upper(int c){return (c >= 'A' && c <= 'Z') || (c >=... function NK_LIB (line 13) | NK_LIB int nk_to_upper(int c) {return (c >= 'a' && c <= 'z') ? (c - ('a'... function NK_LIB (line 14) | NK_LIB int nk_to_lower(int c) {return (c >= 'A' && c <= 'Z') ? (c - ('a'... function NK_LIB (line 17) | NK_LIB void* function NK_LIB (line 75) | NK_LIB void function NK_LIB (line 127) | NK_LIB void function NK_API (line 133) | NK_API int function NK_API (line 141) | NK_API int function NK_API (line 166) | NK_API double function NK_API (line 224) | NK_API float function NK_API (line 233) | NK_API int function NK_API (line 255) | NK_API int function NK_INTERN (line 280) | NK_INTERN int function NK_INTERN (line 293) | NK_INTERN int function NK_API (line 302) | NK_API int function NK_API (line 319) | NK_API int function NK_API (line 440) | NK_API int function NK_LIB (line 445) | NK_LIB int function NK_INTERN (line 465) | NK_INTERN void function NK_LIB (line 478) | NK_LIB char* function NK_LIB (line 503) | NK_LIB char* function NK_INTERN (line 584) | NK_INTERN int function NK_LIB (line 903) | NK_LIB int function NK_API (line 920) | NK_API nk_hash function NK_LIB (line 985) | NK_LIB char* function NK_LIB (line 1019) | NK_LIB int function nk_vec2 (line 1067) | nk_vec2 FILE: src/nuklear_vertex.c function NK_API (line 10) | NK_API void function NK_API (line 23) | NK_API void function nk_draw_command (line 51) | nk_draw_command* function nk_draw_command (line 67) | nk_draw_command* function nk_draw_command (line 87) | nk_draw_command* function nk_vec2 (line 101) | nk_vec2* function nk_vec2 (line 119) | nk_vec2 function nk_draw_command (line 130) | nk_draw_command* function nk_draw_command (line 161) | nk_draw_command* function NK_INTERN (line 174) | NK_INTERN void function NK_INTERN (line 188) | NK_INTERN void function NK_API (line 212) | NK_API void function NK_INTERN (line 218) | NK_INTERN void* function NK_INTERN (line 242) | NK_INTERN nk_draw_index* function NK_INTERN (line 260) | NK_INTERN int function NK_INTERN (line 267) | NK_INTERN void function NK_INTERN (line 342) | NK_INTERN void function NK_INTERN (line 396) | NK_INTERN void* function NK_API (line 415) | NK_API void function NK_API (line 655) | NK_API void function NK_API (line 779) | NK_API void function NK_API (line 788) | NK_API void function NK_API (line 806) | NK_API void function NK_API (line 822) | NK_API void function NK_API (line 867) | NK_API void function NK_API (line 890) | NK_API void function NK_API (line 917) | NK_API void function NK_API (line 927) | NK_API void function NK_API (line 939) | NK_API void function NK_API (line 954) | NK_API void function NK_API (line 969) | NK_API void function NK_API (line 983) | NK_API void function NK_API (line 1017) | NK_API void function NK_API (line 1028) | NK_API void function NK_API (line 1039) | NK_API void function NK_API (line 1050) | NK_API void function NK_API (line 1061) | NK_API void function NK_INTERN (line 1072) | NK_INTERN void function NK_API (line 1109) | NK_API void function NK_API (line 1130) | NK_API void function NK_API (line 1180) | NK_API nk_flags function nk_draw_command (line 1322) | nk_draw_command* function nk_draw_command (line 1328) | nk_draw_command* function nk_draw_command (line 1333) | nk_draw_command* FILE: src/nuklear_widget.c function nk_rect (line 9) | nk_rect function nk_vec2 (line 20) | nk_vec2 function nk_vec2 (line 32) | nk_vec2 function NK_API (line 44) | NK_API float function NK_API (line 56) | NK_API float function NK_API (line 68) | NK_API nk_bool function NK_API (line 91) | NK_API nk_bool function NK_API (line 114) | NK_API nk_bool function nk_widget_layout_states (line 137) | nk_widget_layout_states function nk_widget_layout_states (line 187) | nk_widget_layout_states function NK_API (line 204) | NK_API void function NK_API (line 235) | NK_API void function NK_API (line 298) | NK_API void FILE: src/nuklear_window.c function NK_LIB (line 9) | NK_LIB void* function NK_LIB (line 18) | NK_LIB void function nk_window (line 45) | nk_window* function NK_LIB (line 61) | NK_LIB void function NK_LIB (line 106) | NK_LIB void function NK_API (line 135) | NK_API nk_bool function NK_API (line 141) | NK_API nk_bool function NK_API (line 296) | NK_API void function nk_rect (line 314) | nk_rect function nk_vec2 (line 322) | nk_vec2 function nk_vec2 (line 330) | nk_vec2 function NK_API (line 338) | NK_API float function NK_API (line 346) | NK_API float function nk_rect (line 354) | nk_rect function nk_vec2 (line 362) | nk_vec2 function nk_vec2 (line 371) | nk_vec2 function nk_vec2 (line 381) | nk_vec2 function nk_command_buffer (line 390) | nk_command_buffer* function nk_panel (line 399) | nk_panel* function NK_API (line 407) | NK_API void function NK_API (line 421) | NK_API nk_bool function NK_API (line 430) | NK_API nk_bool function NK_API (line 445) | NK_API nk_bool function NK_API (line 472) | NK_API nk_bool function NK_API (line 479) | NK_API nk_bool function NK_API (line 494) | NK_API nk_bool function NK_API (line 509) | NK_API nk_bool function NK_API (line 524) | NK_API nk_bool function nk_window (line 539) | nk_window* function NK_API (line 548) | NK_API void function NK_API (line 561) | NK_API void function NK_API (line 572) | NK_API void function NK_API (line 581) | NK_API void function NK_API (line 590) | NK_API void function NK_API (line 602) | NK_API void function NK_API (line 620) | NK_API void function NK_API (line 628) | NK_API void function NK_API (line 645) | NK_API void function NK_API (line 654) | NK_API void function NK_API (line 672) | NK_API void FILE: src/stb_rect_pack.h type stbrp_context (line 81) | typedef struct stbrp_context stbrp_context; type stbrp_node (line 82) | typedef struct stbrp_node stbrp_node; type stbrp_rect (line 83) | typedef struct stbrp_rect stbrp_rect; type stbrp_coord (line 85) | typedef int stbrp_coord; type stbrp_rect (line 115) | struct stbrp_rect type stbrp_node (line 175) | struct stbrp_node type stbrp_context (line 181) | struct stbrp_context function STBRP_DEF (line 229) | STBRP_DEF void stbrp_setup_heuristic(stbrp_context *context, int heuristic) function STBRP_DEF (line 241) | STBRP_DEF void stbrp_setup_allow_out_of_mem(stbrp_context *context, int ... function STBRP_DEF (line 261) | STBRP_DEF void stbrp_init_target(stbrp_context *context, int width, int ... function stbrp__skyline_find_min_y (line 287) | static int stbrp__skyline_find_min_y(stbrp_context *c, stbrp_node *first... type stbrp__findresult (line 337) | typedef struct function stbrp__findresult (line 343) | static stbrp__findresult stbrp__skyline_find_best_pos(stbrp_context *c, ... function stbrp__findresult (line 445) | static stbrp__findresult stbrp__skyline_pack_rectangle(stbrp_context *co... function rect_height_compare (line 524) | static int STBRP__CDECL rect_height_compare(const void *a, const void *b) function rect_original_order (line 535) | static int STBRP__CDECL rect_original_order(const void *a, const void *b) function STBRP_DEF (line 542) | STBRP_DEF int stbrp_pack_rects(stbrp_context *context, stbrp_rect *rects... FILE: src/stb_truetype.h function my_stbtt_initfont (line 287) | void my_stbtt_initfont(void) function my_stbtt_print (line 299) | void my_stbtt_print(float x, float y, char *text) function main (line 334) | int main(int argc, char **argv) function main (line 375) | int main(int arg, char **argv) type stbtt_uint8 (line 428) | typedef unsigned char stbtt_uint8; type stbtt_int8 (line 429) | typedef signed char stbtt_int8; type stbtt_uint16 (line 430) | typedef unsigned short stbtt_uint16; type stbtt_int16 (line 431) | typedef signed short stbtt_int16; type stbtt_uint32 (line 432) | typedef unsigned int stbtt_uint32; type stbtt_int32 (line 433) | typedef signed int stbtt_int32; type stbtt__buf (line 513) | typedef struct type stbtt_bakedchar (line 527) | typedef struct type stbtt_aligned_quad (line 543) | typedef struct type stbtt_packedchar (line 575) | typedef struct type stbtt_pack_context (line 582) | typedef struct stbtt_pack_context stbtt_pack_context; type stbtt_fontinfo (line 583) | typedef struct stbtt_fontinfo stbtt_fontinfo; type stbrp_rect (line 585) | typedef struct stbrp_rect stbrp_rect; type stbtt_pack_range (line 619) | typedef struct type stbtt_pack_context (line 678) | struct stbtt_pack_context { type stbtt_fontinfo (line 713) | struct stbtt_fontinfo type stbtt_kerningentry (line 804) | typedef struct stbtt_kerningentry type stbtt_vertex (line 835) | typedef struct type stbtt__bitmap (line 924) | typedef struct function stbtt_uint8 (line 1133) | static stbtt_uint8 stbtt__buf_get8(stbtt__buf *b) function stbtt_uint8 (line 1140) | static stbtt_uint8 stbtt__buf_peek8(stbtt__buf *b) function stbtt__buf_seek (line 1147) | static void stbtt__buf_seek(stbtt__buf *b, int o) function stbtt__buf_skip (line 1153) | static void stbtt__buf_skip(stbtt__buf *b, int o) function stbtt_uint32 (line 1158) | static stbtt_uint32 stbtt__buf_get(stbtt__buf *b, int n) function stbtt__buf (line 1168) | static stbtt__buf stbtt__new_buf(const void *p, size_t size) function stbtt__buf (line 1181) | static stbtt__buf stbtt__buf_range(const stbtt__buf *b, int o, int s) function stbtt__buf (line 1190) | static stbtt__buf stbtt__cff_get_index(stbtt__buf *b) function stbtt_uint32 (line 1204) | static stbtt_uint32 stbtt__cff_int(stbtt__buf *b) function stbtt__cff_skip_operand (line 1216) | static void stbtt__cff_skip_operand(stbtt__buf *b) { function stbtt__buf (line 1231) | static stbtt__buf stbtt__dict_get(stbtt__buf *b, int key) function stbtt__dict_get_ints (line 1246) | static void stbtt__dict_get_ints(stbtt__buf *b, int key, int outcount, s... function stbtt__cff_index_count (line 1254) | static int stbtt__cff_index_count(stbtt__buf *b) function stbtt__buf (line 1260) | static stbtt__buf stbtt__cff_index_get(stbtt__buf b, int i) function stbtt_uint16 (line 1286) | static stbtt_uint16 ttUSHORT(stbtt_uint8 *p) { return p[0]*256 + p[1]; } function stbtt_int16 (line 1287) | static stbtt_int16 ttSHORT(stbtt_uint8 *p) { return p[0]*256 + p[1]; } function stbtt_uint32 (line 1288) | static stbtt_uint32 ttULONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]... function stbtt_int32 (line 1289) | static stbtt_int32 ttLONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]... function stbtt__isfont (line 1294) | static int stbtt__isfont(stbtt_uint8 *font) function stbtt_uint32 (line 1306) | static stbtt_uint32 stbtt__find_table(stbtt_uint8 *data, stbtt_uint32 fo... function stbtt_GetFontOffsetForIndex_internal (line 1319) | static int stbtt_GetFontOffsetForIndex_internal(unsigned char *font_coll... function stbtt_GetNumberOfFonts_internal (line 1338) | static int stbtt_GetNumberOfFonts_internal(unsigned char *font_collection) function stbtt__buf (line 1354) | static stbtt__buf stbtt__get_subrs(stbtt__buf cff, stbtt__buf fontdict) function stbtt__get_svg (line 1368) | static int stbtt__get_svg(stbtt_fontinfo *info) function stbtt_InitFont_internal (line 1383) | static int stbtt_InitFont_internal(stbtt_fontinfo *info, unsigned char *... function STBTT_DEF (line 1496) | STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unico... function STBTT_DEF (line 1589) | STBTT_DEF int stbtt_GetCodepointShape(const stbtt_fontinfo *info, int un... function stbtt_setvertex (line 1594) | static void stbtt_setvertex(stbtt_vertex *v, stbtt_uint8 type, stbtt_int... function stbtt__GetGlyfOffset (line 1603) | static int stbtt__GetGlyfOffset(const stbtt_fontinfo *info, int glyph_in... function STBTT_DEF (line 1625) | STBTT_DEF int stbtt_GetGlyphBox(const stbtt_fontinfo *info, int glyph_in... function STBTT_DEF (line 1641) | STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int code... function STBTT_DEF (line 1646) | STBTT_DEF int stbtt_IsGlyphEmpty(const stbtt_fontinfo *info, int glyph_i... function stbtt__close_shape (line 1658) | static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, ... function stbtt__GetGlyphShapeTT (line 1674) | static int stbtt__GetGlyphShapeTT(const stbtt_fontinfo *info, int glyph_... type stbtt__csctx (line 1897) | typedef struct function stbtt__track_vertex (line 1911) | static void stbtt__track_vertex(stbtt__csctx *c, stbtt_int32 x, stbtt_in... function stbtt__csctx_v (line 1920) | static void stbtt__csctx_v(stbtt__csctx *c, stbtt_uint8 type, stbtt_int3... function stbtt__csctx_close_shape (line 1936) | static void stbtt__csctx_close_shape(stbtt__csctx *ctx) function stbtt__csctx_rmove_to (line 1942) | static void stbtt__csctx_rmove_to(stbtt__csctx *ctx, float dx, float dy) function stbtt__csctx_rline_to (line 1950) | static void stbtt__csctx_rline_to(stbtt__csctx *ctx, float dx, float dy) function stbtt__csctx_rccurve_to (line 1957) | static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float ... function stbtt__buf (line 1968) | static stbtt__buf stbtt__get_subr(stbtt__buf idx, int n) function stbtt__buf (line 1982) | static stbtt__buf stbtt__cid_get_glyph_subrs(const stbtt_fontinfo *info,... function stbtt__run_charstring (line 2010) | static int stbtt__run_charstring(const stbtt_fontinfo *info, int glyph_i... function stbtt__GetGlyphShapeT2 (line 2269) | static int stbtt__GetGlyphShapeT2(const stbtt_fontinfo *info, int glyph_... function stbtt__GetGlyphInfoT2 (line 2286) | static int stbtt__GetGlyphInfoT2(const stbtt_fontinfo *info, int glyph_i... function STBTT_DEF (line 2297) | STBTT_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo *info, int glyph_... function STBTT_DEF (line 2305) | STBTT_DEF void stbtt_GetGlyphHMetrics(const stbtt_fontinfo *info, int gl... function STBTT_DEF (line 2317) | STBTT_DEF int stbtt_GetKerningTableLength(const stbtt_fontinfo *info) function STBTT_DEF (line 2332) | STBTT_DEF int stbtt_GetKerningTable(const stbtt_fontinfo *info, stbtt_ke... function stbtt__GetGlyphKernInfoAdvance (line 2359) | static int stbtt__GetGlyphKernInfoAdvance(const stbtt_fontinfo *info, in... function stbtt_int32 (line 2389) | static stbtt_int32 stbtt__GetCoverageIndex(stbtt_uint8 *coverageTable, i... function stbtt_int32 (line 2447) | static stbtt_int32 stbtt__GetGlyphClass(stbtt_uint8 *classDefTable, int... function stbtt_int32 (line 2496) | static stbtt_int32 stbtt__GetGlyphGPOSInfoAdvance(const stbtt_fontinfo *... function STBTT_DEF (line 2610) | STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo *info, int... function STBTT_DEF (line 2622) | STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info,... function STBTT_DEF (line 2629) | STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo *info, in... function STBTT_DEF (line 2634) | STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *as... function STBTT_DEF (line 2641) | STBTT_DEF int stbtt_GetFontVMetricsOS2(const stbtt_fontinfo *info, int ... function STBTT_DEF (line 2652) | STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int ... function STBTT_DEF (line 2660) | STBTT_DEF float stbtt_ScaleForPixelHeight(const stbtt_fontinfo *info, fl... function STBTT_DEF (line 2666) | STBTT_DEF float stbtt_ScaleForMappingEmToPixels(const stbtt_fontinfo *in... function STBTT_DEF (line 2672) | STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *v) function STBTT_DEF (line 2677) | STBTT_DEF stbtt_uint8 *stbtt_FindSVGDoc(const stbtt_fontinfo *info, int gl) function STBTT_DEF (line 2694) | STBTT_DEF int stbtt_GetGlyphSVG(const stbtt_fontinfo *info, int gl, cons... function STBTT_DEF (line 2711) | STBTT_DEF int stbtt_GetCodepointSVG(const stbtt_fontinfo *info, int unic... function STBTT_DEF (line 2721) | STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *fon... function STBTT_DEF (line 2739) | STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int g... function STBTT_DEF (line 2744) | STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo ... function STBTT_DEF (line 2749) | STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, i... type stbtt__hheap_chunk (line 2758) | typedef struct stbtt__hheap_chunk type stbtt__hheap (line 2763) | typedef struct stbtt__hheap function stbtt__hheap_free (line 2791) | static void stbtt__hheap_free(stbtt__hheap *hh, void *p) function stbtt__hheap_cleanup (line 2797) | static void stbtt__hheap_cleanup(stbtt__hheap *hh, void *userdata) type stbtt__edge (line 2807) | typedef struct stbtt__edge { type stbtt__active_edge (line 2813) | typedef struct stbtt__active_edge function stbtt__active_edge (line 2835) | static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__ed... function stbtt__active_edge (line 2857) | static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__ed... function stbtt__fill_active_edges (line 2882) | static void stbtt__fill_active_edges(unsigned char *scanline, int len, s... function stbtt__rasterize_sorted_edges (line 2924) | static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__... function stbtt__handle_clipped_edge (line 3028) | static void stbtt__handle_clipped_edge(float *scanline, int x, stbtt__ac... function stbtt__sized_trapezoid_area (line 3065) | static float stbtt__sized_trapezoid_area(float height, float top_width, ... function stbtt__position_trapezoid_area (line 3072) | static float stbtt__position_trapezoid_area(float height, float tx0, flo... function stbtt__sized_triangle_area (line 3077) | static float stbtt__sized_triangle_area(float height, float width) function stbtt__fill_active_edges_new (line 3082) | static void stbtt__fill_active_edges_new(float *scanline, float *scanlin... function stbtt__rasterize_sorted_edges (line 3297) | static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__... function stbtt__sort_edges_ins_sort (line 3399) | static void stbtt__sort_edges_ins_sort(stbtt__edge *p, int n) function stbtt__sort_edges_quicksort (line 3417) | static void stbtt__sort_edges_quicksort(stbtt__edge *p, int n) function stbtt__sort_edges (line 3479) | static void stbtt__sort_edges(stbtt__edge *p, int n) type stbtt__point (line 3485) | typedef struct function stbtt__rasterize (line 3490) | static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, i... function stbtt__add_point (line 3547) | static void stbtt__add_point(stbtt__point *points, int n, float x, float y) function stbtt__tesselate_curve (line 3555) | static int stbtt__tesselate_curve(stbtt__point *points, int *num_points,... function stbtt__tesselate_cubic (line 3575) | static void stbtt__tesselate_cubic(stbtt__point *points, int *num_points... function stbtt__point (line 3618) | static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num... function STBTT_DEF (line 3695) | STBTT_DEF void stbtt_Rasterize(stbtt__bitmap *result, float flatness_in_... function STBTT_DEF (line 3708) | STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata) function STBTT_DEF (line 3758) | STBTT_DEF void stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo *info,... function STBTT_DEF (line 3777) | STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo *info, unsigne... function STBTT_DEF (line 3787) | STBTT_DEF void stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fo... function STBTT_DEF (line 3792) | STBTT_DEF void stbtt_MakeCodepointBitmapSubpixel(const stbtt_fontinfo *i... function STBTT_DEF (line 3802) | STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, uns... function stbtt_BakeFontBitmap_internal (line 3813) | static int stbtt_BakeFontBitmap_internal(unsigned char *data, int offset... function STBTT_DEF (line 3859) | STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int p... type stbrp_coord (line 3887) | typedef int stbrp_coord; type stbrp_context (line 3900) | typedef struct type stbrp_node (line 3906) | typedef struct type stbrp_rect (line 3911) | struct stbrp_rect function stbrp_init_target (line 3917) | static void stbrp_init_target(stbrp_context *con, int pw, int ph, stbrp_... function stbrp_pack_rects (line 3928) | static void stbrp_pack_rects(stbrp_context *con, stbrp_rect *rects, int ... function STBTT_DEF (line 3957) | STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pi... function STBTT_DEF (line 3989) | STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc) function STBTT_DEF (line 3995) | STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsign... function STBTT_DEF (line 4005) | STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *sp... function stbtt__h_prefilter (line 4012) | static void stbtt__h_prefilter(unsigned char *pixels, int w, int h, int ... function stbtt__v_prefilter (line 4074) | static void stbtt__v_prefilter(unsigned char *pixels, int w, int h, int ... function stbtt__oversample_shift (line 4136) | static float stbtt__oversample_shift(int oversample) function STBTT_DEF (line 4149) | STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, c... function STBTT_DEF (line 4184) | STBTT_DEF void stbtt_MakeGlyphBitmapSubpixelPrefilter(const stbtt_fontin... function STBTT_DEF (line 4208) | STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *sp... function STBTT_DEF (line 4297) | STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, st... function STBTT_DEF (line 4302) | STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, const unsign... function STBTT_DEF (line 4338) | STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigne... function STBTT_DEF (line 4350) | STBTT_DEF void stbtt_GetScaledFontVMetrics(const unsigned char *fontdata... function STBTT_DEF (line 4363) | STBTT_DEF void stbtt_GetPackedQuad(const stbtt_packedchar *chardata, int... function stbtt__ray_intersect_bezier (line 4398) | static int stbtt__ray_intersect_bezier(float orig[2], float ray[2], floa... function stbtt__equal (line 4462) | static int stbtt__equal(float *a, float *b) function stbtt__compute_crossings_x (line 4467) | static int stbtt__compute_crossings_x(float x, float y, int nverts, stbt... function stbtt__cuberoot (line 4535) | static float stbtt__cuberoot( float x ) function stbtt__solve_cubic (line 4544) | static int stbtt__solve_cubic(float a, float b, float c, float* r) function STBTT_DEF (line 4765) | STBTT_DEF void stbtt_FreeSDF(unsigned char *bitmap, void *userdata) function stbtt_int32 (line 4776) | static stbtt_int32 stbtt__CompareUTF8toUTF16_bigendian_prefix(stbtt_uint... function stbtt_CompareUTF8toUTF16_bigendian_internal (line 4815) | static int stbtt_CompareUTF8toUTF16_bigendian_internal(char *s1, int len... function STBTT_DEF (line 4822) | STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font... function stbtt__matchpair (line 4843) | static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint... function stbtt__matches (line 4890) | static int stbtt__matches(stbtt_uint8 *fc, stbtt_uint32 offset, stbtt_ui... function stbtt_FindMatchingFont_internal (line 4919) | static int stbtt_FindMatchingFont_internal(unsigned char *font_collectio... function STBTT_DEF (line 4935) | STBTT_DEF int stbtt_BakeFontBitmap(const unsigned char *data, int offset, function STBTT_DEF (line 4942) | STBTT_DEF int stbtt_GetFontOffsetForIndex(const unsigned char *data, int... function STBTT_DEF (line 4947) | STBTT_DEF int stbtt_GetNumberOfFonts(const unsigned char *data) function STBTT_DEF (line 4952) | STBTT_DEF int stbtt_InitFont(stbtt_fontinfo *info, const unsigned char *... function STBTT_DEF (line 4957) | STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *fontdata, cons... function STBTT_DEF (line 4962) | STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len...