Lines Matching refs:ppt
46 DDXPointPtr ppt;
68 ppt = pptInit;
69 x2 = ppt->x + xorgtmp;
70 y2 = ppt->y + yorgtmp;
83 ++ppt;
88 x2 = ppt->x + xorgtmp;
89 y2 = ppt->y + yorgtmp;
111 ppt = pptInit;
112 x2 = ppt->x + xorg;
113 y2 = ppt->y + yorg;
129 ++ppt;
134 x2 = ppt->x + xorg;
135 y2 = ppt->y + yorg;
171 y2 = ppt->y + yorg;
220 x2 = ppt->x + xorg;
371 ((ppt->x + xorg != pptInit->x + pDrawable->x) ||
372 (ppt->y + yorg != pptInit->y + pDrawable->y) ||
373 (ppt == pptInit + 1)))