Lines Matching refs:lx
841 int lx, ly; in gdImageBrushApply() local
862 for (lx = x1; (lx < x2); lx++) { in gdImageBrushApply()
867 gdImageSetPixel(im, lx, ly, p); in gdImageBrushApply()
877 for (lx = x1; lx < x2; lx++) { in gdImageBrushApply()
883 gdImageSetPixel(im, lx, ly, tc); in gdImageBrushApply()
893 for (lx = x1; lx < x2; lx++) { in gdImageBrushApply()
900 gdImageSetPixel(im, lx, ly, gdImageColorResolveAlpha(im, gdTrueColorGetRed(p), in gdImageBrushApply()
905 gdImageSetPixel(im, lx, ly, im->brushColorMap[p]); in gdImageBrushApply()
1594 int lx = 0, ly = 0; in gdImageFilledArc() local
1628 gdImageLine(im, lx, ly, x, y, color); in gdImageFilledArc()
1632 if (((i > 270 || i < 90) && x > lx) || ((i > 90 && i < 270) && x < lx)) { in gdImageFilledArc()
1653 lx = x; in gdImageFilledArc()
1659 gdImageLine(im, cx, cy, lx, ly, color); in gdImageFilledArc()
1662 gdImageLine(im, fx, fy, lx, ly, color); in gdImageFilledArc()
1666 pts[1].x = lx; in gdImageFilledArc()
1675 gdImageLine(im, cx, cy, lx, ly, color); in gdImageFilledArc()
2651 int lx, ly; in gdImageOpenPolygon() local
2657 lx = p->x; in gdImageOpenPolygon()
2661 gdImageLine(im, lx, ly, p->x, p->y, c); in gdImageOpenPolygon()
2662 lx = p->x; in gdImageOpenPolygon()