Home
last modified time | relevance | path

Searched refs:width (Results 101 – 125 of 134) sorted by relevance

123456

/PHP-7.3/ext/exif/
H A Dexif.c86 ZEND_ARG_INFO(1, width)
1880 size_t width, height; member
1975 size_t width; member
2654 result->width = php_jpg_get16(Data+5); in exif_process_SOFn()
3920 ImageInfo->Width = sof_info.width; in exif_scan_JPEG_header()
4010 ImageInfo->Thumbnail.width = sof_info.width; in exif_scan_thumbnail()
4649 if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4656 if (ImageInfo.Thumbnail.width && ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4749 if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4751 ImageInfo.Thumbnail.width = ImageInfo.Thumbnail.height = 0; in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h247 …rimwidth(mbfl_string *string, mbfl_string *marker, mbfl_string *result, size_t from, size_t width);
H A Dmbfilter.c1633 size_t width; member
1653 if (pc->outwidth > pc->width) { in collector_strimwidth()
1678 size_t width) in mbfl_strimwidth() argument
1691 mbfl_memory_device_init(&pc.device, MIN(string->len, width), 0); in mbfl_strimwidth()
1718 pc.width = width - mkwidth; in mbfl_strimwidth()
1736 pc.width += mkwidth; in mbfl_strimwidth()
1745 } else if (pc.outwidth > pc.width) { in mbfl_strimwidth()
/PHP-7.3/Zend/
H A Dconfigure.ac132 # tab-width: 4
/PHP-7.3/main/
H A Dsnprintf.c571 #define PAD( width, len, ch ) do \ argument
574 width-- ; \
576 while ( width > len )
/PHP-7.3/ext/gd/libgd/
H A Dgd.h325 int width, height; member
855 gdImagePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int he…
856 gdImagePtr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int…
H A Dgdft.c649 for (col = 0; col < bitmap.width; col++, pc++) {
717 for (col = 0; col < bitmap.width; col++, pc++) {
/PHP-7.3/ext/standard/tests/strings/
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-7.3/ext/mbstring/oniguruma/doc/
H A DRE285 Subexp of look-behind must be fixed-width.
538 (?<=fixed-width-pattern), (?<!fixed-width-pattern)
570 + Zero-width match in an infinite loop stops the repeat,
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_out.c103 #define PAD( width, len, ch ) do \ argument
106 width-- ; \
108 while ( width > len )
/PHP-7.3/sapi/apache2handler/
H A Dconfig.m4128 dnl ## tab-width: 4
/PHP-7.3/ext/gd/
H A Dgd.c347 ZEND_ARG_INFO(0, width)
2372 zend_long srcx, srcy, width, height; in _php_image_create_from() local
2381 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pllll", &file, &file_len, &srcx, &srcy, &width, &heigh… in _php_image_create_from()
2384 if (width < 1 || height < 1) { in _php_image_create_from()
2429 im = (*ioctx_func_p)(io_ctx, srcx, srcy, width, height); in _php_image_create_from()
2447 im = (*func_p)(fp, srcx, srcy, width, height); in _php_image_create_from()
4104 zend_long height, width, threshold; in _php_image_convert() local
4128 dest_width = width; in _php_image_convert()
4669 rect.width = zval_get_long(tmp); in PHP_FUNCTION()
4859 rect.width = zval_get_long(tmp); in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/mbstring/
H A Dmbstring.c335 ZEND_ARG_INFO(0, width)
2961 zend_long from, width, swidth; in PHP_FUNCTION() local
2965 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sll|ss", &str, &str_len, &from, &width, &trimmarker, &… in PHP_FUNCTION()
2983 if ((from < 0) || (width < 0)) { in PHP_FUNCTION()
2996 if (width < 0) { in PHP_FUNCTION()
2997 width = swidth + width - from; in PHP_FUNCTION()
3000 if (width < 0) { in PHP_FUNCTION()
3010 ret = mbfl_strimwidth(&string, &marker, &result, from, width); in PHP_FUNCTION()
/PHP-7.3/ext/exif/tests/
H A Dexif016.phpt29 string(20) "width="1" height="1""
H A Dexif017.phpt29 string(20) "width="1" height="1""
H A Dexif_read_data_streams.phpt33 string(20) "width="1" height="1""
H A Dexif018.phpt29 string(20) "width="1" height="1""
H A Dexif020.phpt29 string(20) "width="1" height="1""
H A Dexif021.phpt29 string(20) "width="1" height="1""
H A Dexif022.phpt29 string(20) "width="1" height="1""
H A Dexif023.phpt29 string(20) "width="1" height="1""
H A Dexif026.phpt29 string(20) "width="1" height="1""
H A Dexif027.phpt29 string(20) "width="1" height="1""
/PHP-7.3/ext/pdo/
H A Dpdo_sql_parser.re420 * tab-width: 4

Completed in 119 milliseconds

123456