Home | History | Annotate | Download | only in mi

Lines Matching defs:ppt

68     xPoint *ppt;
75 ppt = pptInit;
79 ppt++;
80 ppt->x += (ppt - 1)->x;
81 ppt->y += (ppt - 1)->y;
86 ppt = pptInit;
91 ppt->x += xorg;
92 ppt++->y += yorg;