Home
last modified time | relevance | path

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

/PHP-5.6/Zend/tests/
H A Dbug35239.phpt8 $a->x0->y1 =& $a->x0;
12 $a->x0->y1 = "ok\n";
21 ["y1"]=>
/PHP-5.6/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-5.6/ext/gd/libgd/
H A Dgd.c1094 for (;y1 <= y2; y1++) { in gdImageVLine()
1163 y = y1; in gdImageLine()
1226 y = y1; in gdImageLine()
1326 y = y1; in gdImageAALine()
1410 y = y1; in gdImageDashedLine()
2037 t=y1; in gdImageRectangle()
2122 y = y1; in _gdImageFilledHRectangle()
2136 y1 = 0; in _gdImageFilledHRectangle()
2166 y = y1; in _gdImageFilledVRectangle()
2180 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.c824 int x1 = 0, y1 = 0; local
970 y1 = (int)(- penf.y * cos_a + 32) / 64;
984 y1 = (int)(- penf.y * cos_a + 32) / 64;
1171 …gdft_draw_bitmap(tc_cache, im, fg, bm->bitmap, x + x1 + ((pen.x + 31) >> 6) + bm->left, y + y1 + (…
H A Dgd_interpolation.c2272 int x1,y1; in gdImageClipRectangle() local
2276 y1 = r->y + r->height - 1; in gdImageClipRectangle()
2280 r->height = CLAMP(y1, c1y, c2y) - r->y + 1; in gdImageClipRectangle()
/PHP-5.6/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-5.6/ext/gd/
H A Dgd.c498 ZEND_ARG_INFO(0, y1)
507 ZEND_ARG_INFO(0, y1)
516 ZEND_ARG_INFO(0, y1)
525 ZEND_ARG_INFO(0, y1)
3144 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3155 gdImageAALine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3159 gdImageLine(im, x1, y1, x2, y2, col); in PHP_FUNCTION()
3170 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3188 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
3206 long x1, y1, x2, y2, col; in PHP_FUNCTION() local
[all …]
/PHP-5.6/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 55 milliseconds