Searched refs:stbiw__outfile (Results 1 - 2 of 2) sorted by relevance
/third_party/glfw/deps/ |
H A D | stb_image_write.h | 478 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, int expand_mono, void *data, int alpha, int pad, const char *fmt, ...) in stbiw__outfile() function 497 return stbiw__outfile(s,-1,-1,x,y,comp,1,(void *) data,0,pad, in stbi_write_bmp_core() 505 return stbiw__outfile(s,-1,-1,x,y,comp,1,(void *)data,1,0, in stbi_write_bmp_core() 542 return stbiw__outfile(s, -1, -1, x, y, comp, 0, (void *) data, has_alpha, 0, in stbi_write_tga_core()
|
/third_party/astc-encoder/Source/ |
H A D | stb_image_write.h | 478 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, int expand_mono, void *data, int alpha, int pad, const char *fmt, ...) in stbiw__outfile() function 497 return stbiw__outfile(s,-1,-1,x,y,comp,1,(void *) data,0,pad, in stbi_write_bmp_core() 505 return stbiw__outfile(s,-1,-1,x,y,comp,1,(void *)data,1,0, in stbi_write_bmp_core() 542 return stbiw__outfile(s, -1, -1, x, y, comp, 0, (void *) data, has_alpha, 0, in stbi_write_tga_core()
|
Completed in 6 milliseconds