SYMBOL INDEX (356 symbols across 26 files) FILE: source/core/screen.c function FILE (line 55) | static FILE* screen_open_resource(const char* path) { function screen_set_blend (line 71) | static void screen_set_blend(u32 color, bool rgb, bool alpha) { function screen_init (line 97) | void screen_init() { function screen_exit (line 263) | void screen_exit() { function screen_set_base_alpha (line 299) | void screen_set_base_alpha(u8 alpha) { function u32 (line 303) | static u32 screen_next_pow_2(u32 i) { function u32 (line 315) | u32 screen_allocate_free_texture() { function screen_load_texture (line 334) | void screen_load_texture(u32 id, void* data, u32 size, u32 width, u32 he... function screen_load_texture_file (line 398) | void screen_load_texture_file(u32 id, const char* path, bool linearFilte... function u32 (line 442) | static u32 screen_tiled_texture_index(u32 x, u32 y, u32 w, u32 h) { function screen_load_texture_tiled (line 446) | void screen_load_texture_tiled(u32 id, void* tiledData, u32 size, u32 wi... function screen_unload_texture (line 476) | void screen_unload_texture(u32 id) { function screen_get_texture_size (line 489) | void screen_get_texture_size(u32* width, u32* height, u32 id) { function screen_draw_quad (line 504) | static void screen_draw_quad(float x1, float y1, float x2, float y2, flo... function screen_begin_frame (line 528) | void screen_begin_frame() { function screen_end_frame (line 535) | void screen_end_frame() { function screen_select (line 539) | void screen_select(gfxScreen_t screen) { function screen_draw_texture (line 548) | void screen_draw_texture(u32 id, float x, float y, float width, float he... function screen_draw_texture_crop (line 570) | void screen_draw_texture_crop(u32 id, float x, float y, float width, flo... function screen_get_font_height (line 592) | float screen_get_font_height(float scaleY) { function screen_get_string_size_internal (line 596) | static void screen_get_string_size_internal(float* width, float* height,... function screen_get_string_size (line 650) | void screen_get_string_size(float* width, float* height, const char* tex... function screen_get_string_size_wrap (line 654) | void screen_get_string_size_wrap(float* width, float* height, const char... function screen_draw_string_internal (line 658) | static void screen_draw_string_internal(const char* text, float x, float... function screen_draw_string (line 740) | void screen_draw_string(const char* text, float x, float y, float scaleX... function screen_draw_string_wrap (line 744) | void screen_draw_string_wrap(const char* text, float x, float y, float s... FILE: source/core/util.c function util_get_line_length (line 14) | static int util_get_line_length(PrintConsole* console, const char* str) { function util_get_lines (line 32) | static int util_get_lines(PrintConsole* console, const char* str) { function util_panic (line 53) | void util_panic(const char* s, ...) { function util_is_dir (line 128) | bool util_is_dir(FS_Archive* archive, const char* path) { type count_data (line 146) | typedef struct { type populate_data (line 152) | typedef struct { function util_get_path_file (line 159) | void util_get_path_file(char* out, const char* path, u32 size) { function util_get_parent_path (line 177) | void util_get_parent_path(char* out, const char* path, u32 size) { function Result (line 194) | Result util_get_locale_path(char* out, size_t size) { function Result (line 232) | Result util_ensure_dir(FS_Archive* archive, const char* path) { function Result (line 269) | Result util_get_locale_dir(char* out, size_t size) { function FS_Path (line 281) | FS_Path* util_make_path_utf8(const char* path) { function util_free_path_utf8 (line 304) | void util_free_path_utf8(FS_Path* path) { function FS_Path (line 309) | FS_Path util_make_binary_path(const void* data, u32 size) { function util_compare_u32 (line 314) | int util_compare_u32(const void* e1, const void* e2) { function util_compare_u64 (line 321) | int util_compare_u64(const void* e1, const void* e2) { function FILE (line 328) | FILE* util_open_resource(const char* path) { FILE: source/core/util.h type SMDH_title (line 5) | typedef struct { type SMDH (line 11) | typedef struct { type BNR (line 30) | typedef struct { FILE: source/locale.c function Region (line 9) | Region region_from_string(char* string) { function Language (line 21) | Language language_from_string(char* string) { function Locale (line 69) | Locale* locale_for_title(u64 titleId) { function Region (line 125) | Region region_for_title(u64 titleId) { function Language (line 130) | Language language_for_title(u64 titleId) { function Result (line 135) | Result _set_locale_for_title(u64 titleId, Locale* locale) { function Result (line 188) | Result set_region_and_language_for_title(u64 titleId, Region region, Lan... function Result (line 210) | Result set_region_for_title(u64 titleId, Region region) { function Result (line 216) | Result set_language_for_title(u64 titleId, Language language) { FILE: source/locale.h type Region (line 5) | typedef enum { type Language (line 18) | typedef enum { type Locale (line 35) | typedef struct { FILE: source/main.c function cleanup (line 12) | void cleanup() { function main (line 33) | int main(int argc, const char* argv[]) { FILE: source/stb_image/stb_image.h type stbi_uc (line 320) | typedef unsigned char stbi_uc; type stbi_us (line 321) | typedef unsigned short stbi_us; type stbi_io_callbacks (line 342) | typedef struct type stbi__uint16 (line 530) | typedef unsigned short stbi__uint16; type stbi__int16 (line 531) | typedef signed short stbi__int16; type stbi__uint32 (line 532) | typedef unsigned int stbi__uint32; type stbi__int32 (line 533) | typedef signed int stbi__int32; type stbi__uint16 (line 536) | typedef uint16_t stbi__uint16; type stbi__int16 (line 537) | typedef int16_t stbi__int16; type stbi__uint32 (line 538) | typedef uint32_t stbi__uint32; type stbi__int32 (line 539) | typedef int32_t stbi__int32; function stbi__cpuid3 (line 618) | static int stbi__cpuid3(void) function stbi__sse2_available (line 639) | static int stbi__sse2_available() function stbi__sse2_available (line 647) | static int stbi__sse2_available() type stbi__context (line 682) | typedef struct function stbi__start_mem (line 702) | static void stbi__start_mem(stbi__context *s, stbi_uc const *buffer, int... function stbi__start_callbacks (line 711) | static void stbi__start_callbacks(stbi__context *s, stbi_io_callbacks *c... function stbi__stdio_read (line 724) | static int stbi__stdio_read(void *user, char *data, int size) function stbi__stdio_skip (line 729) | static void stbi__stdio_skip(void *user, int n) function stbi__stdio_eof (line 734) | static int stbi__stdio_eof(void *user) function stbi__start_file (line 746) | static void stbi__start_file(stbi__context *s, FILE *f) function stbi__rewind (line 755) | static void stbi__rewind(stbi__context *s) type stbi__result_info (line 770) | typedef struct function STBIDEF (line 834) | STBIDEF const char *stbi_failure_reason(void) function stbi__err (line 839) | static int stbi__err(const char *str) function stbi__addsizes_valid (line 862) | static int stbi__addsizes_valid(int a, int b) function stbi__mul2sizes_valid (line 874) | static int stbi__mul2sizes_valid(int a, int b) function stbi__mad2sizes_valid (line 883) | static int stbi__mad2sizes_valid(int a, int b, int add) function stbi__mad3sizes_valid (line 889) | static int stbi__mad3sizes_valid(int a, int b, int c, int add) function stbi__mad4sizes_valid (line 896) | static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) function STBIDEF (line 936) | STBIDEF void stbi_image_free(void *retval_from_stbi_load) function STBIDEF (line 951) | STBIDEF void stbi_set_flip_vertically_on_load(int flag_true_if_should_flip) function stbi_uc (line 1001) | static stbi_uc *stbi__convert_16_to_8(stbi__uint16 *orig, int w, int h, ... function stbi__uint16 (line 1017) | static stbi__uint16 *stbi__convert_8_to_16(stbi_uc *orig, int w, int h, ... function stbi__uint16 (line 1070) | static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, ... function stbi__float_postprocess (line 1109) | static void stbi__float_postprocess(float *result, int *x, int *y, int *... function FILE (line 1133) | static FILE *stbi__fopen(char const *filename, char const *mode) function STBIDEF (line 1146) | STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *co... function STBIDEF (line 1156) | STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp,... function STBIDEF (line 1169) | STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, in... function STBIDEF (line 1182) | STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int ... function STBIDEF (line 1195) | STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, i... function STBIDEF (line 1202) | STBIDEF stbi_uc *stbi_load_from_callbacks(stbi_io_callbacks const *clbk,... function STBIDEF (line 1228) | STBIDEF float *stbi_loadf_from_memory(stbi_uc const *buffer, int len, in... function STBIDEF (line 1235) | STBIDEF float *stbi_loadf_from_callbacks(stbi_io_callbacks const *clbk, ... function STBIDEF (line 1243) | STBIDEF float *stbi_loadf(char const *filename, int *x, int *y, int *com... function STBIDEF (line 1253) | STBIDEF float *stbi_loadf_from_file(FILE *f, int *x, int *y, int *comp, ... function STBIDEF (line 1267) | STBIDEF int stbi_is_hdr_from_memory(stbi_uc const *buffer, int len) function STBIDEF (line 1281) | STBIDEF int stbi_is_hdr (char const *filename) function STBIDEF (line 1292) | STBIDEF int stbi_is_hdr_from_file(FILE *f) function STBIDEF (line 1305) | STBIDEF int stbi_is_hdr_from_callbacks(stbi_io_callbacks const *clb... function STBIDEF (line 1321) | STBIDEF void stbi_ldr_to_hdr_gamma(float gamma) { stbi__l2h_gamma = ga... function STBIDEF (line 1322) | STBIDEF void stbi_ldr_to_hdr_scale(float scale) { stbi__l2h_scale = sc... function STBIDEF (line 1327) | STBIDEF void stbi_hdr_to_ldr_gamma(float gamma) { stbi__h2l_gamma_i = ... function STBIDEF (line 1328) | STBIDEF void stbi_hdr_to_ldr_scale(float scale) { stbi__h2l_scale_i = ... function stbi__refill_buffer (line 1343) | static void stbi__refill_buffer(stbi__context *s) function stbi_inline (line 1359) | stbi_inline static stbi_uc stbi__get8(stbi__context *s) function stbi_inline (line 1370) | stbi_inline static int stbi__at_eof(stbi__context *s) function stbi__skip (line 1382) | static void stbi__skip(stbi__context *s, int n) function stbi__getn (line 1399) | static int stbi__getn(stbi__context *s, stbi_uc *buffer, int n) function stbi__get16be (line 1423) | static int stbi__get16be(stbi__context *s) function stbi__uint32 (line 1429) | static stbi__uint32 stbi__get32be(stbi__context *s) function stbi__get16le (line 1438) | static int stbi__get16le(stbi__context *s) function stbi__uint32 (line 1446) | static stbi__uint32 stbi__get32le(stbi__context *s) function stbi_uc (line 1467) | static stbi_uc stbi__compute_y(int r, int g, int b) function stbi__uint16 (line 1516) | static stbi__uint16 stbi__compute_y_16(int r, int g, int b) function stbi__uint16 (line 1521) | static stbi__uint16 *stbi__convert_format16(stbi__uint16 *data, int img_... function stbi_uc (line 1588) | static stbi_uc *stbi__hdr_to_ldr(float *data, int x, int y, int comp) type stbi__huffman (line 1642) | typedef struct type stbi__jpeg (line 1653) | typedef struct function stbi__build_huffman (line 1705) | static int stbi__build_huffman(stbi__huffman *h, int *count) function stbi__build_fast_ac (line 1748) | static void stbi__build_fast_ac(stbi__int16 *fast_ac, stbi__huffman *h) function stbi__grow_buffer_unsafe (line 1773) | static void stbi__grow_buffer_unsafe(stbi__jpeg *j) function stbi_inline (line 1795) | stbi_inline static int stbi__jpeg_huff_decode(stbi__jpeg *j, stbi__huffm... function stbi_inline (line 1849) | stbi_inline static int stbi__extend_receive(stbi__jpeg *j, int n) function stbi_inline (line 1865) | stbi_inline static int stbi__jpeg_get_bits(stbi__jpeg *j, int n) function stbi_inline (line 1876) | stbi_inline static int stbi__jpeg_get_bit(stbi__jpeg *j) function stbi__jpeg_decode_block (line 1904) | static int stbi__jpeg_decode_block(stbi__jpeg *j, short data[64], stbi__... function stbi__jpeg_decode_block_prog_dc (line 1956) | static int stbi__jpeg_decode_block_prog_dc(stbi__jpeg *j, short data[64]... function stbi__jpeg_decode_block_prog_ac (line 1983) | static int stbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64]... function stbi_inline (line 2103) | stbi_inline static stbi_uc stbi__clamp(int x) function stbi__idct_block (line 2154) | static void stbi__idct_block(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2217) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2398) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi_uc (line 2606) | static stbi_uc stbi__get_marker(stbi__jpeg *j) function stbi__jpeg_reset (line 2623) | static void stbi__jpeg_reset(stbi__jpeg *j) function stbi__parse_entropy_coded_data (line 2636) | static int stbi__parse_entropy_coded_data(stbi__jpeg *z) function stbi__jpeg_dequantize (line 2760) | static void stbi__jpeg_dequantize(short *data, stbi__uint16 *dequant) function stbi__jpeg_finish (line 2767) | static void stbi__jpeg_finish(stbi__jpeg *z) function stbi__process_marker (line 2786) | static int stbi__process_marker(stbi__jpeg *z, int m) function stbi__process_scan_header (line 2851) | static int stbi__process_scan_header(stbi__jpeg *z) function stbi__free_jpeg_components (line 2890) | static int stbi__free_jpeg_components(stbi__jpeg *z, int ncomp, int why) function stbi__process_frame_header (line 2912) | static int stbi__process_frame_header(stbi__jpeg *z, int scan) function stbi__decode_jpeg_header (line 3004) | static int stbi__decode_jpeg_header(stbi__jpeg *z, int scan) function stbi__decode_jpeg_image (line 3027) | static int stbi__decode_jpeg_image(stbi__jpeg *j) type stbi_uc (line 3069) | typedef stbi_uc *(*resample_row_func)(stbi_uc *out, stbi_uc *in0, stbi_u... function stbi_uc (line 3074) | static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *... function stbi_uc (line 3083) | static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, s... function stbi_uc (line 3093) | static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 3123) | static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 3148) | static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_n... function stbi_uc (line 3264) | static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_nea... function stbi__YCbCr_to_RGB_row (line 3278) | static void stbi__YCbCr_to_RGB_row(stbi_uc *out, const stbi_uc *y, const... function stbi__YCbCr_to_RGB_simd (line 3304) | static void stbi__YCbCr_to_RGB_simd(stbi_uc *out, stbi_uc const *y, stbi... function stbi__setup_jpeg (line 3439) | static void stbi__setup_jpeg(stbi__jpeg *j) function stbi__cleanup_jpeg (line 3461) | static void stbi__cleanup_jpeg(stbi__jpeg *j) type stbi__resample (line 3466) | typedef struct function stbi_uc (line 3476) | static stbi_uc *load_jpeg_image(stbi__jpeg *z, int *out_x, int *out_y, i... function stbi__jpeg_test (line 3606) | static int stbi__jpeg_test(stbi__context *s) function stbi__jpeg_info_raw (line 3618) | static int stbi__jpeg_info_raw(stbi__jpeg *j, int *x, int *y, int *comp) function stbi__jpeg_info (line 3630) | static int stbi__jpeg_info(stbi__context *s, int *x, int *y, int *comp) type stbi__zhuffman (line 3656) | typedef struct function stbi_inline (line 3666) | stbi_inline static int stbi__bitreverse16(int n) function stbi_inline (line 3675) | stbi_inline static int stbi__bit_reverse(int v, int bits) function stbi__zbuild_huffman (line 3683) | static int stbi__zbuild_huffman(stbi__zhuffman *z, stbi_uc *sizelist, in... type stbi__zbuf (line 3736) | typedef struct function stbi_inline (line 3750) | stbi_inline static stbi_uc stbi__zget8(stbi__zbuf *z) function stbi__fill_bits (line 3756) | static void stbi__fill_bits(stbi__zbuf *z) function stbi__zreceive (line 3765) | int stbi__zreceive(stbi__zbuf *z, int n) function stbi__zhuffman_decode_slowpath (line 3775) | static int stbi__zhuffman_decode_slowpath(stbi__zbuf *a, stbi__zhuffman *z) function stbi_inline (line 3793) | stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffm... function stbi__zexpand (line 3807) | static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to m... function stbi__parse_huffman_block (line 3840) | static int stbi__parse_huffman_block(stbi__zbuf *a) function stbi__compute_huffman_codes (line 3882) | static int stbi__compute_huffman_codes(stbi__zbuf *a) function stbi__parse_uncompressed_block (line 3931) | static int stbi__parse_uncompressed_block(stbi__zbuf *a) function stbi__parse_zlib_header (line 3960) | static int stbi__parse_zlib_header(stbi__zbuf *a) function stbi__init_zdefaults (line 3975) | static void stbi__init_zdefaults(void) function stbi__parse_zlib (line 3986) | static int stbi__parse_zlib(stbi__zbuf *a, int parse_header) function stbi__do_zlib (line 4015) | static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, i... function STBIDEF (line 4025) | STBIDEF char *stbi_zlib_decode_malloc_guesssize(const char *buffer, int ... function STBIDEF (line 4041) | STBIDEF char *stbi_zlib_decode_malloc(char const *buffer, int len, int *... function STBIDEF (line 4046) | STBIDEF char *stbi_zlib_decode_malloc_guesssize_headerflag(const char *b... function STBIDEF (line 4062) | STBIDEF int stbi_zlib_decode_buffer(char *obuffer, int olen, char const ... function STBIDEF (line 4073) | STBIDEF char *stbi_zlib_decode_noheader_malloc(char const *buffer, int l... function STBIDEF (line 4089) | STBIDEF int stbi_zlib_decode_noheader_buffer(char *obuffer, int olen, co... type stbi__pngchunk (line 4112) | typedef struct function stbi__pngchunk (line 4118) | static stbi__pngchunk stbi__get_chunk_header(stbi__context *s) function stbi__check_png_header (line 4126) | static int stbi__check_png_header(stbi__context *s) type stbi__png (line 4135) | typedef struct function stbi__paeth (line 4163) | static int stbi__paeth(int a, int b, int c) function stbi__create_png_image_raw (line 4177) | static int stbi__create_png_image_raw(stbi__png *a, stbi_uc *raw, stbi__... function stbi__create_png_image (line 4387) | static int stbi__create_png_image(stbi__png *a, stbi_uc *image_data, stb... function stbi__compute_transparency (line 4431) | static int stbi__compute_transparency(stbi__png *z, stbi_uc tc[3], int o... function stbi__compute_transparency16 (line 4456) | static int stbi__compute_transparency16(stbi__png *z, stbi__uint16 tc[3]... function stbi__expand_png_palette (line 4481) | static int stbi__expand_png_palette(stbi__png *a, stbi_uc *palette, int ... function STBIDEF (line 4521) | STBIDEF void stbi_set_unpremultiply_on_load(int flag_true_if_should_unpr... function STBIDEF (line 4526) | STBIDEF void stbi_convert_iphone_png_to_rgb(int flag_true_if_should_conv... function stbi__de_iphone (line 4531) | static void stbi__de_iphone(stbi__png *z) function stbi__parse_png_file (line 4575) | static int stbi__parse_png_file(stbi__png *z, int scan, int req_comp) function stbi__png_test (line 4781) | static int stbi__png_test(stbi__context *s) function stbi__png_info_raw (line 4789) | static int stbi__png_info_raw(stbi__png *p, int *x, int *y, int *comp) function stbi__png_info (line 4801) | static int stbi__png_info(stbi__context *s, int *x, int *y, int *comp) function stbi__bmp_test_raw (line 4812) | static int stbi__bmp_test_raw(stbi__context *s) function stbi__bmp_test (line 4827) | static int stbi__bmp_test(stbi__context *s) function stbi__high_bit (line 4836) | static int stbi__high_bit(unsigned int z) function stbi__bitcount (line 4848) | static int stbi__bitcount(unsigned int a) function stbi__shiftsigned (line 4858) | static int stbi__shiftsigned(int v, int shift, int bits) type stbi__bmp_data (line 4875) | typedef struct function stbi__tga_get_comp (line 5128) | static int stbi__tga_get_comp(int bits_per_pixel, int is_grey, int* is_r... function stbi__tga_info (line 5144) | static int stbi__tga_info(stbi__context *s, int *x, int *y, int *comp) function stbi__tga_test (line 5209) | static int stbi__tga_test(stbi__context *s) function stbi__tga_read_rgb16 (line 5241) | static void stbi__tga_read_rgb16(stbi__context *s, stbi_uc* out) function stbi__psd_test (line 5459) | static int stbi__psd_test(stbi__context *s) function stbi__psd_decode_rle (line 5466) | static int stbi__psd_decode_rle(stbi__context *s, stbi_uc *p, int pixelC... function stbi__pic_is4 (line 5711) | static int stbi__pic_is4(stbi__context *s,const char *str) function stbi__pic_test_core (line 5721) | static int stbi__pic_test_core(stbi__context *s) type stbi__pic_packet (line 5737) | typedef struct function stbi_uc (line 5742) | static stbi_uc *stbi__readval(stbi__context *s, int channel, stbi_uc *dest) function stbi__copyval (line 5756) | static void stbi__copyval(int channel,stbi_uc *dest,const stbi_uc *src) function stbi_uc (line 5765) | static stbi_uc *stbi__pic_load_core(stbi__context *s,int width,int heigh... function stbi__pic_test (line 5909) | static int stbi__pic_test(stbi__context *s) type stbi__gif_lzw (line 5921) | typedef struct type stbi__gif (line 5928) | typedef struct function stbi__gif_test_raw (line 5945) | static int stbi__gif_test_raw(stbi__context *s) function stbi__gif_test (line 5955) | static int stbi__gif_test(stbi__context *s) function stbi__gif_parse_colortable (line 5962) | static void stbi__gif_parse_colortable(stbi__context *s, stbi_uc pal[256... function stbi__gif_header (line 5973) | static int stbi__gif_header(stbi__context *s, stbi__gif *g, int *comp, i... function stbi__gif_info_raw (line 6001) | static int stbi__gif_info_raw(stbi__context *s, int *x, int *y, int *comp) function stbi__out_gif_code (line 6015) | static void stbi__out_gif_code(stbi__gif *g, stbi__uint16 code) function stbi_uc (line 6049) | static stbi_uc *stbi__process_gif_raster(stbi__context *s, stbi__gif *g) function stbi__fill_gif_background (line 6129) | static void stbi__fill_gif_background(stbi__gif *g, int x0, int y0, int ... function stbi_uc (line 6145) | static stbi_uc *stbi__gif_load_next(stbi__context *s, stbi__gif *g, int ... function stbi__gif_info (line 6285) | static int stbi__gif_info(stbi__context *s, int *x, int *y, int *comp) function stbi__hdr_test_core (line 6295) | static int stbi__hdr_test_core(stbi__context *s, const char *signature) function stbi__hdr_test (line 6305) | static int stbi__hdr_test(stbi__context* s) function stbi__hdr_convert (line 6339) | static void stbi__hdr_convert(float *output, stbi_uc *input, int req_comp) function stbi__hdr_info (line 6494) | static int stbi__hdr_info(stbi__context *s, int *x, int *y, int *comp) function stbi__bmp_info (line 6535) | static int stbi__bmp_info(stbi__context *s, int *x, int *y, int *comp) function stbi__psd_info (line 6553) | static int stbi__psd_info(stbi__context *s, int *x, int *y, int *comp) function stbi__pic_info (line 6586) | static int stbi__pic_info(stbi__context *s, int *x, int *y, int *comp) function stbi__pnm_test (line 6654) | static int stbi__pnm_test(stbi__context *s) function stbi__pnm_isspace (line 6692) | static int stbi__pnm_isspace(char c) function stbi__pnm_skip_whitespace (line 6697) | static void stbi__pnm_skip_whitespace(stbi__context *s, char *c) function stbi__pnm_isdigit (line 6711) | static int stbi__pnm_isdigit(char c) function stbi__pnm_getinteger (line 6716) | static int stbi__pnm_getinteger(stbi__context *s, char *c) function stbi__pnm_info (line 6728) | static int stbi__pnm_info(stbi__context *s, int *x, int *y, int *comp) function stbi__info_main (line 6763) | static int stbi__info_main(stbi__context *s, int *x, int *y, int *comp) function STBIDEF (line 6806) | STBIDEF int stbi_info(char const *filename, int *x, int *y, int *comp) function STBIDEF (line 6816) | STBIDEF int stbi_info_from_file(FILE *f, int *x, int *y, int *comp) function STBIDEF (line 6828) | STBIDEF int stbi_info_from_memory(stbi_uc const *buffer, int len, int *x... function STBIDEF (line 6835) | STBIDEF int stbi_info_from_callbacks(stbi_io_callbacks const *c, void *u... FILE: source/ui/error.c type error_data (line 543) | typedef struct { function error_draw_top (line 550) | static void error_draw_top(ui_view* view, void* data, float x1, float y1... function error_onresponse (line 558) | static void error_onresponse(ui_view* view, void* data, bool response) { function error_display (line 568) | void error_display(volatile bool* dismissed, void* data, void (*drawTop)... function error_display_res (line 587) | void error_display_res(volatile bool* dismissed, void* data, void (*draw... function error_display_errno (line 613) | void error_display_errno(volatile bool* dismissed, void* data, void (*dr... FILE: source/ui/info.c type info_data (line 10) | typedef struct { function info_update (line 19) | static void info_update(ui_view* view, void* data, float bx1, float by1,... function info_draw_top (line 27) | static void info_draw_top(ui_view* view, void* data, float x1, float y1,... function info_draw_bottom (line 35) | static void info_draw_bottom(ui_view* view, void* data, float x1, float ... function info_display (line 69) | void info_display(const char* name, const char* info, bool bar, void* da... function info_destroy (line 102) | void info_destroy(ui_view* view) { FILE: source/ui/list.c type list_data (line 9) | typedef struct { function list_get_item_screen_y (line 23) | static float list_get_item_screen_y(list_data* listData, u32 index) { function list_get_item_at (line 34) | static int list_get_item_at(list_data* listData, float screenY) { function list_validate_pos (line 50) | static void list_validate_pos(list_data* listData, float by1, float by2) { function list_update (line 76) | static void list_update(ui_view* view, void* data, float bx1, float by1,... function list_draw_top (line 174) | static void list_draw_top(ui_view* view, void* data, float x1, float y1,... function list_draw_bottom (line 182) | static void list_draw_bottom(ui_view* view, void* data, float x1, float ... function list_display (line 214) | void list_display(const char* name, const char* info, void* data, void (... function list_destroy (line 251) | void list_destroy(ui_view* view) { FILE: source/ui/list.h type list_item (line 7) | typedef struct { FILE: source/ui/mainmenu.c function mainmenu_draw_top (line 20) | static void mainmenu_draw_top(ui_view* view, void* data, float x1, float... function mainmenu_update (line 41) | static void mainmenu_update(ui_view* view, void* data, list_item** items... function mainmenu_open (line 60) | void mainmenu_open() { FILE: source/ui/prompt.c type prompt_data (line 9) | typedef struct { function prompt_notify_response (line 19) | static void prompt_notify_response(ui_view* view, prompt_data* promptDat... function prompt_update (line 30) | static void prompt_update(ui_view* view, void* data, float bx1, float by... function prompt_draw_top (line 84) | static void prompt_draw_top(ui_view* view, void* data, float x1, float y... function prompt_draw_bottom (line 92) | static void prompt_draw_bottom(ui_view* view, void* data, float x1, floa... function prompt_display (line 141) | void prompt_display(const char* name, const char* text, u32 rgba, bool o... FILE: source/ui/section/action/change_language.c type language_data (line 13) | typedef struct { function action_set_language (line 21) | static void action_set_language(language_data* data, char* name, bool po... function language_draw_top (line 36) | static void language_draw_top(ui_view* view, void* data, float x1, float... function language_update (line 40) | static void language_update(ui_view* view, void* data, list_item** items... function action_change_language (line 82) | void action_change_language(title_info* info, bool* populated) { FILE: source/ui/section/action/change_locale_dir.c function action_write_locale_dir_config (line 9) | static void action_write_locale_dir_config(ui_view* view, void* data, bo... function action_change_locale_dir (line 27) | void action_change_locale_dir(config_info* info, bool* populated) { FILE: source/ui/section/action/change_region.c type region_data (line 13) | typedef struct { function action_set_region (line 21) | static void action_set_region(region_data* data, char* name, bool popula... function region_draw_top (line 37) | static void region_draw_top(ui_view* view, void* data, float x1, float y... function region_update (line 41) | static void region_update(ui_view* view, void* data, list_item** items, ... function action_change_region (line 84) | void action_change_region(title_info* info, bool* populated) { FILE: source/ui/section/action/pick_locale_dir.c function action_pick_locale_dir (line 7) | void action_pick_locale_dir(config_info* info, bool* populated) { FILE: source/ui/section/action/use_system_default.c function action_remove_locale_file (line 13) | static void action_remove_locale_file(ui_view* view, void* data, bool re... function action_use_system_default (line 42) | void action_use_system_default(title_info* info, bool* populated) { FILE: source/ui/section/config.c type locale_data (line 16) | typedef struct { type config_action_data (line 23) | typedef struct { function config_draw_top (line 42) | static void config_draw_top(ui_view* view, void* data, float x1, float y... function config_update (line 52) | static void config_update(ui_view* view, void* data, list_item** items, ... function config_open (line 108) | void config_open() { FILE: source/ui/section/nuke.c function really_nuke (line 16) | static void really_nuke(ui_view* view, void* data, bool response) { function nuke (line 75) | void nuke() { FILE: source/ui/section/task/listtitles.c type populate_titles_data (line 18) | typedef struct { type locale_entry_list (line 27) | typedef struct locale_entry_list { function locale_entry_list (line 42) | locale_entry_list* find_entry_for_title_id(u64 titleId) { function Result (line 51) | Result populate_locales() { function Result (line 117) | static Result task_populate_titles_add_ctr(populate_titles_data* data, F... function Result (line 218) | static Result task_populate_titles_add_twl(populate_titles_data* data, F... function Result (line 363) | static Result task_populate_titles_from(populate_titles_data* data, FS_M... function task_populate_titles_thread (line 408) | static void task_populate_titles_thread(void* arg) { function task_clear_titles (line 420) | void task_clear_titles(list_item* items, u32* count) { function Handle (line 444) | Handle task_populate_titles(list_item* items, u32* count, u32 max, bool ... FILE: source/ui/section/task/task.c function task_is_quit_all (line 7) | bool task_is_quit_all() { function task_quit_all (line 11) | void task_quit_all() { FILE: source/ui/section/task/task.h type meta_info (line 9) | typedef struct meta_info_s { type title_info (line 17) | typedef struct { type config_info (line 29) | typedef struct { type pending_title_info (line 34) | typedef struct { type ticket_info (line 40) | typedef struct { type ext_save_data_info (line 44) | typedef struct { type system_save_data_info (line 52) | typedef struct { type cia_info (line 56) | typedef struct { type file_info (line 64) | typedef struct { type DataOp (line 82) | typedef enum { type data_op_info (line 87) | typedef struct { FILE: source/ui/section/titles.c type titles_data (line 13) | typedef struct { type titles_action_data (line 56) | typedef struct { function titles_action_draw_top (line 61) | static void titles_action_draw_top(ui_view* view, void* data, float x1, ... function titles_action_update (line 65) | static void titles_action_update(ui_view* view, void* data, list_item** ... function titles_action_open (line 91) | static void titles_action_open(title_info* info, bool* populated) { function titles_draw_top (line 105) | static void titles_draw_top(ui_view* view, void* data, float x1, float y... function titles_update (line 111) | static void titles_update(ui_view* view, void* data, list_item** items, ... function titles_open (line 176) | void titles_open() { FILE: source/ui/ui.c function ui_init (line 19) | void ui_init() { function ui_exit (line 25) | void ui_exit() { function ui_view (line 32) | ui_view* ui_top() { function ui_push (line 45) | bool ui_push(ui_view* view) { function ui_pop (line 62) | void ui_pop() { function ui_draw_top (line 72) | static void ui_draw_top(ui_view* ui) { function ui_draw_bottom (line 168) | static void ui_draw_bottom(ui_view* ui) { function ui_update (line 221) | bool ui_update() { function ui_draw_ext_save_data_info (line 248) | void ui_draw_ext_save_data_info(ui_view* view, void* data, float x1, flo... function ui_draw_title_info (line 320) | void ui_draw_title_info(ui_view* view, void* data, float x1, float y1, f... FILE: source/ui/ui.h type ui_view (line 5) | typedef struct ui_view_s {