Home
last modified time | relevance | path

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

123456

/PHP-5.6/main/
H A Dinternal_functions.c.in45 * tab-width: 4
H A Dsnprintf.c569 #define PAD( width, len, ch ) do \ argument
572 width-- ; \
574 while ( width > len )
/PHP-5.6/ext/exif/tests/
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-5.6/sapi/nsapi/
H A Dconfig.m438 dnl ## tab-width: 4
/PHP-5.6/ext/gd/tests/
H A Dsimilarity.inc54 // assumes image1 and image2 have same width and height
/PHP-5.6/sapi/phpdbg/
H A Dconfig.m466 dnl ## tab-width: 4
/PHP-5.6/ext/hash/tests/
H A Dhaval.phpt2 haval algorithm (multi-vector, multi-pass, multi-width)
/PHP-5.6/sapi/roxen/
H A Dconfig.m454 dnl ## tab-width: 4
/PHP-5.6/ext/gd/libgd/
H A Dgd_interpolation.c1147 const unsigned long new_width = MAX(1, width); in gdImageScaleNearestNeighbour()
1452 const long new_width = MAX(1, width); in gdImageScaleBicubicFixed()
2275 x1 = r->x + r->width - 1; in gdImageClipRectangle()
2279 r->width = CLAMP(x1, c1x, c2x) - r->x + 1; in gdImageClipRectangle()
2317 area_full.width = gdImageSX(src); in gdTransformAffineGetImage()
2400 || src_region->width < gdImageSX(src) in gdTransformAffineCopy()
2408 src_region->x + src_region->width - 1, in gdTransformAffineCopy()
2423 end_x = bbox.width + (int) fabs(bbox.x); in gdTransformAffineCopy()
2491 extent[1].x=(double) src->width; in gdTransformAffineBoundingBox()
2493 extent[2].x=(double) src->width; in gdTransformAffineBoundingBox()
[all …]
H A Dgd.h323 int width, height; member
844 gdImagePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int he…
845 gdImagePtr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int…
/PHP-5.6/ext/mysqli/tests/
H A D003.phpt35 the display width is ignored.
/PHP-5.6/ext/standard/tests/strings/
H A Dmoney_format_basic1.phpt25 // Format with 14 positions of width, 8 digits of
H A Dprintf.phpt201 echo"\n\n*** Output for invalid width(-15) specifier ***\n";
676 *** Output for invalid width(-15) specifier ***
H A Dprintf_64bit.phpt201 echo"\n\n*** Output for invalid width(-15) specifier ***\n";
676 *** Output for invalid width(-15) specifier ***
/PHP-5.6/ext/exif/
H A Dexif.c108 ZEND_ARG_INFO(1, width)
1494 size_t width, height; member
1588 size_t width; member
2260 result->width = php_jpg_get16(Data+5); in exif_process_SOFn()
3461 ImageInfo->Width = sof_info.width; in exif_scan_JPEG_header()
3497 if (!ImageInfo->Thumbnail.width && !ImageInfo->Thumbnail.height) { in exif_scan_thumbnail()
3545 ImageInfo->Thumbnail.width = sof_info.width; in exif_scan_thumbnail()
4103 if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4110 if (ImageInfo.Thumbnail.width && ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4185 if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h225 mbfl_strimwidth(mbfl_string *string, mbfl_string *marker, mbfl_string *result, int from, int width);
/PHP-5.6/ext/gd/
H A Dgd.c358 ZEND_ARG_INFO(0, width)
2396 long srcx, srcy, width, height; in _php_image_create_from() local
2406 if (width < 1 || height < 1) { in _php_image_create_from()
4244 if (width) { in PHP_FUNCTION()
4485 long height, width, threshold; in _php_image_convert() local
4507 dest_width = width; in _php_image_convert()
5087 rect.width = Z_LVAL(lval); in PHP_FUNCTION()
5089 rect.width = Z_LVAL_PP(tmp); in PHP_FUNCTION()
5309 rect.width = Z_LVAL(lval); in PHP_FUNCTION()
5311 rect.width = Z_LVAL_PP(tmp); in PHP_FUNCTION()
[all …]
/PHP-5.6/Zend/
H A Dconfigure.in148 # tab-width: 4
/PHP-5.6/sapi/caudium/
H A Dconfig.m497 dnl ## tab-width: 4
/PHP-5.6/sapi/apache2filter/
H A Dconfig.m4138 dnl ## tab-width: 4

Completed in 69 milliseconds

123456