Home
last modified time | relevance | path

Searched refs:vdir (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h451 static void stbiw__write_pixels(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int co… in stbiw__write_pixels() argument
460 vdir *= -1; in stbiw__write_pixels()
462 if (vdir < 0) { in stbiw__write_pixels()
468 for (; j != j_end; j += vdir) { in stbiw__write_pixels()
478 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, in… in stbiw__outfile() argument
487 stbiw__write_pixels(s,rgb_dir,vdir,x,y,comp,data,alpha,pad, expand_mono); in stbiw__outfile()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h451 static void stbiw__write_pixels(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int co… in stbiw__write_pixels() argument
460 vdir *= -1; in stbiw__write_pixels()
462 if (vdir < 0) { in stbiw__write_pixels()
468 for (; j != j_end; j += vdir) { in stbiw__write_pixels()
478 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, in… in stbiw__outfile() argument
487 stbiw__write_pixels(s,rgb_dir,vdir,x,y,comp,data,alpha,pad, expand_mono); in stbiw__outfile()