Searched refs:stbi__flip_vertically_on_write (Results 1 – 2 of 2) sorted by relevance
260 static int stbi__flip_vertically_on_write = 0; variable264 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()459 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()550 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()781 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()1099 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()1100 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()1540 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()1578 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()