Home
last modified time | relevance | path

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

12345678910>>...27

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/image-decoders/png/
H A Dpng_image_reader.cc250 const png_uint_32 length = png_get_uint_32(chunk); in ProgressivelyDecodeFirstFrame()
322 const png_uint_32 length = png_get_uint_32(chunk); in DecodeFrame()
352 png_uint_32 crc = png_get_uint_32(crc_position); in CheckCrc()
357 png_uint_32 sequence = png_get_uint_32(position); in CheckSequenceNumber()
409 const size_t length = png_get_uint_32(chunk); in Parse()
557 length = png_get_uint_32(chunk); in ParseSize()
602 reported_frame_count_ = png_get_uint_32(chunk); in ParseSize()
681 png_uint_32 frame_width = png_get_uint_32(data + 4); in ParseFrameInfo()
682 png_uint_32 frame_height = png_get_uint_32(data + 8); in ParseFrameInfo()
683 png_uint_32 x_offset = png_get_uint_32(data + 12); in ParseFrameInfo()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/image-decoders/png/
H A Dpng_image_reader.cc250 const png_uint_32 length = png_get_uint_32(chunk); in ProgressivelyDecodeFirstFrame()
322 const png_uint_32 length = png_get_uint_32(chunk); in DecodeFrame()
352 png_uint_32 crc = png_get_uint_32(crc_position); in CheckCrc()
357 png_uint_32 sequence = png_get_uint_32(position); in CheckSequenceNumber()
409 const size_t length = png_get_uint_32(chunk); in Parse()
557 length = png_get_uint_32(chunk); in ParseSize()
602 reported_frame_count_ = png_get_uint_32(chunk); in ParseSize()
681 png_uint_32 frame_width = png_get_uint_32(data + 4); in ParseFrameInfo()
682 png_uint_32 frame_height = png_get_uint_32(data + 8); in ParseFrameInfo()
683 png_uint_32 x_offset = png_get_uint_32(data + 12); in ParseFrameInfo()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/pngutils/
H A Dpngutils.cpp542 nframes = png_get_uint_32(&_chunk.data[8]); in _process_chunk()
543 plays = png_get_uint_32(&_chunk.data[12]); in _process_chunk()
556 uint sequence_num = png_get_uint_32(&_chunk.data[8]); in _process_chunk()
563 _framew = png_get_uint_32(&_chunk.data[12]); in _process_chunk()
564 _frameh = png_get_uint_32(&_chunk.data[16]); in _process_chunk()
565 _x_offset = png_get_uint_32(&_chunk.data[20]); in _process_chunk()
566 _y_offset = png_get_uint_32(&_chunk.data[24]); in _process_chunk()
606 uint sequence_num = png_get_uint_32(&_chunk.data[8]); in _process_chunk()
637 chunk.size = png_get_uint_32(&chunk.data[0]) + 12; in _read_chunk()
807 w = png_get_uint_32(&_chunk_IHDR.data[8]); in load_header()
[all …]
/dports/graphics/libjxl/libjxl-0.6.1/lib/extras/
H A Dcodec_apng.cc121 const auto size = png_get_uint_32(len); in read_chunk()
232 w0 = w = png_get_uint_32(chunkIHDR.p + 8); in DecodeImageAPNG()
233 h0 = h = png_get_uint_32(chunkIHDR.p + 12); in DecodeImageAPNG()
334 w0 = png_get_uint_32(chunk.p + 12); in DecodeImageAPNG()
335 h0 = png_get_uint_32(chunk.p + 16); in DecodeImageAPNG()
336 x0 = png_get_uint_32(chunk.p + 20); in DecodeImageAPNG()
337 y0 = png_get_uint_32(chunk.p + 24); in DecodeImageAPNG()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/extras/
H A Dcodec_apng.cc110 const auto size = png_get_uint_32(len); in read_chunk()
244 w0 = w = png_get_uint_32(chunkIHDR.p + 8); in DecodeImageAPNG()
245 h0 = h = png_get_uint_32(chunkIHDR.p + 12); in DecodeImageAPNG()
347 w0 = png_get_uint_32(chunk.p + 12); in DecodeImageAPNG()
348 h0 = png_get_uint_32(chunk.p + 16); in DecodeImageAPNG()
349 x0 = png_get_uint_32(chunk.p + 20); in DecodeImageAPNG()
350 y0 = png_get_uint_32(chunk.p + 24); in DecodeImageAPNG()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/extras/
H A Dcodec_apng.cc110 const auto size = png_get_uint_32(len); in read_chunk()
244 w0 = w = png_get_uint_32(chunkIHDR.p + 8); in DecodeImageAPNG()
245 h0 = h = png_get_uint_32(chunkIHDR.p + 12); in DecodeImageAPNG()
347 w0 = png_get_uint_32(chunk.p + 12); in DecodeImageAPNG()
348 h0 = png_get_uint_32(chunk.p + 16); in DecodeImageAPNG()
349 x0 = png_get_uint_32(chunk.p + 20); in DecodeImageAPNG()
350 y0 = png_get_uint_32(chunk.p + 24); in DecodeImageAPNG()
/dports/graphics/apngdis/apngdis-2.9/
H A Dapngdis.cpp134 pChunk->size = png_get_uint_32(len); in read_chunk()
242 w0 = w = png_get_uint_32(chunkIHDR.p + 8); in load_apng()
243 h0 = h = png_get_uint_32(chunkIHDR.p + 12); in load_apng()
312 w0 = png_get_uint_32(chunk.p + 12); in load_apng()
313 h0 = png_get_uint_32(chunk.p + 16); in load_apng()
314 x0 = png_get_uint_32(chunk.p + 20); in load_apng()
315 y0 = png_get_uint_32(chunk.p + 24); in load_apng()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/libpng17/
H A Dpng.c1907 temp = png_get_uint_32(profile);
1921 temp = png_get_uint_32(profile+64);
1945 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2010 temp = png_get_uint_32(profile+12); /* profile/device class */
2058 temp = png_get_uint_32(profile+20);
2078 png_uint_32 tag_count = png_get_uint_32(profile+128);
2087 png_uint_32 tag_id = png_get_uint_32(tag+0);
2211 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2225 length = png_get_uint_32(profile);
2226 intent = png_get_uint_32(profile+64);
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/libpng17/
H A Dpng.c1907 temp = png_get_uint_32(profile);
1921 temp = png_get_uint_32(profile+64);
1945 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2010 temp = png_get_uint_32(profile+12); /* profile/device class */
2058 temp = png_get_uint_32(profile+20);
2078 png_uint_32 tag_count = png_get_uint_32(profile+128);
2087 png_uint_32 tag_id = png_get_uint_32(tag+0);
2211 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2225 length = png_get_uint_32(profile);
2226 intent = png_get_uint_32(profile+64);
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/libpng17/
H A Dpng.c1907 temp = png_get_uint_32(profile);
1921 temp = png_get_uint_32(profile+64);
1945 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2010 temp = png_get_uint_32(profile+12); /* profile/device class */
2058 temp = png_get_uint_32(profile+20);
2078 png_uint_32 tag_count = png_get_uint_32(profile+128);
2087 png_uint_32 tag_id = png_get_uint_32(tag+0);
2211 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2225 length = png_get_uint_32(profile);
2226 intent = png_get_uint_32(profile+64);
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libpng/
H A Dpng.c1991 temp = png_get_uint_32(profile);
2010 temp = png_get_uint_32(profile+64);
2034 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2099 temp = png_get_uint_32(profile+12); /* profile/device class */
2147 temp = png_get_uint_32(profile+20);
2167 png_uint_32 tag_count = png_get_uint_32(profile+128);
2176 png_uint_32 tag_id = png_get_uint_32(tag+0);
2302 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2316 length = png_get_uint_32(profile);
2317 intent = png_get_uint_32(profile+64);
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/libs/libpng/
H A Dpng.c2031 temp = png_get_uint_32(profile);
2050 temp = png_get_uint_32(profile+64);
2074 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2139 temp = png_get_uint_32(profile+12); /* profile/device class */
2187 temp = png_get_uint_32(profile+20);
2207 png_uint_32 tag_count = png_get_uint_32(profile+128);
2216 png_uint_32 tag_id = png_get_uint_32(tag+0);
2343 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2357 length = png_get_uint_32(profile);
2358 intent = png_get_uint_32(profile+64);
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibPNG/
H A Dpng.c2031 temp = png_get_uint_32(profile);
2050 temp = png_get_uint_32(profile+64);
2074 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2139 temp = png_get_uint_32(profile+12); /* profile/device class */
2187 temp = png_get_uint_32(profile+20);
2207 png_uint_32 tag_count = png_get_uint_32(profile+128);
2216 png_uint_32 tag_id = png_get_uint_32(tag+0);
2343 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2357 length = png_get_uint_32(profile);
2358 intent = png_get_uint_32(profile+64);
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/png/vtkpng/
H A Dpng.c2025 temp = png_get_uint_32(profile);
2044 temp = png_get_uint_32(profile+64);
2068 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2133 temp = png_get_uint_32(profile+12); /* profile/device class */
2181 temp = png_get_uint_32(profile+20);
2201 png_uint_32 tag_count = png_get_uint_32(profile+128);
2210 png_uint_32 tag_id = png_get_uint_32(tag+0);
2337 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2351 length = png_get_uint_32(profile);
2352 intent = png_get_uint_32(profile+64);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libpng/
H A Dpng.c2025 temp = png_get_uint_32(profile);
2044 temp = png_get_uint_32(profile+64);
2068 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2133 temp = png_get_uint_32(profile+12); /* profile/device class */
2181 temp = png_get_uint_32(profile+20);
2201 png_uint_32 tag_count = png_get_uint_32(profile+128);
2210 png_uint_32 tag_id = png_get_uint_32(tag+0);
2337 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2351 length = png_get_uint_32(profile);
2352 intent = png_get_uint_32(profile+64);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpng.c2053 temp = png_get_uint_32(profile);
2072 temp = png_get_uint_32(profile+64);
2096 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2161 temp = png_get_uint_32(profile+12); /* profile/device class */
2209 temp = png_get_uint_32(profile+20);
2229 png_uint_32 tag_count = png_get_uint_32(profile+128);
2238 png_uint_32 tag_id = png_get_uint_32(tag+0);
2365 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2379 length = png_get_uint_32(profile);
2380 intent = png_get_uint_32(profile+64);
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/png/
H A Dpng.c1924 temp = png_get_uint_32(profile);
1943 temp = png_get_uint_32(profile+64);
1967 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2032 temp = png_get_uint_32(profile+12); /* profile/device class */
2080 temp = png_get_uint_32(profile+20);
2100 png_uint_32 tag_count = png_get_uint_32(profile+128);
2109 png_uint_32 tag_id = png_get_uint_32(tag+0);
2232 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2246 length = png_get_uint_32(profile);
2247 intent = png_get_uint_32(profile+64);
[all …]
/dports/graphics/apngdis/apngdis-2.9/libpng/
H A Dpng.c1992 temp = png_get_uint_32(profile);
2011 temp = png_get_uint_32(profile+64);
2035 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2100 temp = png_get_uint_32(profile+12); /* profile/device class */
2148 temp = png_get_uint_32(profile+20);
2168 png_uint_32 tag_count = png_get_uint_32(profile+128);
2177 png_uint_32 tag_id = png_get_uint_32(tag+0);
2303 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2317 length = png_get_uint_32(profile);
2318 intent = png_get_uint_32(profile+64);
[all …]
/dports/graphics/apngasm/apngasm-2.91/libpng/
H A Dpng.c1991 temp = png_get_uint_32(profile);
2010 temp = png_get_uint_32(profile+64);
2034 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2099 temp = png_get_uint_32(profile+12); /* profile/device class */
2147 temp = png_get_uint_32(profile+20);
2167 png_uint_32 tag_count = png_get_uint_32(profile+128);
2176 png_uint_32 tag_id = png_get_uint_32(tag+0);
2302 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2316 length = png_get_uint_32(profile);
2317 intent = png_get_uint_32(profile+64);
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libpng/
H A Dpng.c2025 temp = png_get_uint_32(profile);
2044 temp = png_get_uint_32(profile+64);
2068 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2133 temp = png_get_uint_32(profile+12); /* profile/device class */
2181 temp = png_get_uint_32(profile+20);
2201 png_uint_32 tag_count = png_get_uint_32(profile+128);
2210 png_uint_32 tag_id = png_get_uint_32(tag+0);
2337 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2351 length = png_get_uint_32(profile);
2352 intent = png_get_uint_32(profile+64);
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libpng/
H A Dpng.c1948 temp = png_get_uint_32(profile);
1967 temp = png_get_uint_32(profile+64);
1991 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2056 temp = png_get_uint_32(profile+12); /* profile/device class */
2104 temp = png_get_uint_32(profile+20);
2124 png_uint_32 tag_count = png_get_uint_32(profile+128);
2133 png_uint_32 tag_id = png_get_uint_32(tag+0);
2259 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2273 length = png_get_uint_32(profile);
2274 intent = png_get_uint_32(profile+64);
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/image_formats/pnglib/
H A Dpng.c2025 temp = png_get_uint_32(profile);
2044 temp = png_get_uint_32(profile+64);
2068 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2133 temp = png_get_uint_32(profile+12); /* profile/device class */
2181 temp = png_get_uint_32(profile+20);
2201 png_uint_32 tag_count = png_get_uint_32(profile+128);
2210 png_uint_32 tag_id = png_get_uint_32(tag+0);
2337 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2351 length = png_get_uint_32(profile);
2352 intent = png_get_uint_32(profile+64);
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/libpng/
H A Dpng.c2025 temp = png_get_uint_32(profile);
2044 temp = png_get_uint_32(profile+64);
2068 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2133 temp = png_get_uint_32(profile+12); /* profile/device class */
2181 temp = png_get_uint_32(profile+20);
2201 png_uint_32 tag_count = png_get_uint_32(profile+128);
2210 png_uint_32 tag_id = png_get_uint_32(tag+0);
2337 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2351 length = png_get_uint_32(profile);
2352 intent = png_get_uint_32(profile+64);
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/libpng/
H A Dpng.c2025 temp = png_get_uint_32(profile);
2044 temp = png_get_uint_32(profile+64);
2068 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2133 temp = png_get_uint_32(profile+12); /* profile/device class */
2181 temp = png_get_uint_32(profile+20);
2201 png_uint_32 tag_count = png_get_uint_32(profile+128);
2210 png_uint_32 tag_id = png_get_uint_32(tag+0);
2337 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2351 length = png_get_uint_32(profile);
2352 intent = png_get_uint_32(profile+64);
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/libpng/
H A Dpng.c2025 temp = png_get_uint_32(profile);
2044 temp = png_get_uint_32(profile+64);
2068 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2133 temp = png_get_uint_32(profile+12); /* profile/device class */
2181 temp = png_get_uint_32(profile+20);
2201 png_uint_32 tag_count = png_get_uint_32(profile+128);
2210 png_uint_32 tag_id = png_get_uint_32(tag+0);
2337 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2351 length = png_get_uint_32(profile);
2352 intent = png_get_uint_32(profile+64);
[all …]

12345678910>>...27