Home
last modified time | relevance | path

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

123456

/PHP-7.4/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_interpolation.c1335 const long new_width = MAX(1, width); in gdImageScaleBicubicFixed()
1603 src_area.width = gdImageSX(src); in gdRotatedImageSize()
1631 new_width = bbox.width; in gdImageRotateNearestNeighbour()
1699 new_width = bbox.width; in gdImageRotateGeneric()
1756 new_width = bbox.width; in gdImageRotateBilinear()
1874 new_width = bbox.width; in gdImageRotateBicubicFixed()
2199 x1 = r->x + r->width - 1; in gdImageClipRectangle()
2241 area_full.width = gdImageSX(src); in gdTransformAffineGetImage()
2345 end_x = bbox.width + abs(bbox.x); in gdTransformAffineCopy()
2416 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.4/ext/exif/tests/
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 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 Dexif_read_exif_data_basic-mb.phpt34 [html] => 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.4/ext/gd/tests/
H A Dcreatefromwbmp2.phpt21 //write width = 2^32 / 4 + 1
H A Dcreatefromwbmp2_extern.phpt21 //write width = 2^32 / 4 + 1
H A Dsimilarity.inc54 // assumes image1 and image2 have same width and height
/PHP-7.4/ext/hash/tests/
H A Dhaval.phpt2 Hash: haval algorithm (multi-vector, multi-pass, multi-width)
/PHP-7.4/ext/mysqli/tests/
H A D003.phpt35 the display width is ignored.
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h243 …rimwidth(mbfl_string *string, mbfl_string *marker, mbfl_string *result, size_t from, size_t width);
/PHP-7.4/ext/exif/
H A Dexif.c84 ZEND_ARG_INFO(1, width)
1962 size_t width, height; member
2070 size_t width; member
2692 result->width = php_jpg_get16(Data+5); in exif_process_SOFn()
3957 ImageInfo->Width = sof_info.width; in exif_scan_JPEG_header()
4047 ImageInfo->Thumbnail.width = sof_info.width; in exif_scan_thumbnail()
4688 if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4695 if (ImageInfo.Thumbnail.width && ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4790 if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4792 ImageInfo.Thumbnail.width = ImageInfo.Thumbnail.height = 0; in PHP_FUNCTION()
[all …]

Completed in 56 milliseconds

123456