Searched refs:stbiw__write_pixel (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 418 static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int … in stbiw__write_pixel() function 471 stbiw__write_pixel(s, rgb_dir, comp, write_alpha, expand_mono, d); in stbiw__write_pixels() 597 stbiw__write_pixel(s, -1, comp, has_alpha, 0, begin + k * comp); in stbi_write_tga_core() 602 stbiw__write_pixel(s, -1, comp, has_alpha, 0, begin); in stbi_write_tga_core()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 418 static void stbiw__write_pixel(stbi__write_context *s, int rgb_dir, int comp, int write_alpha, int … in stbiw__write_pixel() function 471 stbiw__write_pixel(s, rgb_dir, comp, write_alpha, expand_mono, d); in stbiw__write_pixels() 597 stbiw__write_pixel(s, -1, comp, has_alpha, 0, begin + k * comp); in stbi_write_tga_core() 602 stbiw__write_pixel(s, -1, comp, has_alpha, 0, begin); in stbi_write_tga_core()
|