Home
last modified time | relevance | path

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

12345

/PHP-7.0/ext/standard/tests/image/
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-7.0/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 …]
H A Dgd_interpolation.c1462 const long new_width = MAX(1, width); in gdImageScaleBicubicFixed()
1730 src_area.width = gdImageSX(src); in gdRotatedImageSize()
1758 new_width = bbox.width; in gdImageRotateNearestNeighbour()
1827 new_width = bbox.width; in gdImageRotateGeneric()
1885 new_width = bbox.width; in gdImageRotateBilinear()
2003 new_width = bbox.width; in gdImageRotateBicubicFixed()
2328 x1 = r->x + r->width - 1; in gdImageClipRectangle()
2370 area_full.width = gdImageSX(src); in gdTransformAffineGetImage()
2453 || src_region->width < gdImageSX(src) in gdTransformAffineCopy()
2544 extent[1].x=(double) src->width; in gdTransformAffineBoundingBox()
[all …]
/PHP-7.0/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""
H A Dbug72627.phpt32 string(24) "width="128" height="132""
H A Dexif001.phpt37 string(20) "width="1" height="1""
H A Dexif014.phpt29 string(20) "width="1" height="1""
/PHP-7.0/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-7.0/ext/gd/tests/
H A Dcreatefromwbmp2_extern.phpt21 //write width = 2^32 / 4 + 1
H A Dcreatefromwbmp2.phpt21 //write width = 2^32 / 4 + 1
H A Dsimilarity.inc54 // assumes image1 and image2 have same width and height
/PHP-7.0/main/
H A Dinternal_functions.c.in45 * tab-width: 4

Completed in 42 milliseconds

12345