Home
last modified time | relevance | path

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

12

/dports/sysutils/py-diffoscope/diffoscope-204/tests/comparators/
H A Dtest_png.py31 png2 = load_fixture("test2.png") variable
44 def differences(png1, png2): argument
45 return png1.compare(png2).details
60 def test_has_visuals(monkeypatch, png1, png2): argument
62 png_diff = png1.compare(png2)
/dports/graphics/p5-Image-PNG-Libpng/Image-PNG-Libpng-0.57/lib/Image/PNG/
H A DLibpng.pm353 my $png2 = read_png_file ($file2, transforms => $transforms);
355 my $ihdr2 = $png2->get_IHDR ();
366 my $rows2 = $png2->get_rows ();
394 my $png2 = read_png_file ($file2, transforms => $transforms);
396 my $ihdr2 = $png2->get_IHDR ();
405 my $rows2 = $png2->get_rows ();
/dports/misc/latex-mk/latex-mk-2.1/testsuite/bmake_ref/
H A Dgraphic1_dvi1.ref4 convert png2.png png2.eps
/dports/misc/latex-mk/latex-mk-2.1/testsuite/gmake_ref/
H A Dgraphic1_dvi1.ref4 convert png2.png png2.eps
/dports/graphics/p5-Image-PNG-Libpng/Image-PNG-Libpng-0.57/t/
H A DgAMA.t16 my $png2 = read_png_file ($out);
17 my $gamma2 = $png2->get_gAMA ();
H A Dtransformations.t28 my $png2 = read_png_file ("$Bin/tantei-san.png",
31 my $ihdr2 = $png2->get_IHDR ();
H A DsCAL.t22 my $png2 = read_png_file ($file);
23 my $scal = $png2->get_sCAL ();
H A Dcopy-all-png.t56 my $png2 = $png1->copy_png ();
57 $png2->write_file ($copytest);
/dports/textproc/p5-PDF-API2/PDF-API2-2.042/t/
H A Dpng.t42 my $png2 = $pdf->image_png('t/resources/test-rgba.png');
43 isa_ok($png2, 'PDF::API2::Resource::XObject::Image::PNG',
49 $gfx2->image($png2,134,106,510,281);
/dports/security/libecc/libecc-0.14.0/testsuite/point/
H A Dplot.cc427 pngwriter png2(100, number_of_isomorphic_curves * h + 2, 1.0, out_filename2.str().c_str()); in main() local
428png2.filledsquare(0, 0, 100, number_of_isomorphic_curves * h + 2, background.red, background.green… in main()
429 png2.filledsquare(0, 0, h, number_of_isomorphic_curves * h + 1, 0, 0, 0); in main()
441 png2.filledsquare(2, h * sn + 2, h - 1, h * sn + h, color.red, color.green, color.blue); in main()
443 png2.plot_text(const_cast<char*>("/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf"), 8, in main()
449 png2.close(); in main()
/dports/math/octave/octave-6.4.0/scripts/plot/util/
H A Dhgsave.m113 %! png2 = [tempname() ".png"];
119 %! print (h2, "-r100", png2);
120 %! [img2, map2, alpha2] = imread (png2);
124 %! unlink (png2);
H A Dcopyobj.m228 %! png2 = [tempname() ".png"];
232 %! print (h2, "-r100", png2);
233 %! [img2, map2, alpha2] = imread (png2);
236 %! unlink (png2);
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/issue-52705/
H A Dmain.rs8 use png2 as png_ext;
/dports/audio/moony-lv2/moony-0.36.0/
H A Dmeson.build535 input : join_paths('png2', 'alert-triangle.png'),
541 input : join_paths('png2', 'clipboard.png'),
547 input : join_paths('png2', 'copy.png'),
553 input : join_paths('png2', 'delete.png'),
559 input : join_paths('png2', 'eye-off.png'),
565 input : join_paths('png2', 'eye.png'),
571 input : join_paths('png2', 'save.png'),
577 input : join_paths('png2', 'info.png'),
/dports/cad/pcb/pcb-4.2.0/tests/
H A Drun_tests.sh495 png2=${pngdir}/${nb}-out.png
500 debug "${GERBV} ${GERBV_DEFAULT_FLAGS} --output=${png2} ${f2}"
501 ${GERBV} ${GERBV_DEFAULT_FLAGS} --output=${png2} ${f2}
503 compare_image ${png1} ${png2}
/dports/devel/p5-Data-ParseBinary/Data-ParseBinary-0.31/
H A DMANIFEST31 t/png2.png
/dports/x11-fm/gentoo/gentoo-0.20.7/icons/
H A DMakefile.am107 png2.xpm \
H A DMakefile.in387 png2.xpm \
/dports/misc/latex-mk/latex-mk-2.1/testsuite/
H A Dtestfile.mk.in294 PNGFILES= png1.png png2.png
/dports/emulators/citra/citra-ac98458e0/externals/lodepng/lodepng/
H A Dlodepng_unittest.cpp1661 std::vector<unsigned char> png2; in doPngSuiteTinyTest() local
1662 error = lodepng::encode(png2, image, w, h, state); in doPngSuiteTinyTest()
1665 error = lodepng::decode(image2, w2, h2, state, png2); in doPngSuiteTinyTest()
2595 std::vector<unsigned char> png2; in testBkgdChunk2() local
2596 ASSERT_NO_PNG_ERROR(lodepng::encode(png2, image.data, image.width, image.height, state)); in testBkgdChunk2()
2599 lodepng_inspect(&w2, &h2, &state2, png2.data(), png2.size()); in testBkgdChunk2()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/lodepng/lodepng/
H A Dlodepng_unittest.cpp1661 std::vector<unsigned char> png2; in doPngSuiteTinyTest() local
1662 error = lodepng::encode(png2, image, w, h, state); in doPngSuiteTinyTest()
1665 error = lodepng::decode(image2, w2, h2, state, png2); in doPngSuiteTinyTest()
2595 std::vector<unsigned char> png2; in testBkgdChunk2() local
2596 ASSERT_NO_PNG_ERROR(lodepng::encode(png2, image.data, image.width, image.height, state)); in testBkgdChunk2()
2599 lodepng_inspect(&w2, &h2, &state2, png2.data(), png2.size()); in testBkgdChunk2()
/dports/games/quadra/quadra-1.3.0/source/
H A Dmenu.cpp103 Png png2(res2); in Menu_highscore() local
104 b_quit = new Zone_menu(inter, png1, 485, 410, png2); in Menu_highscore()
110 Png png2(res2); in Menu_highscore() local
111 b_again = new Zone_menu(inter, png1, 38, 410, png2); in Menu_highscore()
/dports/graphics/quat/quat-1.20/kernel/
H A Dquat.c1235 FILE *png1, *png2; in CalculatePNG() local
1375 … if (PNGInitialization(pngfile2, 1, &png2, &png_info2, &png_internal2, 0, 0, 0L, &frac, &view, in CalculatePNG()
1390 if (PNGInitialization(pngfile2, 1, &png2, &png_info2, &png_internal2, 0, 0, 0L, &frac, &view, in CalculatePNG()
1417 i = CalculateFractal(Error, pngfile2, &png2, /*&png_info2,*/ &png_internal2, in CalculatePNG()
/dports/graphics/quat-gui/quat-1.20/kernel/
H A Dquat.c1235 FILE *png1, *png2; in CalculatePNG() local
1375 … if (PNGInitialization(pngfile2, 1, &png2, &png_info2, &png_internal2, 0, 0, 0L, &frac, &view, in CalculatePNG()
1390 if (PNGInitialization(pngfile2, 1, &png2, &png_info2, &png_internal2, 0, 0, 0L, &frac, &view, in CalculatePNG()
1417 i = CalculateFractal(Error, pngfile2, &png2, /*&png_info2,*/ &png_internal2, in CalculatePNG()
/dports/graphics/zint/zint-2.10.0-src/backend/tests/
H A Dtestcommon.c1461 int testUtilCmpPngs(const char *png1, const char *png2) { in testUtilCmpPngs() argument
1464 (void)png1; (void)png2; in testUtilCmpPngs()
1481 fp2 = fopen(png2, "rb"); in testUtilCmpPngs()

12