Home | History | Annotate | Download | only in xaa

Lines Matching defs:xorg

3 #include <xorg-config.h>
43 int xorg = pDrawable->x;
70 int xorgtmp = xorg;
80 x1 = s->x1 + xorg;
82 x2 = s->x2 + xorg;
122 x2 = ppt->x + xorg;
131 x1 = pSeg->x1 + xorg;
133 x2 = pSeg->x2 + xorg;
141 xorg = x1;
144 x2 = ppt->x + xorg;
306 ((ppt->x + xorg != pptInit->x + pDrawable->x) ||