Home
last modified time | relevance | path

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

12345

/PHP-7.0/ext/exif/tests/
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""
H A Dexif016.phpt29 string(20) "width="1" height="1""
H A Dexif017.phpt29 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""
/PHP-7.0/ext/hash/tests/
H A Dhaval.phpt2 haval algorithm (multi-vector, multi-pass, multi-width)
/PHP-7.0/sapi/phpdbg/
H A Dconfig.m473 dnl ## tab-width: 4
H A Dphpdbg_out.c103 #define PAD( width, len, ch ) do \ argument
106 width-- ; \
108 while ( width > len )
/PHP-7.0/ext/mysqli/tests/
H A D003.phpt35 the display width is ignored.
/PHP-7.0/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.0/ext/exif/
H A Dexif.c108 ZEND_ARG_INFO(1, width)
1488 size_t width, height; member
1582 size_t width; member
2251 result->width = php_jpg_get16(Data+5); in exif_process_SOFn()
3450 ImageInfo->Width = sof_info.width; in exif_scan_JPEG_header()
3486 if (!ImageInfo->Thumbnail.width && !ImageInfo->Thumbnail.height) { in exif_scan_thumbnail()
3534 ImageInfo->Thumbnail.width = sof_info.width; in exif_scan_thumbnail()
4095 if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4102 if (ImageInfo.Thumbnail.width && ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
4178 if (!ImageInfo.Thumbnail.width || !ImageInfo.Thumbnail.height) { in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h225 mbfl_strimwidth(mbfl_string *string, mbfl_string *marker, mbfl_string *result, int from, int width);
H A Dmbfilter.c1820 int width; member
1840 if (pc->outwidth > pc->width) { in collector_strimwidth()
1865 int width) in mbfl_strimwidth() argument
1878 mbfl_memory_device_init(&pc.device, width, 0); in mbfl_strimwidth()
1905 pc.width = width - mkwidth; in mbfl_strimwidth()
1923 pc.width += mkwidth; in mbfl_strimwidth()
/PHP-7.0/ext/gd/libgd/
H A Dgd.h323 int width, height; member
842 gdImagePtr gdImageScaleBicubicFixed(gdImagePtr src, const unsigned int width, const unsigned int he…
843 gdImagePtr gdImageScaleNearestNeighbour(gdImagePtr im, const unsigned int width, const unsigned int…
H A Dgdft.c648 for (col = 0; col < bitmap.width; col++, pc++) {
710 for (col = 0; col < bitmap.width; col++, pc++) {
/PHP-7.0/main/
H A Dsnprintf.c569 #define PAD( width, len, ch ) do \ argument
572 width-- ; \
574 while ( width > len )
/PHP-7.0/Zend/
H A Dconfigure.in148 # tab-width: 4
/PHP-7.0/ext/gd/
H A Dgd.c352 ZEND_ARG_INFO(0, width)
2323 zend_long srcx, srcy, width, height; in _php_image_create_from() local
2332 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "pllll", &file, &file_len, &srcx, &srcy, &width, &heigh… in _php_image_create_from()
2335 if (width < 1 || height < 1) { in _php_image_create_from()
2380 im = (*ioctx_func_p)(io_ctx, srcx, srcy, width, height); in _php_image_create_from()
2398 im = (*func_p)(fp, srcx, srcy, width, height); in _php_image_create_from()
4027 zend_long height, width, threshold; in _php_image_convert() local
4051 dest_width = width; in _php_image_convert()
4619 rect.width = zval_get_long(tmp); in PHP_FUNCTION()
4809 rect.width = zval_get_long(tmp); in PHP_FUNCTION()
[all …]
/PHP-7.0/sapi/apache2handler/
H A Dconfig.m4137 dnl ## tab-width: 4

Completed in 106 milliseconds

12345