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()
1025 static float *ldr_to_hdr(stbi_uc *data, int x, int y, int comp) in ldr_to_hdr()
1043 static stbi_uc *hdr_to_ldr(float *data, int x, int y, int comp) in hdr_to_ldr()
1954 static uint8 *load_jpeg_image(jpeg *z, int *out_x, int *out_y, int *comp, int req_comp) in load_jpeg_image()
2055 unsigned char *stbi_jpeg_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_jpeg_load_from_file()
2062 unsigned char *stbi_jpeg_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_jpeg_load()
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()
2089 static int stbi_jpeg_info_raw(jpeg *j, int *x, int *y, int *comp) in stbi_jpeg_info_raw()
2111 int stbi_jpeg_info_from_file(FILE *f, int *x, int *y, int *comp) in stbi_jpeg_info_from_file()
2122 int stbi_jpeg_info(char const *filename, int *x, int *y, int *comp) in stbi_jpeg_info()
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()
2906 int depth,color,comp,filter; in parse_png_file() local
3061 unsigned char *stbi_png_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_png_load_from_file()
3068 unsigned char *stbi_png_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_png_load()
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()
3106 static int stbi_png_info_raw(png *p, int *x, int *y, int *comp) in stbi_png_info_raw()
3117 int stbi_png_info (char const *filename, int *x, int *y, int *comp) in stbi_png_info()
3127 int stbi_png_info_from_file(FILE *f, int *x, int *y, int *comp) in stbi_png_info_from_file()
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()
3221 static stbi_uc *bmp_load(stbi *s, int *x, int *y, int *comp, int req_comp) in bmp_load()
3416 stbi_uc *stbi_bmp_load (char const *filename, int *x, int *y, int *comp, int … in stbi_bmp_load()
3426 stbi_uc *stbi_bmp_load_from_file (FILE *f, int *x, int *y, int *comp, int req_co… in stbi_bmp_load_from_file()
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()
3444 static int tga_info(stbi *s, int *x, int *y, int *comp) in tga_info()
3474 int stbi_tga_info_from_file(FILE *f, int *x, int *y, int *comp) in stbi_tga_info_from_file()
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()
3532 static stbi_uc *tga_load(stbi *s, int *x, int *y, int *comp, int req_comp) in tga_load()
3754 stbi_uc *stbi_tga_load (char const *filename, int *x, int *y, int *comp, int … in stbi_tga_load()
3764 stbi_uc *stbi_tga_load_from_file (FILE *f, int *x, int *y, int *comp, int req_co… in stbi_tga_load_from_file()
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()
3808 static stbi_uc *psd_load(stbi *s, int *x, int *y, int *comp, int req_comp) in psd_load()
3967 stbi_uc *stbi_psd_load(char const *filename, int *x, int *y, int *comp, int req_comp) in stbi_psd_load()
3977 stbi_uc *stbi_psd_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_psd_load_from_file()
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()
4053 static stbi_uc *pic_load2(stbi *s,int width,int height,int *comp, stbi_uc *result) in pic_load2()
4163 static stbi_uc *pic_load(stbi *s,int *px,int *py,int *comp,int req_comp) in pic_load()
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()
4222 stbi_uc *stbi_pic_load(char const *filename,int *x, int *y, int *comp, int req_comp) in stbi_pic_load()
4232 stbi_uc *stbi_pic_load_from_file(FILE *f,int *x, int *y, int *comp, int req_comp) in stbi_pic_load_from_file()
4305 static int stbi_gif_header(stbi *s, stbi_gif *g, int *comp, int is_info) in stbi_gif_header()
4333 static int stbi_gif_info_raw(stbi *s, int *x, int *y, int *comp) in stbi_gif_info_raw()
4470 static uint8 *stbi_gif_load_next(stbi *s, stbi_gif *g, int *comp, int req_comp) in stbi_gif_load_next()
4571 stbi_uc *stbi_gif_load (char const *filename, int *x, int *y, int *comp, int … in stbi_gif_load()
4581 stbi_uc *stbi_gif_load_from_file (FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_gif_load_from_file()
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()
4631 int stbi_gif_info (char const *filename, int *x, int *y, int *comp) in stbi_gif_info()
4641 int stbi_gif_info_from_file(FILE *f, int *x, int *y, int *comp) in stbi_gif_info_from_file()
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()
4747 static float *hdr_load(stbi *s, int *x, int *y, int *comp, int req_comp) in hdr_load()
4859 float *stbi_hdr_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp) in stbi_hdr_load_from_file()
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()
4878 int stbi_info(char const *filename, int *x, int *y, int *comp) in stbi_info()
4888 int stbi_info_from_file(FILE *f, int *x, int *y, int *comp) in stbi_info_from_file()
4908 int stbi_info_from_memory(stbi_uc const *buffer, int len, int *x, int *y, int *comp) in stbi_info_from_memory()