Home
last modified time | relevance | path

Searched defs:req_comp (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/stbi/
H A Dstb_image.c654 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()
[all …]