Searched refs:stbi__compute_transparency (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/armnn/third-party/stb/ |
H A D | stb_image.h | 4540 static int stbi__compute_transparency(stbi__png *z, stbi_uc tc[3], int out_n) in stbi__compute_transparency() function 4815 if (!stbi__compute_transparency(z, tc, s->img_out_n)) return 0; in stbi__parse_png_file()
|
/aosp_15_r20/external/ComputeLibrary/include/stb/ |
H A D | stb_image.h | 4586 static int stbi__compute_transparency(stbi__png *z, stbi_uc tc[3], int out_n) in stbi__compute_transparency() function 4861 if (!stbi__compute_transparency(z, tc, s->img_out_n)) return 0; in stbi__parse_png_file()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image.h | 4844 static int stbi__compute_transparency(stbi__png *z, stbi_uc tc[3], int out_n) in stbi__compute_transparency() function 5148 if (!stbi__compute_transparency(z, tc, s->img_out_n)) return 0; in stbi__parse_png_file()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 4851 static int stbi__compute_transparency(stbi__png *z, stbi_uc tc[3], int out_n) in stbi__compute_transparency() function 5155 if (!stbi__compute_transparency(z, tc, s->img_out_n)) return 0; in stbi__parse_png_file()
|