Lines Matching refs:pnts
1410 xPoint *pnts = (xPoint *) &stuff[1]; in PanoramiXPolyPoint() local
1415 pnts->x -= x_off; in PanoramiXPolyPoint()
1416 pnts->y -= y_off; in PanoramiXPolyPoint()
1417 pnts++; in PanoramiXPolyPoint()
1475 xPoint *pnts = (xPoint *) &stuff[1]; in PanoramiXPolyLine() local
1480 pnts->x -= x_off; in PanoramiXPolyLine()
1481 pnts->y -= y_off; in PanoramiXPolyLine()
1482 pnts++; in PanoramiXPolyLine()
1742 DDXPointPtr pnts = (DDXPointPtr) &stuff[1]; in PanoramiXFillPoly() local
1746 pnts->x -= x_off; in PanoramiXFillPoly()
1747 pnts->y -= y_off; in PanoramiXFillPoly()
1748 pnts++; in PanoramiXFillPoly()