Home
last modified time | relevance | path

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

/PHP-7.0/Zend/tests/
H A Dbug35239.phpt8 $a->x0->y1 =& $a->x0;
12 $a->x0->y1 = "ok\n";
21 ["y1"]=>
/PHP-7.0/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 Dimagedashedline_basic.phpt11 /* Prototype : bool imagedashedline ( resource $image , int $x1 , int $y1 , int $x2 , int $y2…
/PHP-7.0/ext/gd/libgd/
H A Dgd.c1092 for (;y1 <= y2; y1++) { in gdImageVLine()
1161 y = y1; in gdImageLine()
1224 y = y1; in gdImageLine()
1324 y = y1; in gdImageAALine()
1408 y = y1; in gdImageDashedLine()
2035 t=y1; in gdImageRectangle()
2120 y = y1; in _gdImageFilledHRectangle()
2134 y1 = 0; in _gdImageFilledHRectangle()
2164 y = y1; in _gdImageFilledVRectangle()
2178 y1 = 0; in _gdImageFilledVRectangle()
[all …]
H A Dgd.h423 void gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
424 void gdImageAALine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
428 void gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
431 void gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
433 void gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color);
434 void gdImageSetClip(gdImagePtr im, int x1, int y1, int x2, int y2);
H A Dgdft.c823 int x1 = 0, y1 = 0; local
969 y1 = (int)(- penf.y * cos_a + 32) / 64;
983 y1 = (int)(- penf.y * cos_a + 32) / 64;
1170 …gdft_draw_bitmap(tc_cache, im, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + (…
H A Dgd_interpolation.c2325 int x1,y1; in gdImageClipRectangle() local
2329 y1 = r->y + r->height - 1; in gdImageClipRectangle()
2333 r->height = CLAMP(y1, c1y, c2y) - r->y + 1; in gdImageClipRectangle()
/PHP-7.0/ext/date/lib/
H A Ddow.c49 timelib_sll c1, y1, m1, dow; in timelib_day_of_week_ex() local
55 y1 = positive_mod(y, 100); in timelib_day_of_week_ex()
57 dow = positive_mod((c1 + y1 + m1 + (y1 / 4) + d), 7); in timelib_day_of_week_ex()
/PHP-7.0/ext/gd/
H A Dgd.c495 ZEND_ARG_INFO(0, y1)
504 ZEND_ARG_INFO(0, y1)
513 ZEND_ARG_INFO(0, y1)
522 ZEND_ARG_INFO(0, y1)
3109 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3122 gdImageAALine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3126 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3137 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3158 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3169 gdImageRectangle(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/mbstring/
H A DREADME_PHP3-i18n-ja756 ImageTTFText($im,$size,$angle,$x1,$y1,$color,"/path/to/font.ttf",
761 ImageTTFText($im,$size,$angle,$x1,$y1,$color,"/path/to/font.ttf","���ܸ�");

Completed in 52 milliseconds