Home
last modified time | relevance | path

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

12345678910>>...22

/dports/games/frogatto/frogatto-1.3.1/MacOSJet/libpng-1.5.5/scripts/
H A Dsym.out228 png_get_uint_31
H A Dsymbols.def212 png_get_uint_31 @204
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/libpng-1.5.5/
H A Dlibpng.sym228 png_get_uint_31
/dports/graphics/povray37/povray-3.7.0.10/libraries/png/scripts/
H A Dsymbols.def212 png_get_uint_31 @204
/dports/emulators/mgba/mgba-0.9.2/src/third-party/libpng/scripts/
H A Dsymbols.def211 png_get_uint_31 @204
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/png/scripts/
H A Dsymbols.def211 png_get_uint_31 @204
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/libpng-src/scripts/
H A Dpng32ce.def232 png_get_uint_31 @206
H A Dpngos2.def222 png_get_uint_31
H A Dpngw32.def238 png_get_uint_31 @206
H A Dsymbols.def210 png_get_uint_31 @204
/dports/games/edge/Edge-1.35-source/lib_win32/libpng-1.2.12/scripts/
H A Dpngw32.def235 png_get_uint_31 @206
H A Dpngos2.def223 png_get_uint_31
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/png/scripts/
H A Dsymbols.def211 png_get_uint_31 @204
/dports/graphics/nvidia-texture-tools/nvidia-texture-tools-2.0.8/gnuwin32/lib/
H A Dlibpng12.def81 png_get_uint_31
/dports/graphics/optipng/optipng-0.7.7/src/libpng/scripts/
H A Dsymbols.def211 png_get_uint_31 @204
/dports/x11-toolkits/p5-Tk/Tk-804.035/PNG/libpng/scripts/
H A Dpngw32.def235 png_get_uint_31 @206
H A Dpngos2.def223 png_get_uint_31
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libpng-1.6.21/scripts/
H A Dsymbols.def211 png_get_uint_31 @204
/dports/games/libretro-mgba/mgba-6186d45/src/third-party/libpng/scripts/
H A Dsymbols.def211 png_get_uint_31 @204
/dports/lang/spidermonkey60/firefox-60.9.0/media/libpng/
H A Dapng.patch834 png_ptr->push_length = png_get_uint_31(png_ptr, chunk_length);
1153 + num_frames = png_get_uint_31(png_ptr, data);
1154 + num_plays = png_get_uint_31(png_ptr, data + 4);
1208 + width = png_get_uint_31(png_ptr, data);
1209 + height = png_get_uint_31(png_ptr, data + 4);
1210 + x_offset = png_get_uint_31(png_ptr, data + 8);
1211 + y_offset = png_get_uint_31(png_ptr, data + 12);
1280 + sequence_number = png_get_uint_31(png_ptr, data);
H A Dpngrutil.c22 png_get_uint_31(png_const_structrp png_ptr, png_const_bytep buf) in png_get_uint_31() function
169 length = png_get_uint_31(png_ptr, buf); in png_read_chunk_header()
860 width = png_get_uint_31(png_ptr, buf); in png_handle_IHDR()
861 height = png_get_uint_31(png_ptr, buf + 4); in png_handle_IHDR()
2885 num_frames = png_get_uint_31(png_ptr, data); in png_handle_acTL()
2886 num_plays = png_get_uint_31(png_ptr, data + 4); in png_handle_acTL()
2940 width = png_get_uint_31(png_ptr, data); in png_handle_fcTL()
2941 height = png_get_uint_31(png_ptr, data + 4); in png_handle_fcTL()
2942 x_offset = png_get_uint_31(png_ptr, data + 8); in png_handle_fcTL()
2943 y_offset = png_get_uint_31(png_ptr, data + 12); in png_handle_fcTL()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libpng/
H A Dapng.patch834 png_ptr->push_length = png_get_uint_31(png_ptr, chunk_length);
1153 + num_frames = png_get_uint_31(png_ptr, data);
1154 + num_plays = png_get_uint_31(png_ptr, data + 4);
1208 + width = png_get_uint_31(png_ptr, data);
1209 + height = png_get_uint_31(png_ptr, data + 4);
1210 + x_offset = png_get_uint_31(png_ptr, data + 8);
1211 + y_offset = png_get_uint_31(png_ptr, data + 12);
1280 + sequence_number = png_get_uint_31(png_ptr, data);
/dports/graphics/png/libpng-1.6.37/scripts/
H A Dsymbols.def210 png_get_uint_31 @204
/dports/www/firefox-esr/firefox-91.8.0/media/libpng/
H A Dpngrutil.c22 png_get_uint_31(png_const_structrp png_ptr, png_const_bytep buf) in png_get_uint_31() function
169 length = png_get_uint_31(png_ptr, buf); in png_read_chunk_header()
860 width = png_get_uint_31(png_ptr, buf); in png_handle_IHDR()
861 height = png_get_uint_31(png_ptr, buf + 4); in png_handle_IHDR()
2902 num_frames = png_get_uint_31(png_ptr, data); in png_handle_acTL()
2903 num_plays = png_get_uint_31(png_ptr, data + 4); in png_handle_acTL()
2957 width = png_get_uint_31(png_ptr, data); in png_handle_fcTL()
2958 height = png_get_uint_31(png_ptr, data + 4); in png_handle_fcTL()
2959 x_offset = png_get_uint_31(png_ptr, data + 8); in png_handle_fcTL()
2960 y_offset = png_get_uint_31(png_ptr, data + 12); in png_handle_fcTL()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libpng/
H A Dpngrutil.c22 png_get_uint_31(png_const_structrp png_ptr, png_const_bytep buf) in png_get_uint_31() function
169 length = png_get_uint_31(png_ptr, buf); in png_read_chunk_header()
860 width = png_get_uint_31(png_ptr, buf); in png_handle_IHDR()
861 height = png_get_uint_31(png_ptr, buf + 4); in png_handle_IHDR()
2902 num_frames = png_get_uint_31(png_ptr, data); in png_handle_acTL()
2903 num_plays = png_get_uint_31(png_ptr, data + 4); in png_handle_acTL()
2957 width = png_get_uint_31(png_ptr, data); in png_handle_fcTL()
2958 height = png_get_uint_31(png_ptr, data + 4); in png_handle_fcTL()
2959 x_offset = png_get_uint_31(png_ptr, data + 8); in png_handle_fcTL()
2960 y_offset = png_get_uint_31(png_ptr, data + 12); in png_handle_fcTL()
[all …]

12345678910>>...22