Lines Matching +defs:temp +defs:buffer

691 unsigned char *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int…  in stbi_load_from_memory()
744 float *stbi_loadf_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_co… in stbi_loadf_from_memory()
762 int stbi_is_hdr_from_memory(stbi_uc const *buffer, int len) in stbi_is_hdr_from_memory()
845 static void start_mem(stbi *s, uint8 const *buffer, int len) in start_mem()
918 static int getn(stbi *s, stbi_uc *buffer, int n) in getn()
1213 unsigned int temp; in decode() local
2073 unsigned char *stbi_jpeg_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp… in stbi_jpeg_load_from_memory()
2133 int stbi_jpeg_test_memory(stbi_uc const *buffer, int len) in stbi_jpeg_test_memory()
2140 int stbi_jpeg_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp) in stbi_jpeg_info_from_memory()
2512 char *stbi_zlib_decode_malloc_guesssize(const char * buffer, int len, int initial_size, int *outlen) in stbi_zlib_decode_malloc_guesssize()
2528 char *stbi_zlib_decode_malloc(char const *buffer, int len, int *outlen) in stbi_zlib_decode_malloc()
2533 char *stbi_zlib_decode_malloc_guesssize_headerflag(const char *buffer, int len, int initial_size, i… in stbi_zlib_decode_malloc_guesssize_headerflag()
2560 char *stbi_zlib_decode_noheader_malloc(char const *buffer, int len, int *outlen) in stbi_zlib_decode_noheader_malloc()
3079 unsigned char *stbi_png_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp,… in stbi_png_load_from_memory()
3099 int stbi_png_test_memory(stbi_uc const *buffer, int len) in stbi_png_test_memory()
3139 int stbi_png_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp) in stbi_png_info_from_memory()
3174 int stbi_bmp_test_memory (stbi_uc const *buffer, int len) in stbi_bmp_test_memory()
3434 stbi_uc *stbi_bmp_load_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int … in stbi_bmp_load_from_memory()
3486 int stbi_tga_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp) in stbi_tga_info_from_memory()
3525 int stbi_tga_test_memory (stbi_uc const *buffer, int len) in stbi_tga_test_memory()
3732 unsigned char temp = tga_data[index1]; in tga_load() local
3772 stbi_uc *stbi_tga_load_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int … in stbi_tga_load_from_memory()
3801 int stbi_psd_test_memory(stbi_uc const *buffer, int len) in stbi_psd_test_memory()
3985 stbi_uc *stbi_psd_load_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int … in stbi_psd_load_from_memory()
4196 int stbi_pic_test_memory(stbi_uc const *buffer, int len) in stbi_pic_test_memory()
4203 stbi_uc *stbi_pic_load_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int … in stbi_pic_load_from_memory()
4287 int stbi_gif_test_memory (stbi_uc const *buffer, int len) in stbi_gif_test_memory()
4599 stbi_uc *stbi_gif_load_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int … in stbi_gif_load_from_memory()
4653 int stbi_gif_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp) in stbi_gif_info_from_memory()
4677 int stbi_hdr_test_memory(stbi_uc const *buffer, int len) in stbi_hdr_test_memory()
4697 static char *hdr_gettoken(stbi *z, char *buffer) in hdr_gettoken()
4749 char buffer[HDR_BUFLEN]; in hdr_load() local
4867 float *stbi_hdr_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req… in stbi_hdr_load_from_memory()
4908 int stbi_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp) in stbi_info_from_memory()