Lines Matching defs:npt
80 static void cwPolyPoint(DrawablePtr pDst, GCPtr pGC, int mode, int npt,
82 static void cwPolylines(DrawablePtr pDst, GCPtr pGC, int mode, int npt,
242 cwPolyPoint(DrawablePtr pDst, GCPtr pGC, int mode, int npt, xPoint *ppt)
249 CW_OFFSET_XYPOINTS(ppt, npt);
253 (*pBackingGC->ops->PolyPoint)(pBackingDst, pBackingGC, mode, npt, ppt);
259 cwPolylines(DrawablePtr pDst, GCPtr pGC, int mode, int npt, DDXPointPtr ppt)
266 CW_OFFSET_XYPOINTS(ppt, npt);
270 (*pBackingGC->ops->Polylines)(pBackingDst, pBackingGC, mode, npt, ppt);
318 cwFillPolygon(DrawablePtr pDst, GCPtr pGC, int shape, int mode, int npt,
326 CW_OFFSET_XYPOINTS(ppt, npt);
330 (*pBackingGC->ops->FillPolygon)(pBackingDst, pBackingGC, shape, mode, npt,