Home
last modified time | relevance | path

Searched refs:stbi__flip_vertically_on_write (Results 1 – 25 of 25) sorted by relevance

/dports/emulators/anese/ANESE-0.9.1/thirdparty/headeronly/
H A Dstb_image_write.h242 static int stbi__flip_vertically_on_write=0; variable
248 int stbi__flip_vertically_on_write=0; variable
255 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
391 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
469 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
697 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
995 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
996 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1427 … int p = (stbi__flip_vertically_on_write ? height-1-row : row)*width*comp + col*comp; in stbi_write_jpg_core()
/dports/graphics/nanort/nanort-b1feea8/examples/common/
H A Dstb_image_write.h242 static int stbi__flip_vertically_on_write=0; variable
248 int stbi__flip_vertically_on_write=0; variable
255 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
391 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
469 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
697 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
995 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
996 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1427 … int p = (stbi__flip_vertically_on_write ? height-1-row : row)*width*comp + col*comp; in stbi_write_jpg_core()
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/STBICodec/src/stbi/
H A Dstb_image_write.h242 static int stbi__flip_vertically_on_write=0; variable
248 int stbi__flip_vertically_on_write=0; variable
255 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
391 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
469 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
697 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
995 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
996 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1427 … int p = (stbi__flip_vertically_on_write ? height-1-row : row)*width*comp + col*comp; in stbi_write_jpg_core()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/gltf/
H A Dstb_image_write.h266 static int stbi__flip_vertically_on_write = 0; variable
272 int stbi__flip_vertically_on_write = 0; variable
278 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
414 if (stbi__flip_vertically_on_write) vdir *= -1; in stbiw__write_pixels()
499 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
735 comp * x * (stbi__flip_vertically_on_write ? y - 1 - i : i) * x); in stbi_write_hdr_core()
1062 stride_bytes * (stbi__flip_vertically_on_write ? height - 1 - y : y); in stbiw__encode_png_line()
1064 stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1696 int p = (stbi__flip_vertically_on_write ? height - 1 - row : row) * in stbi_write_jpg_core()
/dports/devel/stb/stb-f54acd4/
H A Dstb_image_write.h259 static int stbi__flip_vertically_on_write = 0; variable
263 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
436 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
515 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
743 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
1045 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
1046 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1486 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1524 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/misc/visp/visp-3.4.0/3rdparty/stb_image/
H A Dstb_image_write.h250 static int stbi__flip_vertically_on_write=0; variable
256 int stbi__flip_vertically_on_write=0; variable
263 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
436 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
515 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
743 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
1045 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
1046 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1477 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/misc/mnn/MNN-1.2.0/3rd_party/imageHelper/
H A Dstb_image_write.h255 static int stbi__flip_vertically_on_write=0; variable
261 int stbi__flip_vertically_on_write=0; variable
268 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
441 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
520 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
748 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
1050 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
1051 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1482 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_image_write.h250 static int stbi__flip_vertically_on_write=0; variable
256 int stbi__flip_vertically_on_write=0; variable
263 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
436 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
515 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
743 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
1045 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
1046 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1477 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_image_write.h255 static int stbi__flip_vertically_on_write=0; variable
261 int stbi__flip_vertically_on_write=0; variable
268 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
441 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
520 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
748 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
1050 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
1051 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1482 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/
H A Dstb_image_write.h259 static int stbi__flip_vertically_on_write = 0; variable
263 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
458 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
538 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
767 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
1069 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
1070 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1510 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1548 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/
H A Dstb_image_write.h259 static int stbi__flip_vertically_on_write = 0; variable
263 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
458 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
538 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
767 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
1069 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
1070 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1510 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1548 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/
H A Dstb_image_write.h259 static int stbi__flip_vertically_on_write = 0; variable
263 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
458 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
538 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
767 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
1069 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
1070 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1510 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1548 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/thirdparty/stb/
H A Dstb_image_write.h259 static int stbi__flip_vertically_on_write = 0; variable
263 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
436 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
515 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
743 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
1045 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
1046 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1486 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1524 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Dstb_image_write.h259 static int stbi__flip_vertically_on_write = 0; variable
263 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
458 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
538 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
767 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
1069 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
1070 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1510 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1548 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/stb_image/
H A Dstb_image_write.h259 static int stbi__flip_vertically_on_write = 0; variable
263 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
458 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
538 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
767 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
1069 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
1070 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1510 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1548 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/stb/
H A Dstb_image_write.h259 static int stbi__flip_vertically_on_write = 0; variable
263 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
436 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
515 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
743 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
1045 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
1046 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1486 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1524 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/misc/ncnn/ncnn-20211208/src/
H A Dstb_image_write.h259 static int stbi__flip_vertically_on_write = 0; variable
263 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
458 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
538 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
767 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
1069 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
1070 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1510 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1548 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/stb/
H A Dstb_image_write.h259 static int stbi__flip_vertically_on_write = 0; variable
263 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
458 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
538 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
767 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
1069 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
1070 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1510 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1548 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/
H A Dstb_image_write.h259 static int stbi__flip_vertically_on_write = 0; variable
263 stbi__flip_vertically_on_write = flag; in stbi_flip_vertically_on_write()
458 if (stbi__flip_vertically_on_write) in stbiw__write_pixels()
538 if (stbi__flip_vertically_on_write) { in stbi_write_tga_core()
767 …tbiw__write_hdr_scanline(s, x, comp, scratch, data + comp*x*(stbi__flip_vertically_on_write ? y-1-… in stbi_write_hdr_core()
1069 unsigned char *z = pixels + stride_bytes * (stbi__flip_vertically_on_write ? height-1-y : y); in stbiw__encode_png_line()
1070 int signed_stride = stbi__flip_vertically_on_write ? -stride_bytes : stride_bytes; in stbiw__encode_png_line()
1510 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
1548 … int base_p = (stbi__flip_vertically_on_write ? (height-1-clamped_row) : clamped_row)*width*comp; in stbi_write_jpg_core()
/dports/graphics/aloadimage/arcan-0.6.1/src/engine/external/
H A Dstb_image_write.h260 static int stbi__flip_vertically_on_write = 0; variable
264 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()
/dports/misc/usd/USD-21.11/pxr/imaging/hio/stb/
H A Dstb_image_write.h260 static int stbi__flip_vertically_on_write = 0; variable
264 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()
/dports/sysutils/acfgfs/arcan-0.6.1/src/engine/external/
H A Dstb_image_write.h260 static int stbi__flip_vertically_on_write = 0; variable
264 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()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/external/
H A Dstb_image_write.h260 static int stbi__flip_vertically_on_write = 0; variable
264 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()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/stb_image/
H A Dstb_image_write.h260 static int stbi__flip_vertically_on_write = 0; variable
264 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()
/dports/x11/aclip/arcan-0.6.1/src/engine/external/
H A Dstb_image_write.h260 static int stbi__flip_vertically_on_write = 0; variable
264 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()