Home
last modified time | relevance | path

Searched refs:width (Results 51 – 75 of 127) sorted by relevance

123456

/PHP-5.6/ext/standard/tests/image/
H A Dgetimagesize_variation4.phpt32 string(24) "width="550" height="400""
H A Dgetimagesize_wbmp.phpt33 string(22) "width="75" height="50""
H A Dgetimagesize_xbm.phpt33 string(22) "width="75" height="50""
H A Dgetimagesize_tif_mm.phpt33 string(20) "width="2" height="2""
H A Dgetimagesize_variation_005.phpt32 string(24) "width="550" height="400""
/PHP-5.6/sapi/isapi/
H A Dconfig.m423 dnl ## tab-width: 4
/PHP-5.6/sapi/pi3web/
H A Dconfig.m426 dnl ## tab-width: 4
/PHP-5.6/ext/gd/libgd/
H A Dgdxpm.c41 if (!(im = gdImageCreate(image.width, image.height))) { in gdImageCreateFromXpm()
127 for (j = 0; j < image.width; j++) { in gdImageCreateFromXpm()
H A Dgd_topal.c358 JDIMENSION width = cinfo->output_width; local
360 int width = oim->sx; local
367 for (col = width; col > 0; col--)
1290 int width = oim->sx; local
1299 JDIMENSION width = cinfo->output_width;
1312 for (col = width; col > 0; col--)
1387 JDIMENSION width = cinfo->output_width; local
1395 int width = oim->sx; local
1411 inptr += (width - 1) * 3; /* so point to rightmost pixel */
1412 outptr += width - 1;
[all …]
/PHP-5.6/ext/exif/tests/
H A Dbug68799.phpt52 [html] => width="1" height="1"
H A Dexif024.phpt29 string(20) "width="1" height="1""
H A Dexif025.phpt29 string(20) "width="1" height="1""
H A Dexif008.phpt29 string(20) "width="1" height="1""
H A Dexif009.phpt29 string(20) "width="1" height="1""
H A Dexif000.phpt28 [html] => width="1" height="1"
H A Dexif_read_exif_data_basic.phpt32 [html] => width="1" height="1"
H A Dexif010.phpt29 string(20) "width="1" height="1""
H A Dexif011.phpt29 string(20) "width="1" height="1""
H A Dexif012.phpt29 string(20) "width="1" height="1""
H A Dexif013.phpt29 string(20) "width="1" height="1""
/PHP-5.6/sapi/aolserver/
H A Dconfig.m430 dnl ## tab-width: 4
/PHP-5.6/ext/standard/tests/strings/
H A Dwordwrap_variation3.phpt5 /* Prototype : string wordwrap ( string $str [, int $width [, string $break [, bool $cut]]] )
16 $width = 10;
85 var_dump( wordwrap($str, $width, $break) );
89 var_dump( wordwrap($str, $width, $break, $cut) );
93 var_dump( wordwrap($str, $width, $break, $cut) );
/PHP-5.6/sapi/continuity/
H A Dconfig.m427 dnl ## tab-width: 4
/PHP-5.6/ext/gd/tests/
H A Dcreatefromwbmp2_extern.phpt21 //write width = 2^32 / 4 + 1
H A Dcreatefromwbmp2.phpt21 //write width = 2^32 / 4 + 1

Completed in 37 milliseconds

123456