Go to the source code of this file.
|
struct nk_image | nk_common_image_load (const char *filename) |
|
char * | nk_common_file_load (const char *path, size_t *size) |
|
void | nk_common_device_init (struct nk_device *dev) |
|
void | nk_common_device_shutdown (struct nk_device *dev) |
|
void | nk_common_device_draw (struct nk_device *dev, struct nk_context *ctx, int width, int height, enum nk_anti_aliasing AA) |
|
void * | nk_common_mem_alloc (nk_handle a, void *old, nk_size b) |
|
void | nk_common_mem_free (nk_handle unused, void *ptr) |
|
void | nk_upload_atlas (struct nk_device *dev, const void *image, int width, int height) |
|
◆ LEN
#define LEN |
( |
|
a | ) |
(sizeof(a)/sizeof(a)[0]) |
◆ MAX
#define MAX |
( |
|
a, |
|
|
|
b |
|
) |
| ((a) < (b) ? (b) : (a)) |
◆ MAX_ELEMENT_MEMORY
#define MAX_ELEMENT_MEMORY (128 * 1024) |
◆ MAX_SIZE
◆ MAX_VERTEX_MEMORY
#define MAX_VERTEX_MEMORY (512 * 1024) |
◆ MIN
#define MIN |
( |
|
a, |
|
|
|
b |
|
) |
| ((a) < (b) ? (a) : (b)) |
◆ NK_INCLUDE_DEFAULT_ALLOCATOR
#define NK_INCLUDE_DEFAULT_ALLOCATOR |
◆ NK_INCLUDE_DEFAULT_FONT
#define NK_INCLUDE_DEFAULT_FONT |
◆ NK_INCLUDE_FIXED_TYPES
#define NK_INCLUDE_FIXED_TYPES |
◆ NK_INCLUDE_FONT_BAKING
#define NK_INCLUDE_FONT_BAKING |
◆ NK_INCLUDE_STANDARD_IO
#define NK_INCLUDE_STANDARD_IO |
◆ NK_INCLUDE_STANDARD_VARARGS
#define NK_INCLUDE_STANDARD_VARARGS |
◆ NK_INCLUDE_VERTEX_BUFFER_OUTPUT
#define NK_INCLUDE_VERTEX_BUFFER_OUTPUT |
◆ NK_SYSTEM_TAB_END
#define NK_SYSTEM_TAB_END NK_SYSTEM_TAB_SETTINGS |
◆ UNUSED
◆ nk_common_device_draw()
◆ nk_common_device_init()
◆ nk_common_device_shutdown()
◆ nk_common_file_load()
char* nk_common_file_load |
( |
const char * |
path, |
|
|
size_t * |
size |
|
) |
| |
◆ nk_common_image_load()
◆ nk_common_mem_alloc()
◆ nk_common_mem_free()
◆ nk_upload_atlas()
◆ atlas
struct nk_font_atlas atlas |
◆ device
◆ font
◆ nk_alloc
◆ test_entry2
struct nk_image color_bars test_entry test_entry2 |
◆ usrfnt