Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/gd/tests/
H A Dbug53156.phpt20 function draw_and_check_rectangle($x1, $y1, $x2, $y2)
25 imagerectangle($img, $x1, $y1, $x2, $y2, $black);
27 $y = ($y1 + $y2) / 2;
28 draw_and_check_pixel($x, $y1);
H A Dimagegammacorrect_variation2.phpt42 $y1 = 120 * $y;
44 $y2 = $y1 + 119;
46 imagefilledrectangle($im, $x1,$y1, $x2,$y2, $color);
H A Dimagedashedline_basic.phpt10 /* Prototype : bool imagedashedline ( resource $image , int $x1 , int $y1 , int $x2 , int $y2…
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1032 for (;y1 <= y2; y1++) { in gdImageVLine()
1101 y = y1; in gdImageLine()
1164 y = y1; in gdImageLine()
1270 y = y1; in gdImageAALine()
2097 t=y1; in gdImageRectangle()
2155 gdImageLine(im, x1, y1, x2, y1, color); in gdImageRectangle()
2179 y = y1; in _gdImageFilledHRectangle()
2193 y1 = 0; in _gdImageFilledHRectangle()
2223 y = y1; in _gdImageFilledVRectangle()
2237 y1 = 0; in _gdImageFilledVRectangle()
[all …]
H A Dgd.h421 void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
422 void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
426 void gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
429 void gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
431 void gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
432 void gdImageSetClip(gdImagePtr im, int x1, int y1, int x2, int y2);
H A Dgdft.c830 int x1 = 0, y1 = 0; local
976 y1 = (int)(- penf.y * cos_a + 32) / 64;
990 y1 = (int)(- penf.y * cos_a + 32) / 64;
1177 …gdft_draw_bitmap(tc_cache, im, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + (…
H A Dgd_interpolation.c2196 int x1,y1; in gdImageClipRectangle() local
2200 y1 = r->y + r->height - 1; in gdImageClipRectangle()
2204 r->height = CLAMP(y1, c1y, c2y) - r->y + 1; in gdImageClipRectangle()
/PHP-7.4/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-7.4/ext/gd/
H A Dgd.c520 ZEND_ARG_INFO(0, y1)
529 ZEND_ARG_INFO(0, y1)
538 ZEND_ARG_INFO(0, y1)
547 ZEND_ARG_INFO(0, y1)
726 ZEND_ARG_INFO(0, y1)
3256 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3281 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3302 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3323 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3984 zend_long x1, y1, x2, y2; in PHP_FUNCTION() local
[all …]
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m4849 volatile double y1;
857 auto [ x1, y1 ] = f1();

Completed in 53 milliseconds