Home
last modified time | relevance | path

Searched refs:imagecreate (Results 26 – 50 of 82) sorted by relevance

1234

/PHP-7.2/ext/gd/tests/
H A Dbug73279.phpt12 $src = imagecreate(100, 100);
H A Dimagepolygon_negative.phpt9 $im = imagecreate(100, 100);
H A Dimagebmp_basic.phpt11 $im = imagecreate(100, 100);
H A Dimagefill_1.phpt14 $im = imagecreate(100,100);
H A Dimagefilledpolygon_negative.phpt9 $im = imagecreate(100, 100);
H A Dbug73279_old.phpt12 $src = imagecreate(100, 100);
H A Dbug73957.phpt10 $im = imagecreate(8, 8);
H A Dbug77270.phpt13 $img2 = imagecreate(0xfff, 0xfff);
H A Dimagepalettetotruecolor_basic.phpt11 $im = imagecreate(100, 100);
H A Dbug24594.phpt11 $tile = imagecreate(36,36);
12 $base = imagecreate(150,150);
H A Dimagecolordeallocate_error4.phpt12 $image = imagecreate(180, 30);
H A Dbug77269.phpt12 $im = imagecreate(2**28, 1);
H A Dimagesetclip_basic.phpt10 $im = imagecreate(100, 100);
H A Dimagecolordeallocate_error3.phpt12 $image = imagecreate(180, 30);
H A Dimagecolormatch_error4.phpt14 $imb = imagecreate(100, 20);
H A Dbug38179.phpt9 $src = imagecreate(5,5);
H A Dbug52070.phpt9 $im = imagecreate(1200, 800);
H A Dbug72913.phpt15 $dst = imagecreate(50, 50);
H A Dimageresolution_png.phpt11 $exp = imagecreate(100, 100);
H A Dcolorexact.phpt19 $im = imagecreate(5,5);
H A Dbug48732.phpt12 $g = imagecreate(100, 50);
H A Dbug53640.phpt12 $im = imagecreate(9, 9);
H A Dbug77272.phpt13 $img = imagecreate(2**28, 1);
H A Dimageresolution_jpeg.phpt12 $exp = imagecreate(100, 100);
H A Dbug77479.phpt12 $im = imagecreate(40000, 20000);

Completed in 21 milliseconds

1234