Home
last modified time | relevance | path

Searched refs:out (Results 101 – 125 of 425) sorted by path

12345678910>>...17

/PHP-7.4/ext/gd/libgd/
H A Dgdparttopng.c14 FILE *in, *out; in main() local
43 out = fopen (argv[2], "wb"); in main()
44 if (!out) in main()
51 gdImagePng (im, out); in main()
55 fclose (out); in main()
H A Dgdtest.c23 FILE *in, *out; in main() local
62 fclose (out); in main()
94 fclose (out); in main()
129 fclose (out); in main()
188 fclose (out); in main()
275 if (!out) in main()
281 fclose (out); in main()
313 if (!out) in main()
319 fclose (out); in main()
344 if (!out) in main()
[all …]
H A Dgdtestft.c37 FILE *out; in main()
94 out = fopen ("test/fttest.png", "wb"); in main()
95 if (!out) in main()
100 gdImagePng (im, out); in main()
101 fclose (out); in main()
H A Dgdtopng.c13 FILE *in, *out; in main() local
32 out = fopen (argv[2], "wb"); in main()
33 if (!out) in main()
39 gdImagePng (im, out); in main()
40 fclose (out); in main()
H A Dpngtogd.c14 FILE *in, *out; in main() local
33 out = fopen (argv[2], "wb"); in main()
34 if (!out) in main()
40 gdImageGd (im, out); in main()
41 fclose (out); in main()
H A Dpngtogd2.c15 FILE *in, *out; in main() local
38 out = fopen (argv[2], "wb"); in main()
39 if (!out) in main()
47 gdImageGd2 (im, out, cs, fmt); in main()
48 fclose (out); in main()
H A Dtestac.c21 FILE *out; in main() local
79 FILE *out; in testDrawing() local
110 out = fopen (filename, "wb"); in testDrawing()
125 gdImagePng (im_out, out); in testDrawing()
126 fclose (out); in testDrawing()
H A Dwbmp.c64 putmbi (int i, void (*putout) (int c, void *out), void *out) in putmbi() argument
76 putout (0x80 | (i & 0x7f << 7 * l) >> 7 * l, out); in putmbi()
78 putout (i & 0x7f, out); in putmbi()
251 writewbmp (Wbmp * wbmp, void (*putout) (int c, void *out), void *out) in writewbmp() argument
258 putout (0, out); /* FixHeaderField */ in writewbmp()
263 putmbi (wbmp->width, putout, out); /* width */ in writewbmp()
264 putmbi (wbmp->height, putout, out); /* height */ in writewbmp()
278 putout (octet, out); in writewbmp()
283 putout (octet, out); in writewbmp()
336 putout (int c, void *out) in putout() argument
[all …]
H A Dwbmp.h43 void putmbi( int i, void (*putout)(int c, void *out), void *out);
48 int writewbmp( Wbmp *wbmp, void (*putout)( int c, void *out), void *out);
H A Dwebpng.c23 FILE *out; in main() local
248 out = stdout; in main()
256 out = fopen (outFn, "wb"); in main()
258 if (!out) in main()
267 gdImagePng (im, out); in main()
271 fclose (out); in main()
/PHP-7.4/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt160 result of this License or out of the use or inability to use the
H A Dbug72227.phpt2 Bug #72227: imagescale out-of-bounds read
H A Dbug72298.phpt2 Bug #72298: pass2_no_dither out-of-bounds access
H A Dbug72494.phpt2 Bug #72494 (imagecropauto out-of-bounds access)
H A Dbug72697.phpt2 Bug #72697: select_colors write out-of-bounds
H A Dbug75111.phpt23 Warning: imagecreatefromstring(): Couldn't create GD Image Stream out of Data in %s on line %d
H A Dcolorclosest.phpt82 Warning: imagecolorsforindex(): Color index -1 out of range in %s on line %d
106 Warning: imagecolorsforindex(): Color index -1 out of range in %s on line %d
H A Dfunc.inc71 * .php test file with the extension .out.png, to be able to manually inspect
138 * extension .out.png.
146 $filename = "{$pathinfo['dirname']}/{$pathinfo['filename']}.out.png";
H A Dgif.phpt2 gif in/out
H A Dimagecolorallocate_variation5.phpt63 Warning: imagecolorallocate(): Red component is out of range in %s on line %d
66 Warning: imagecolorallocate(): Green component is out of range in %s on line %d
69 Warning: imagecolorallocate(): Blue component is out of range in %s on line %d
89 Warning: imagecolorallocate(): Red component is out of range in %s on line %d
92 Warning: imagecolorallocate(): Green component is out of range in %s on line %d
95 Warning: imagecolorallocate(): Blue component is out of range in %s on line %d
H A Dimagecolorallocate_variation6.phpt51 Warning: imagecolorallocate(): Red component is out of range in %s on line %d
54 Warning: imagecolorallocate(): Red component is out of range in %s on line %d
57 Warning: imagecolorallocate(): Green component is out of range in %s on line %d
60 Warning: imagecolorallocate(): Green component is out of range in %s on line %d
63 Warning: imagecolorallocate(): Blue component is out of range in %s on line %d
66 Warning: imagecolorallocate(): Blue component is out of range in %s on line %d
71 Warning: imagecolorallocate(): Red component is out of range in %s on line %d
74 Warning: imagecolorallocate(): Red component is out of range in %s on line %d
83 Warning: imagecolorallocate(): Blue component is out of range in %s on line %d
91 Warning: imagecolorallocate(): Red component is out of range in %s on line %d
[all …]
H A Dimagecolordeallocate_error3.phpt21 Warning: imagecolordeallocate(): Color index 101 out of range in %s on line %d
H A Dimagecolordeallocate_error4.phpt21 Warning: imagecolordeallocate(): Color index -1 out of range in %s on line %d
H A Dimagecolorstotal_basic.phpt16 * Description: Find out the number of colors in an image's palette
H A Dimagecolorstotal_error.phpt15 * Description: Find out the number of colors in an image's palette

Completed in 47 milliseconds

12345678910>>...17