Home
last modified time | relevance | path

Searched refs:height (Results 1 – 25 of 104) sorted by relevance

12345

/PHP-8.1/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation5.phpt14 "\nRoy's height &gt\t; Sam's\v height\f",
15 "\r\tRoy's height &gt\r; Sam\t's height",
40 string(72) "Roy's height > Sam's height... 13 < 15...
49 string(72) "Roy's height > Sam's height... 13 < 15...
54 Roy's height &gt ; Sam's height "
56 Roy&#039;s height &gt ; Sam&#039;s height "
58 Roy&#039;s height &gt ; Sam&#039;s height "
60 Roy's height &gt ; Sam's height "
63 Roy's height &gt
64 ; Sam 's height"
[all …]
H A Dhtmlspecialchars_decode_variation4.phpt15 '\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f',
16 '\r\tRoy&#039;s height &gt\r; Sam\t&#039;s height',
41 string(78) "Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string ""
46 string(38) "\nRoy's height &gt\t; Sam's\v height\f"
47 string(48) "\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f"
48 string(48) "\nRoy&#039;s height &gt\t; Sam&#039;s\v height\f"
49 string(38) "\nRoy's height &gt\t; Sam's\v height\f"
51 string(38) "\r\tRoy's height &gt\r; Sam\t's height"
52 string(48) "\r\tRoy&#039;s height &gt\r; Sam\t&#039;s height"
53 string(48) "\r\tRoy&#039;s height &gt\r; Sam\t&#039;s height"
[all …]
H A Dhtmlspecialchars_decode_basic.phpt9 //value initialized = Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. "double quoted stri…
10 $single_quote_string = "Roy&#039;s height &gt; Sam&#039;s height. 13 &lt; 25. 1111 &amp; 0000 = 000…
11 $double_quote_string = "Roy&#039;s height &gt; Sam&#039;s height. 13 &lt; 25. 1111 &amp; 0000 = 000…
29 string(82) "Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quoted string ""
30 string(82) "Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quoted string ""
31 string(92) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. " double quoted str…
32 string(92) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. " double quoted str…
33 string(102) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. &quot; double quot…
34 string(102) "Roy&#039;s height > Sam&#039;s height. 13 < 25. 1111 & 0000 = 0000. &quot; double quot…
35 string(82) "Roy's height > Sam's height. 13 < 25. 1111 & 0000 = 0000. " double quoted string ""
[all …]
H A Dhtmlspecialchars_decode_variation3.phpt22 <html>Roy&#039;s height &gt; Sam&#039;s height
30 <html>Roy&#039;s height\r &gt; Sam\t&#039;s height
76 string(93) "<html>Roy's height > Sam's height
81 string(120) "<html>Roy's height
82 > Sam 's height
/PHP-8.1/ext/standard/tests/image/
H A Dgetimagesize.phpt36 string(20) "width="1" height="1""
51 string(20) "width="4" height="3""
66 string(20) "width="1" height="1""
81 string(20) "width="0" height="0""
94 string(20) "width="1" height="1""
109 string(20) "width="1" height="1""
126 string(20) "width="1" height="1""
143 string(20) "width="1" height="1""
160 string(20) "width="2" height="1""
177 string(20) "width="1" height="3""
[all …]
H A Dgetimagesize_basic.phpt55 string(24) "width="200" height="100""
75 string(24) "width="200" height="100""
97 string(24) "width="200" height="100""
115 string(24) "width="200" height="100""
131 string(24) "width="200" height="100""
149 string(24) "width="200" height="100""
165 string(20) "width="1" height="1""
185 string(20) "width="1" height="1""
205 string(20) "width="4" height="1""
H A Dgetimagesize_256_ico.phpt2 GetImageSize() for ico format with 256px height
20 string(23) "width="32" height="256""
H A Dgetimagesizefromstring1.phpt25 string(23) "width="120" height="67""
41 string(23) "width="120" height="67""
/PHP-8.1/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt30 list($width, $height) = getimagesize($dest_lge);
31 echo "Size of original: width=". $width . " height=" . $height . "\n";
34 $new_height = $height * $percent;
38 imagecopyresampled($image_sml, $image_lge, 0, 0, 0, 0, $new_width, $new_height, $width, $height);
42 list($width, $height) = getimagesize($dest_sml);
43 echo "Size of copy: width=". $width . " height=" . $height . "\n";
60 Size of original: width=400 height=300
61 Size of copy: width=200 height=150
H A Dbug77943.phpt10 $height = 300;
11 $im = imagecreatetruecolor($width, $height);
16 imagefilledrectangle($im, 0, 0, $width-1, $height-1, $white);
18 imageline($im, 0, 0, $width, $height, $blue);
20 imageline($im, 10, 0, $width, $height-10, $blue);
H A Dbug66356.phpt10 var_dump(imagecrop($img, array("x" => "a", "y" => 0, "width" => 10, "height" => 10)));
12 $arr = array("x" => "a", "y" => "12b", "width" => 10, "height" => 10);
17 var_dump(imagecrop($img, array("x" => 0, "y" => 0, "width" => -1, "height" => 10)));
20 var_dump(imagecrop($img, array("x" => -20, "y" => -20, "width" => 10, "height" => 10)));
23 var_dump(imagecrop($img, array("x" => 0x7fffff00, "y" => 0, "width" => 10, "height" => 10)));
26 var_dump(imagecrop($img, array("x" => 0, "y" => 0, "width" => 65535, "height" => 65535)));
38 [height] => 10
H A Dbug39273.phpt14 $height = 300;
18 $img = imagecreatetruecolor($width, $height);
22 imagecopyresized($img, $small, 0,0, 0,0, $width, $height, $srcw, $srch);
H A Dbug77198_threshold.phpt31 $height = imagesy($cropped);
32 if ($height !== 1) {
33 printf("Pixel at %d, %d: unexpected height (%d)\n", $x, $y, $height);
H A Dbug77198_auto.phpt34 $height = imagesy($cropped);
35 if ($height !== 1) {
36 printf("Pixel at %d, %d: unexpected height (%d)\n", $x, $y, $height);
H A Dbug74435.phpt10 $height = imagesy($im);
12 for ($j = 0; $j < $height; $j += 16) {
H A Dbug67447.phpt11 $cropped = imagecrop($image, ['x' => 0, 'y' => 0, 'width' => 250, 'height' => 250]);
21 $cropped = imagecrop($image, ['x' => 0, 'y' => 0, 'width' => 250, 'height' => 250]);
/PHP-8.1/ext/gd/libgd/
H A Dwbmp.c111 createwbmp (int width, int height, int color) in createwbmp() argument
123 if (overflow2(sizeof (int) * width, height)) { in createwbmp()
135 wbmp->height = height; in createwbmp()
180 wbmp->height = getmbi (getin, in); in readwbmp()
181 if (wbmp->height == -1) in readwbmp()
188 printf ("W: %d, H: %d\n", wbmp->width, wbmp->height); in readwbmp()
192 overflow2(sizeof (int) * wbmp->width, wbmp->height)) in readwbmp()
209 for (row = 0; row < wbmp->height; row++) in readwbmp()
264 putmbi (wbmp->height, putout, out); /* height */ in writewbmp()
268 for (row = 0; row < wbmp->height; row++) in writewbmp()
[all …]
H A Dgd_crop.c52 dst = gdImageCreate(crop->width, crop->height); in gdImageCrop()
82 const int height = gdImageSY(im); in gdImageCropAuto() local
91 crop.height = 0; in gdImageCropAuto()
121 for (y = 0; match && y < height; y++) { in gdImageCropAuto()
136 for (y = height - 1; match && y >= 0; y--) { in gdImageCropAuto()
141 crop.height = y - crop.y + 2; in gdImageCropAuto()
184 const int height = gdImageSY(im); in gdImageCropThreshold() local
193 crop.height = 0; in gdImageCropThreshold()
209 for (y = 0; match && y < height; y++) { in gdImageCropThreshold()
223 for (y = height - 1; match && y >= 0; y--) { in gdImageCropThreshold()
[all …]
H A Dgd_png.c129 png_uint_32 width, height, rowbytes, w, h, res_x, res_y; in gdImageCreateFromPngCtx() local
204 im = gdImageCreate((int) width, (int) height); in gdImageCreateFromPngCtx()
353 for (h = 0; h < height; ++h) { in gdImageCreateFromPngCtx()
385 for (h = 0; h < height; h++) { in gdImageCreateFromPngCtx()
398 for (h = 0; h < height; h++) { in gdImageCreateFromPngCtx()
418 for (h = 0; h < height; ++h) { in gdImageCreateFromPngCtx()
493 int height = im->sy; in gdImagePngCtxEx() local
723 for (j = 0; j < height; ++j) { in gdImagePngCtxEx()
749 for (j = 0; j < height; ++j) { in gdImagePngCtxEx()
758 for (j = 0; j < height; ++j) { in gdImagePngCtxEx()
[all …]
H A Dgd_bmp.c576 !gdGetIntLSB(&info->height, infile) || in bmp_read_windows_v3_info()
589 if (info->height < 0) { in bmp_read_windows_v3_info()
591 info->height = -info->height; in bmp_read_windows_v3_info()
636 !gdGetIntLSB(&info->height, infile) || in bmp_read_os2_v2_info()
654 if (info->height < 0) { in bmp_read_os2_v2_info()
656 info->height = -info->height; in bmp_read_os2_v2_info()
730 row = info->height - ypos - 1; in bmp_read_direct()
826 row = info->height - ypos - 1; in bmp_read_1bit()
898 row = info->height - ypos - 1; in bmp_read_4bit()
985 row = info->height - ypos - 1; in bmp_read_8bit()
[all …]
H A Dwbmp.h31 int height; /* height of the image */ member
46 Wbmp *createwbmp( int width, int height, int color );
H A Dgd_tga.c95 image = gdImageCreateTrueColor((int)tga->width, (int)tga->height ); in gdImageCreateFromTgaCtx()
112 for (y = 0; y < tga->height; y++) { in gdImageCreateFromTgaCtx()
165 tga->height = header[14] + (header[15] << 8); in read_header_tga()
175 printf("wxh: %i %i\n", tga->width, tga->height); in read_header_tga()
218 if(overflow2(tga->width, tga->height)) { in read_image_tga()
222 if(overflow2(tga->width * tga->height, pixel_block_size)) { in read_image_tga()
226 image_block_size = (tga->width * tga->height) * pixel_block_size; in read_image_tga()
/PHP-8.1/ext/exif/tests/
H A Dbug77540.phpt7 $width = $height = 42;
8 $s = exif_thumbnail(__DIR__."/bug77540.jpg", $width, $height);
10 echo "Height ".$height."\n";
/PHP-8.1/ext/standard/
H A Dimage.c61 unsigned int height; member
164 result->height = abs((int32_t)result->height); in php_handle_bmp()
871 result->height = height; in php_handle_tiff()
920 result->height = height; in php_handle_iff()
983 height = (height << 7) | (i & 0x7f); in php_get_wbmp()
985 if (height > 2048) { in php_get_wbmp()
996 (*result)->height = height; in php_get_wbmp()
1043 if (height) { in php_get_xbm()
1063 if (width && height) { in php_get_xbm()
1067 (*result)->height = height; in php_get_xbm()
[all …]
/PHP-8.1/ext/exif/
H A Dexif.stub.php18 * @param int $height
22 function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false … argument

Completed in 91 milliseconds

12345