Home
last modified time | relevance | path

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

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/external/zxing/
H A D0003-Update-stb_image-from-2.25-to-2.27.patch683 - STBI_ASSERT(img_width_bytes <= x);
684 + if (img_width_bytes > x) return stbi__err("invalid width","Corrupt PNG");
685 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode…
687 width = img_width_bytes;
/dports/games/libretro-gw/gw-libretro-2be30ba/gwlua/
H A Dstb_image.h3862 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3870 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3871 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
3888 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
3889 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
3891 width = img_width_bytes; in stbi__create_png_image_raw()
3965 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/etc/luai/
H A Dstb_image.h3862 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3870 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3871 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
3888 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
3889 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
3891 width = img_width_bytes; in stbi__create_png_image_raw()
3965 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/games/retroarch/RetroArch-1.9.7/deps/stb/
H A Dstb_image.h3991 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3999 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
4000 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4017 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4018 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4020 width = img_width_bytes; in stbi__create_png_image_raw()
4094 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/SOIL2/
H A Dstb_image.h4027 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
4035 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
4036 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4053 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4054 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4056 width = img_width_bytes; in stbi__create_png_image_raw()
4144 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/security/ridl/ridl-11b3240/nuklear/example/
H A Dstb_image.h3985 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3993 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3994 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4011 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4012 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4014 width = img_width_bytes; in stbi__create_png_image_raw()
4088 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h3985 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3993 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3994 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4011 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4012 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4014 width = img_width_bytes; in stbi__create_png_image_raw()
4088 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h3985 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3993 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3994 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4011 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4012 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4014 width = img_width_bytes; in stbi__create_png_image_raw()
4088 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/
H A Dstb_image.h3985 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3993 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3994 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4011 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4012 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4014 width = img_width_bytes; in stbi__create_png_image_raw()
4088 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/gltf/
H A Dstb_image.h3985 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3993 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3994 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4011 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4012 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4014 width = img_width_bytes; in stbi__create_png_image_raw()
4088 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/devel/emscripten/emscripten-2.0.3/third_party/
H A Dstb_image.c3985 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3993 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3994 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4011 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4012 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4014 width = img_width_bytes; in stbi__create_png_image_raw()
4088 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h3985 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3993 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3994 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4011 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4012 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4014 width = img_width_bytes; in stbi__create_png_image_raw()
4088 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h3985 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3993 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3994 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4011 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4012 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4014 width = img_width_bytes; in stbi__create_png_image_raw()
4088 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/audio/synthpod-lv2/synthpod-01aad91/nuklear/example/
H A Dstb_image.h3985 stbi__uint32 img_len, img_width_bytes;
3993 img_width_bytes = (((img_n * x * depth) + 7) >> 3);
3994 img_len = (img_width_bytes + 1) * y;
4011 STBI_ASSERT(img_width_bytes <= x);
4012 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode…
4014 width = img_width_bytes;
4088 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes;
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/example/
H A Dstb_image.h3985 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3993 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3994 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4011 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4012 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4014 width = img_width_bytes; in stbi__create_png_image_raw()
4088 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/graphics/flif/FLIF-0.3-96-g74ea92b/extern/
H A Dstb_image.h3985 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3993 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3994 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4011 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4012 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4014 width = img_width_bytes; in stbi__create_png_image_raw()
4088 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/stb/
H A Dstb_image.h3984 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3992 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3993 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4010 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4011 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4013 width = img_width_bytes; in stbi__create_png_image_raw()
4087 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/multimedia/tinyobjloader/tinyobjloader-2.0.0rc8-3-g7ba4b65/examples/viewer/
H A Dstb_image.h4010 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
4022 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
4023 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4039 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4040 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4042 width = img_width_bytes; in stbi__create_png_image_raw()
4133 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/devel/love10/love-0.10.2/src/libraries/stb/
H A Dstb_image.h4020 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
4032 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
4033 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4049 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4050 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4052 width = img_width_bytes; in stbi__create_png_image_raw()
4143 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/ext/nanovg/src/
H A Dstb_image.h3984 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3992 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3993 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4010 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4011 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4013 width = img_width_bytes; in stbi__create_png_image_raw()
4087 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/nanovg/src/
H A Dstb_image.h3984 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3992 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3993 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4010 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4011 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4013 width = img_width_bytes; in stbi__create_png_image_raw()
4087 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/nanovg/
H A Dstb_image.h3989 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3997 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3998 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4015 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4016 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4018 width = img_width_bytes; in stbi__create_png_image_raw()
4097 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/graphics/milton/milton-1.9.1/third_party/
H A Dstb_image.h3982 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3990 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3991 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4008 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4009 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4011 width = img_width_bytes; in stbi__create_png_image_raw()
4085 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/ext/nanovg/
H A Dstb_image.h3988 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3996 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3997 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4014 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4015 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4017 width = img_width_bytes; in stbi__create_png_image_raw()
4091 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/ext/nanovg/src/
H A Dstb_image.h3984 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local
3992 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()
3993 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()
4010 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()
4011 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()
4013 width = img_width_bytes; in stbi__create_png_image_raw()
4087 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()

1234