Home
last modified time | relevance | path

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

123456

/PHP-7.4/ext/gd/libgd/
H A Dgd.h315 int width, height; member
861 gdImagePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int he…
862 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.4/main/
H A Dsnprintf.c566 #define PAD( width, len, ch ) do \ argument
569 width-- ; \
571 while ( (size_t)width > len )
/PHP-7.4/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-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1623 size_t width; member
1643 if (pc->outwidth > pc->width) { in collector_strimwidth()
1668 size_t width) in mbfl_strimwidth() argument
1681 mbfl_memory_device_init(&pc.device, MIN(string->len, width), 0); in mbfl_strimwidth()
1708 pc.width = width - mkwidth; in mbfl_strimwidth()
1726 pc.width += mkwidth; in mbfl_strimwidth()
1735 } else if (pc.outwidth > pc.width) { in mbfl_strimwidth()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c103 #define PAD( width, len, ch ) do \ argument
106 width-- ; \
108 while ( width > len )
/PHP-7.4/ext/gd/
H A Dgd.c357 ZEND_ARG_INFO(0, width)
2447 zend_long srcx, srcy, width, height; in _php_image_create_from() local
2456 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pllll", &file, &file_len, &srcx, &srcy, &width, &heigh… in _php_image_create_from()
2459 if (width < 1 || height < 1) { in _php_image_create_from()
2504 im = (*ioctx_func_p)(io_ctx, srcx, srcy, width, height); in _php_image_create_from()
2522 im = (*func_p)(fp, srcx, srcy, width, height); in _php_image_create_from()
4179 zend_long height, width, threshold; in _php_image_convert() local
4203 dest_width = width; in _php_image_convert()
4785 rect.width = zval_get_long(tmp); in PHP_FUNCTION()
4981 rect.width = zval_get_long(tmp); in PHP_FUNCTION()
[all …]
/PHP-7.4/
H A DREADME.md6 width="150">
H A DNEWS383 0-width fullstring match). (Kamil Tekiela)
/PHP-7.4/ext/mbstring/
H A Dmbstring.c339 ZEND_ARG_INFO(0, width)
3091 zend_long from, width, swidth = 0; in PHP_FUNCTION() local
3095 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "sll|sS", &str, &str_len, &from, &width, &trimmarker, &… in PHP_FUNCTION()
3110 if ((from < 0) || (width < 0)) { in PHP_FUNCTION()
3123 if (width < 0) { in PHP_FUNCTION()
3124 width = swidth + width - from; in PHP_FUNCTION()
3127 if (width < 0) { in PHP_FUNCTION()
3137 ret = mbfl_strimwidth(&string, &marker, &result, from, width); in PHP_FUNCTION()
/PHP-7.4/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.4/ext/pcre/pcre2lib/
H A Dpcre2.h970 #error Use 8, 16, or 32; or 0 for a multi-width application.
/PHP-7.4/ext/standard/
H A Dbasic_functions.c2187 ZEND_ARG_INFO(0, width)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12705 # width of the widest character
12706 #>50 uleshort x \b, %u char width
12707 # width of the widest character cell
12708 #>52 uleshort x \b, %u cell width
12721 # form width in bytes
15570 >>>8 leshort x \b, width=%d
15848 # image width is a multiple of 4
16514 # width (2880,2881,3240)
18077 >4 leshort x \b, width %d
21208 # skip Windows cursors with image width 256 and keep Lotus with positiv opcode

Completed in 162 milliseconds

123456