Searched refs:stbiw__encode_png_line (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 1092 static void stbiw__encode_png_line(unsigned char *pixels, int stride_bytes, int width, int height, … in stbiw__encode_png_line() function 1150 …stbiw__encode_png_line((unsigned char*)(pixels), stride_bytes, x, y, j, n, force_filter, line_buff… in stbi_write_png_to_mem() 1154 …stbiw__encode_png_line((unsigned char*)(pixels), stride_bytes, x, y, j, n, filter_type, line_buffe… in stbi_write_png_to_mem() 1167 …stbiw__encode_png_line((unsigned char*)(pixels), stride_bytes, x, y, j, n, best_filter, line_buffe… in stbi_write_png_to_mem()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 1092 static void stbiw__encode_png_line(unsigned char *pixels, int stride_bytes, int width, int height, … in stbiw__encode_png_line() function 1150 …stbiw__encode_png_line((unsigned char*)(pixels), stride_bytes, x, y, j, n, force_filter, line_buff… in stbi_write_png_to_mem() 1154 …stbiw__encode_png_line((unsigned char*)(pixels), stride_bytes, x, y, j, n, filter_type, line_buffe… in stbi_write_png_to_mem() 1167 …stbiw__encode_png_line((unsigned char*)(pixels), stride_bytes, x, y, j, n, best_filter, line_buffe… in stbi_write_png_to_mem()
|