Home
last modified time | relevance | path

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

/PHP-5.5/Zend/tests/
H A Dbug35239.phpt8 $a->x0->y1 =& $a->x0;
12 $a->x0->y1 = "ok\n";
21 ["y1"]=>
/PHP-5.5/ext/gd/libgd/
H A Dgd.c1092 for (;y1 <= y2; y1++) { in gdImageVLine()
1161 y = y1; in gdImageLine()
1306 x1 += (y1 * (x1 - x2)) / (y2 - y1); in gdImageAALine()
1307 y1 = 0; in gdImageAALine()
1319 x1 -= ((im->sy - y1) * (x1 - x2)) / (y2 - y1); in gdImageAALine()
1332 y1 += (x1 * (y1 - y2)) / (x2 - x1); in gdImageAALine()
1344 y1 -= ((im->sx - x1) * (y1 - y2)) / (x2 - x1); in gdImageAALine()
2055 t=y1; in gdImageRectangle()
2135 y = y1; in gdImageFilledRectangle()
2149 y1 = 0; in gdImageFilledRectangle()
[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.c788 int x1 = 0, y1 = 0; local
933 y1 = (int)(- penf.y * cos_a + 32) / 64;
947 y1 = (int)(- penf.y * cos_a + 32) / 64;
949 yb = y + y1;
1106 …gdft_draw_bitmap(tc_cache, im, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + (…
H A Dgd_interpolation.c2248 int x1,y1; in gdImageClipRectangle() local
2252 y1 = r->y + r->height - 1; in gdImageClipRectangle()
2256 r->height = CLAMP(y1, c1y, c2y) - r->y + 1; in gdImageClipRectangle()
/PHP-5.5/ext/date/lib/
H A Ddow.c45 timelib_sll c1, y1, m1, dow; in timelib_day_of_week_ex() local
51 y1 = positive_mod(y, 100); in timelib_day_of_week_ex()
53 dow = positive_mod((c1 + y1 + m1 + (y1 / 4) + d), 7); in timelib_day_of_week_ex()
/PHP-5.5/ext/gd/tests/
H A Dimagedashedline_basic.phpt11 /* Prototype : bool imagedashedline ( resource $image , int $x1 , int $y1 , int $x2 , int $y2…
/PHP-5.5/ext/gd/
H A Dgd.c487 ZEND_ARG_INFO(0, y1)
496 ZEND_ARG_INFO(0, y1)
505 ZEND_ARG_INFO(0, y1)
514 ZEND_ARG_INFO(0, y1)
3093 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3104 gdImageAALine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3108 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3119 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3137 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3155 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
[all …]
/PHP-5.5/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 68 milliseconds