Lines Matching refs:ppt
48 DDXPointPtr ppt;
73 ppt = pptInit;
74 x2 = ppt->x + xorgtmp;
75 y2 = ppt->y + yorgtmp;
88 ++ppt;
93 x2 = ppt->x + xorgtmp;
94 y2 = ppt->y + yorgtmp;
121 ppt = pptInit;
122 x2 = ppt->x + xorg;
123 y2 = ppt->y + yorg;
139 ++ppt;
144 x2 = ppt->x + xorg;
145 y2 = ppt->y + yorg;
306 ((ppt->x + xorg != pptInit->x + pDrawable->x) ||
307 (ppt->y + yorg != pptInit->y + pDrawable->y) ||
308 (ppt == pptInit + 1)))