Home
last modified time | relevance | path

Searched refs:width (Results 76 – 100 of 134) sorted by relevance

123456

/PHP-7.3/ext/exif/tests/
H A Dexif009.phpt29 string(20) "width="1" height="1""
H A Dexif000.phpt28 [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 Dexif013.phpt29 string(20) "width="1" height="1""
H A Dexif_read_exif_data_basic-mb.phpt34 [html] => width="1" height="1"
H A Dexif012.phpt29 string(20) "width="1" height="1""
H A Dexif_read_exif_data_basic.phpt34 [html] => 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""
H A Dexif015.phpt29 string(20) "width="1" height="1""
H A Dexif003.phpt44 string(20) "width="1" height="1""
H A Dbug50845.phpt26 string(26) "width="5472" height="3648""
/PHP-7.3/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) );
H A Dmoney_format_basic1.phpt25 // Format with 14 positions of width, 8 digits of
/PHP-7.3/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.3/ext/gd/libgd/
H A Dgd_interpolation.c1380 const long new_width = MAX(1, width); in gdImageScaleBicubicFixed()
1648 src_area.width = gdImageSX(src); in gdRotatedImageSize()
1676 new_width = bbox.width; in gdImageRotateNearestNeighbour()
1744 new_width = bbox.width; in gdImageRotateGeneric()
1801 new_width = bbox.width; in gdImageRotateBilinear()
1919 new_width = bbox.width; in gdImageRotateBicubicFixed()
2244 x1 = r->x + r->width - 1; in gdImageClipRectangle()
2286 area_full.width = gdImageSX(src); in gdTransformAffineGetImage()
2369 || src_region->width < gdImageSX(src) in gdTransformAffineCopy()
2463 extent[1].x=(double) src->width; in gdTransformAffineBoundingBox()
[all …]
H A Dgd_topal.c323 int width = oim->sx; in prescan_quantize() local
329 for (col = width; col > 0; col--) in prescan_quantize()
1139 int width = oim->sx; in pass2_no_dither() local
1152 for (col = width; col > 0; col--) in pass2_no_dither()
1204 int width = oim->sx; in pass2_fs_dither() local
1219 inptr += (width - 1) * 3; /* so point to rightmost pixel */ in pass2_fs_dither()
1220 outptr += width - 1; in pass2_fs_dither()
1223 errorptr = cquantize->fserrors + (width + 1) * 3; /* => entry after last column */ in pass2_fs_dither()
1238 for (col = width; col > 0; col--) in pass2_fs_dither()
/PHP-7.3/main/
H A Dinternal_functions.c.in43 * tab-width: 4
/PHP-7.3/ext/hash/tests/
H A Dhaval.phpt2 haval algorithm (multi-vector, multi-pass, multi-width)
/PHP-7.3/ext/mysqli/tests/
H A D003.phpt35 the display width is ignored.
/PHP-7.3/sapi/phpdbg/
H A Dconfig.m487 dnl ## tab-width: 4

Completed in 44 milliseconds

123456