Home
last modified time | relevance | path

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

1234567891011

/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dpng.c163 unsigned char png_sig[PNG_SIG_SIZE]; in readPngFileToImage() local
169 sig_bytes = fread (png_sig, 1, PNG_SIG_SIZE, file); in readPngFileToImage()
170 if (png_sig_cmp (png_sig, 0, sig_bytes) != 0) in readPngFileToImage()
214 unsigned char png_sig[PNG_SIG_SIZE];
220 memcpy (png_sig, buffer, PNG_SIG_SIZE);
221 if (png_sig_cmp (png_sig, 0, PNG_SIG_SIZE) != 0)
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/share/
H A Dtileset.c24 static const unsigned char png_sig[] = { local
55 } else if (memcmp(header, png_sig, sizeof(png_sig)) == 0) {
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/share/
H A Dtileset.c24 static const unsigned char png_sig[] = { local
55 } else if (memcmp(header, png_sig, sizeof(png_sig)) == 0) {
/dports/graphics/libsvg/libsvg-0.1.4/src/
H A Dsvg_image.c217 unsigned char png_sig[PNG_SIG_SIZE]; in _svg_image_read_png() local
230 sig_bytes = fread (png_sig, 1, PNG_SIG_SIZE, file); in _svg_image_read_png()
231 if (!png_sig_cmp (png_sig, 0, sig_bytes) == 0) { in _svg_image_read_png()
/dports/games/xnethack/xNetHack-xnh6.1/win/share/
H A Dtileset.c25 static const unsigned char png_sig[] = { in read_tiles() local
56 } else if (memcmp(header, png_sig, sizeof(png_sig)) == 0) { in read_tiles()
/dports/www/perlbal/Perlbal-1.80/lib/Perlbal/Plugin/
H A DPalimg.pm237 my $png_sig = pack("H16", "89504E470D0A1A0A");
240 return 0 unless $sig eq $png_sig;
/dports/emulators/mednafen/mednafen/src/
H A Dqtrecord.cpp413 static const uint8 png_sig[8] = { 137, 80, 78, 71, 13, 10, 26, 10 }; in WriteFrame() local
417 qtfile.write(png_sig, sizeof(png_sig)); in WriteFrame()
/dports/www/analog/analog-6.0/src/libpng/
H A Dpng.c21 png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10}; variable
H A Dpng.h522 PNG_EXPORT_VAR (png_byte FARDATA) png_sig[8];
524 #define png_sig png_sig_bytes(NULL) macro
/dports/graphics/nvidia-texture-tools/nvidia-texture-tools-2.0.8/gnuwin32/lib/
H A Dlibpng12.def216 png_sig DATA
H A Dlibpng.def318 png_sig @ 316 DATA ;
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/pngutils/
H A Dpngutils.cpp441 static ubyte png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10}; in _processing_start() local
457 png_process_data(_pngp, _infop, png_sig, 8); in _processing_start()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/png/
H A Dpngusr.h62 #define png_sig pdf_png_sig macro
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/png/
H A Dpngusr.h62 #define png_sig pdf_png_sig macro
/dports/math/vtk6/VTK-6.2.0/ThirdParty/png/vtkpng/
H A Dvtk_png_mangle.h347 #define png_sig vtk_png_sig macro
H A Dpng.c27 const png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10}; variable
/dports/devel/etl/synfig-1.2.2/gtkmm-osx/libpng-1.2.5/
H A Dpng.c27 const png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10}; variable
/dports/graphics/synfig/synfig-1.2.2/gtkmm-osx/libpng-1.2.5/
H A Dpng.c27 const png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10}; variable
/dports/graphics/synfigstudio/synfig-1.2.2/gtkmm-osx/libpng-1.2.5/
H A Dpng.c27 const png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10}; variable
/dports/graphics/povray36/povray-3.6.1/libraries/png/
H A Dpng.c27 const png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10}; variable
/dports/graphics/libafterimage/libAfterImage-1.20/libpng/
H A Dpng.c29 PNG_CONST png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10}; variable
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/libpng/
H A Dpng.c29 PNG_CONST png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10}; variable
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/png/
H A Dpng.c27 const png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10}; variable
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/png/
H A Dpng.c27 const png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10}; variable
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/png/
H A Dpng.c27 const png_byte FARDATA png_sig[8] = {137, 80, 78, 71, 13, 10, 26, 10}; variable

1234567891011