Lines Matching defs: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 unsigned char *stbi_load_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp, int… 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 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()
1037 static float *ldr_to_hdr(stbi_uc *data, int x, int y, int comp) in ldr_to_hdr()
1055 static stbi_uc *hdr_to_ldr(float *data, int x, int y, int comp) in hdr_to_ldr()
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 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()
2101 static int stbi_jpeg_info_raw(jpeg *j, int *x, int *y, int *comp) in stbi_jpeg_info_raw()
2123 int stbi_jpeg_info_from_file(FILE *f, int *x, int *y, int *comp) in stbi_jpeg_info_from_file()
2134 int stbi_jpeg_info(char const *filename, int *x, int *y, int *comp) in stbi_jpeg_info()
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()
2976 int depth,color,comp,filter; in parse_png_file() local
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 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()
3176 static int stbi_png_info_raw(png *p, int *x, int *y, int *comp) in stbi_png_info_raw()
3187 int stbi_png_info (char const *filename, int *x, int *y, int *comp) in stbi_png_info()
3197 int stbi_png_info_from_file(FILE *f, int *x, int *y, int *comp) in stbi_png_info_from_file()
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()
3291 static stbi_uc *bmp_load(stbi *s, int *x, int *y, int *comp, int req_comp) in bmp_load()
3489 stbi_uc *stbi_bmp_load (char const *filename, int *x, int *y, int *comp, int … in stbi_bmp_load()
3499 stbi_uc *stbi_bmp_load_from_file (FILE *f, int *x, int *y, int *comp, int req_co… in stbi_bmp_load_from_file()
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()
3517 static int tga_info(stbi *s, int *x, int *y, int *comp) in tga_info()
3547 int stbi_tga_info_from_file(FILE *f, int *x, int *y, int *comp) in stbi_tga_info_from_file()
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()
3605 static stbi_uc *tga_load(stbi *s, int *x, int *y, int *comp, int req_comp) in tga_load()
3827 stbi_uc *stbi_tga_load (char const *filename, int *x, int *y, int *comp, int … in stbi_tga_load()
3837 stbi_uc *stbi_tga_load_from_file (FILE *f, int *x, int *y, int *comp, int req_co… in stbi_tga_load_from_file()
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()
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_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()
4126 static stbi_uc *pic_load2(stbi *s,int width,int height,int *comp, stbi_uc *result) in pic_load2()
4236 static stbi_uc *pic_load(stbi *s,int *px,int *py,int *comp,int req_comp) in pic_load()
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()
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()
4378 static int stbi_gif_header(stbi *s, stbi_gif *g, int *comp, int is_info) in stbi_gif_header()
4406 static int stbi_gif_info_raw(stbi *s, int *x, int *y, int *comp) in stbi_gif_info_raw()
4550 static uint8 *stbi_gif_load_next(stbi *s, stbi_gif *g, int *comp, int req_comp) in stbi_gif_load_next()
4651 stbi_uc *stbi_gif_load (char const *filename, int *x, int *y, int *comp, int … 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_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()
4711 int stbi_gif_info (char const *filename, int *x, int *y, int *comp) in stbi_gif_info()
4721 int stbi_gif_info_from_file(FILE *f, int *x, int *y, int *comp) in stbi_gif_info_from_file()
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()
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 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()
4958 int stbi_info(char const *filename, int *x, int *y, int *comp) in stbi_info()
4968 int stbi_info_from_file(FILE *f, int *x, int *y, int *comp) in stbi_info_from_file()
4988 int stbi_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp) in stbi_info_from_memory()