Lines Matching refs:lx
791 int lx, ly; in gdImageBrushApply() local
812 for (lx = x1; (lx < x2); lx++) { in gdImageBrushApply()
817 gdImageSetPixel(im, lx, ly, p); in gdImageBrushApply()
827 for (lx = x1; lx < x2; lx++) { in gdImageBrushApply()
833 gdImageSetPixel(im, lx, ly, tc); in gdImageBrushApply()
843 for (lx = x1; lx < x2; lx++) { in gdImageBrushApply()
850 gdImageSetPixel(im, lx, ly, gdImageColorResolveAlpha(im, gdTrueColorGetRed(p), in gdImageBrushApply()
855 gdImageSetPixel(im, lx, ly, im->brushColorMap[p]); in gdImageBrushApply()
1677 int lx = 0, ly = 0; in gdImageFilledArc() local
1711 gdImageLine(im, lx, ly, x, y, color); in gdImageFilledArc()
1714 pts[0].x = lx; in gdImageFilledArc()
1727 lx = x; in gdImageFilledArc()
1733 gdImageLine(im, cx, cy, lx, ly, color); in gdImageFilledArc()
1736 gdImageLine(im, fx, fy, lx, ly, color); in gdImageFilledArc()
1740 pts[1].x = lx; in gdImageFilledArc()
1749 gdImageLine(im, cx, cy, lx, ly, color); in gdImageFilledArc()
2562 int lx, ly; in gdImagePolygon() local
2582 lx = p->x; in gdImagePolygon()
2584 draw_line(im, lx, ly, p[n - 1].x, p[n - 1].y, c); in gdImagePolygon()
2587 draw_line(im, lx, ly, p->x, p->y, c); in gdImagePolygon()
2588 lx = p->x; in gdImagePolygon()