Home | History | Annotate | Download | only in rootless

Lines Matching defs:dy

133     int dx, dy;
157 dy = (int) pParent->drawable.y + (int) pParent->drawable.height +
159 if (dy > 32767)
160 dy = 32767;
161 borderSize.y2 = dy;
199 dy = pParent->drawable.y - pParent->valdata->before.oldAbsCorner.y;
218 RegionTranslate(&pChild->borderClip, dx, dy);
219 RegionTranslate(&pChild->clipList, dx, dy);
222 (*pScreen->ClipNotify) (pChild, dx, dy);
254 if (dx || dy) {
259 RegionTranslate(&pParent->borderClip, dx, dy);
260 RegionTranslate(&pParent->clipList, dx, dy);
295 if (HasParentRelativeBorder(pParent) && (dx || dy)) {
400 (*pScreen->ClipNotify) (pParent, dx, dy);