Lines Matching defs:req_comp

654 unsigned char *stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp)  in stbi_load()
664 unsigned char *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_load_from_file()
691 …har *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp) in stbi_load_from_memory()
720 float *stbi_loadf(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_loadf()
730 float *stbi_loadf_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_loadf_from_file()
744 …at *stbi_loadf_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp) in stbi_loadf_from_memory()
980 static unsigned char *convert_format(unsigned char *data, int img_n, int req_comp, uint x, uint y) in convert_format()
1966 static uint8 *load_jpeg_image(jpeg *z, int *out_x, int *out_y, int *comp, int req_comp) in load_jpeg_image()
2067 unsigned char *stbi_jpeg_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_jpeg_load_from_file()
2074 unsigned char *stbi_jpeg_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_jpeg_load()
2085 …stbi_jpeg_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp) in stbi_jpeg_load_from_memory()
2956 static int parse_png_file(png *z, int scan, int req_comp) in parse_png_file()
3105 static unsigned char *do_png(png *p, int *x, int *y, int *n, int req_comp) in do_png()
3131 unsigned char *stbi_png_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_png_load_from_file()
3138 unsigned char *stbi_png_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_png_load()
3149 …*stbi_png_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp) in stbi_png_load_from_memory()
3291 static stbi_uc *bmp_load(stbi *s, int *x, int *y, int *comp, int req_comp) in bmp_load()
3489 …stbi_bmp_load (char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_bmp_load()
3499 …i_uc *stbi_bmp_load_from_file (FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_bmp_load_from_file()
3507 …stbi_bmp_load_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp) in stbi_bmp_load_from_memory()
3605 static stbi_uc *tga_load(stbi *s, int *x, int *y, int *comp, int req_comp) in tga_load()
3827 …stbi_tga_load (char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_tga_load()
3837 …i_uc *stbi_tga_load_from_file (FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_tga_load_from_file()
3845 …stbi_tga_load_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp) in stbi_tga_load_from_memory()
3881 static stbi_uc *psd_load(stbi *s, int *x, int *y, int *comp, int req_comp) in psd_load()
4040 stbi_uc *stbi_psd_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_psd_load()
4050 stbi_uc *stbi_psd_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_psd_load_from_file()
4058 …stbi_psd_load_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp) in stbi_psd_load_from_memory()
4236 static stbi_uc *pic_load(stbi *s,int *px,int *py,int *comp,int req_comp) in pic_load()
4276 …stbi_pic_load_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp) in stbi_pic_load_from_memory()
4295 stbi_uc *stbi_pic_load(char const *filename,int *x, int *y, int *comp, int req_comp) in stbi_pic_load()
4305 stbi_uc *stbi_pic_load_from_file(FILE *f,int *x, int *y, int *comp, int req_comp) in stbi_pic_load_from_file()
4550 static uint8 *stbi_gif_load_next(stbi *s, stbi_gif *g, int *comp, int req_comp) in stbi_gif_load_next()
4651 …stbi_gif_load (char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_gif_load()
4661 stbi_uc *stbi_gif_load_from_file (FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_gif_load_from_file()
4679 …stbi_gif_load_from_memory (stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp) in stbi_gif_load_from_memory()
4799 static void hdr_convert(float *output, stbi_uc *input, int req_comp) in hdr_convert()
4827 static float *hdr_load(stbi *s, int *x, int *y, int *comp, int req_comp) in hdr_load()
4939 float *stbi_hdr_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_hdr_load_from_file()
4947 …*stbi_hdr_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int req_comp) in stbi_hdr_load_from_memory()