Lines Matching refs:xp
62 InitTriangles(XParms xp, Parms p, int64_t reps)
71 pgc = xp->fggc;
76 if (xp->version == VERSION1_2) {
130 SetFillStyle(xp, p);
138 DoTriangles(XParms xp, Parms p, int64_t reps)
143 XFillPolygon(xp->d, xp->w, pgc, curPoint, NUM_POINTS, Convex,
147 if (pgc == xp->bggc)
148 pgc = xp->fggc;
150 pgc = xp->bggc;
210 DoTriangles(XParms xp, Parms p, int64_t reps)
213 XPolyTriangle (xp->d, xp->w, pgc, points, p->objects, Convex,
215 if (pgc == xp->bggc)
216 pgc = xp->fggc;
218 pgc = xp->bggc;
225 EndTriangles(XParms xp, Parms p)