Lines Matching defs:pPts
1524 int mode, int npt, DDXPointPtr pPts)
1539 x2 = pPts->x;
1540 y2 = pPts->y;
1553 pPtsTmp = pPts + 1;
1563 else if (x2 == pPts[npt-1].x && y2 == pPts[npt-1].y)
1574 ++pPts;
1575 x2 = pPts->x;
1576 y2 = pPts->y;
2018 int mode, int npt, DDXPointPtr pPts)
2039 miZeroDashLine (pDrawable, pGC, mode, npt, pPts);
2046 miWideLine (pDrawable, pGC, mode, npt, pPts);
2052 x2 = pPts->x;
2053 y2 = pPts->y;
2064 pPtsTmp = pPts + 1;
2074 else if (x2 == pPts[npt-1].x && y2 == pPts[npt-1].y)
2088 ++pPts;
2089 x2 = pPts->x;
2090 y2 = pPts->y;