Searched refs:py (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd.c | 935 static void gdImageAntiAliasedApply (gdImagePtr im, int px, int py) argument 941 * Find the perpendicular distance from point C (px, py) to the line 949 int Ay_Cy = im->AAL_y1 - py; 952 int By_Cy = im->AAL_y2 - py; 959 if (!gdImageBoundsSafe(im, px, py)) { 989 if (!im->AA_polygon || (im->AA_opacity[py][px] < opacity)) { 990 im->AA_opacity[py][px] = opacity; 1016 int px, py; local 1023 for (py = 0; py < i 1545 int px, py; local 1571 int px, py; local [all...] |
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 3490 int cx, cy, px, py, fline; local 3499 for (py = y; (py > (y - f->w)); py--) { 3502 gdImageSetPixel(im, px, py, color);
|
Completed in 12 milliseconds