Lines Matching +defs:save +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()
2085 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()
2145 int stbi_jpeg_test_memory(stbi_uc const *buffer, int len) in stbi_jpeg_test_memory()
2158 int stbi_jpeg_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp) in stbi_jpeg_info_from_memory()
2536 char *stbi_zlib_decode_malloc_guesssize(const char * buffer, int len, int initial_size, int *outlen) in stbi_zlib_decode_malloc_guesssize()
2559 char *stbi_zlib_decode_malloc(char const *buffer, int len, int *outlen) in stbi_zlib_decode_malloc()
2564 char *stbi_zlib_decode_malloc_guesssize_headerflag(const char *buffer, int len, int initial_size, i… in stbi_zlib_decode_malloc_guesssize_headerflag()
2604 char *stbi_zlib_decode_noheader_malloc(char const *buffer, int len, int *outlen) in stbi_zlib_decode_noheader_malloc()
2803 int save; in create_png_image() local
3149 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()
3169 int stbi_png_test_memory(stbi_uc const *buffer, int len) in stbi_png_test_memory()
3209 int stbi_png_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp) in stbi_png_info_from_memory()
3244 int stbi_bmp_test_memory (stbi_uc const *buffer, int len) in stbi_bmp_test_memory()
3507 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()
3559 int stbi_tga_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp) in stbi_tga_info_from_memory()
3598 int stbi_tga_test_memory (stbi_uc const *buffer, int len) in stbi_tga_test_memory()
3845 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()
3874 int stbi_psd_test_memory(stbi_uc const *buffer, int len) in stbi_psd_test_memory()
4058 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()
4269 int stbi_pic_test_memory(stbi_uc const *buffer, int len) in stbi_pic_test_memory()
4276 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()
4360 int stbi_gif_test_memory (stbi_uc const *buffer, int len) in stbi_gif_test_memory()
4679 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()
4733 int stbi_gif_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp) in stbi_gif_info_from_memory()
4757 int stbi_hdr_test_memory(stbi_uc const *buffer, int len) in stbi_hdr_test_memory()
4777 static char *hdr_gettoken(stbi *z, char *buffer) in hdr_gettoken()
4829 char buffer[HDR_BUFLEN]; in hdr_load() local
4947 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()
4988 int stbi_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp) in stbi_info_from_memory()