Home
last modified time | relevance | path

Searched refs:y1 (Results 1 – 14 of 14) sorted by relevance

/php-src/Zend/tests/
H A Dlist_mixed_nested_keyed_unkeyed.phpt11 list(list("x" => $x1, "y" => $y1), list("x" => $x2, "y" => $y2)) = $points;
12 var_dump($x1, $y1, $x2, $y2);
21 list("x" => list($x1, $x2), "y" => list($y1, $y2)) = $invertedPoints;
22 var_dump($x1, $y1, $x2, $y2);
H A Dbug35239.phpt8 $a->x0->y1 =& $a->x0;
12 $a->x0->y1 = "ok\n";
21 ["y1"]=>
/php-src/ext/gd/tests/
H A Dbug53156.phpt21 function draw_and_check_rectangle($x1, $y1, $x2, $y2)
26 imagerectangle($img, $x1, $y1, $x2, $y2, $black);
28 $y = ($y1 + $y2) / 2;
29 draw_and_check_pixel($x, $y1);
H A Dimagegammacorrect_variation2.phpt46 $y1 = 120 * $y;
48 $y2 = $y1 + 119;
50 imagefilledrectangle($im, $x1,$y1, $x2,$y2, $color);
/php-src/ext/gd/libgd/
H A Dgd.c1002 for (;y1 <= y2; y1++) { in gdImageVLine()
1071 y = y1; in gdImageLine()
1134 y = y1; in gdImageLine()
1240 y = y1; in gdImageAALine()
2067 t=y1; in gdImageRectangle()
2125 gdImageLine(im, x1, y1, x2, y1, color); in gdImageRectangle()
2149 y = y1; in _gdImageFilledHRectangle()
2163 y1 = 0; in _gdImageFilledHRectangle()
2193 y = y1; in _gdImageFilledVRectangle()
2207 y1 = 0; in _gdImageFilledVRectangle()
[all …]
H A Dgd.h425 void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
426 void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
430 void gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
433 void gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
435 void gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
436 void gdImageSetClip(gdImagePtr im, int x1, int y1, int x2, int y2);
H A Dgdft.c840 int x1 = 0, y1 = 0; local
986 y1 = (int)(- penf.y * cos_a + 32) / 64;
1000 y1 = (int)(- penf.y * cos_a + 32) / 64;
1187 …gdft_draw_bitmap(tc_cache, im, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + (…
H A Dgd_interpolation.c2185 int x1,y1; in gdImageClipRectangle() local
2189 y1 = r->y + r->height - 1; in gdImageClipRectangle()
2193 r->height = CLAMP(y1, c1y, c2y) - r->y + 1; in gdImageClipRectangle()
/php-src/ext/random/
H A Dphp_random_uint128.h68 y1 = num2.lo >> 32, in php_random_uint128_multiply() local
69 z0 = (((x1 * y0) + (x0 * y0 >> 32)) & 0xffffffffULL) + x0 * y1; in php_random_uint128_multiply()
73 r.hi += x1 * y1 + ((x1 * y0 + (x0 * y0 >> 32)) >> 32) + (z0 >> 32); in php_random_uint128_multiply()
/php-src/ext/date/lib/
H A Ddow.c50 timelib_sll c1, y1, m1, dow; in timelib_day_of_week_ex() local
56 y1 = positive_mod(y, 100); in timelib_day_of_week_ex()
58 dow = positive_mod((c1 + y1 + m1 + (y1 / 4) + d), 7); in timelib_day_of_week_ex()
/php-src/ext/gd/
H A Dgd.stub.php668 function imageline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
670 function imagedashedline(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
672 function imagerectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool {} argument
674 function imagefilledrectangle(GdImage $image, int $x1, int $y1, int $x2, int $y2, int $color): bool… argument
720 function imagesetclip(GdImage $image, int $x1, int $y1, int $x2, int $y2): bool {} argument
H A Dgd.c2342 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2355 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
2364 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2382 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2391 gdImageRectangle(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
2400 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3002 zend_long x1, y1, x2, y2; in PHP_FUNCTION() local
3010 gdImageSetClip(im, x1, y1, x2, y2); in PHP_FUNCTION()
3020 int x1, y1, x2, y2; in PHP_FUNCTION() local
3028 gdImageGetClip(im, &x1, &y1, &x2, &y2); in PHP_FUNCTION()
[all …]
H A Dgd_arginfo.h347 ZEND_ARG_TYPE_INFO(0, y1, IS_LONG, 0)
469 ZEND_ARG_TYPE_INFO(0, y1, IS_LONG, 0)
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m4864 volatile double y1;
872 auto [ x1, y1 ] = f1();

Completed in 48 milliseconds