Lines Matching refs:wBorderWidth
592 rep.x = pWin->origin.x - wBorderWidth(pWin);
593 rep.y = pWin->origin.y - wBorderWidth(pWin);
646 (x >= pWin->drawable.x - wBorderWidth(pWin)) &&
648 wBorderWidth(pWin)) &&
649 (y >= pWin->drawable.y - wBorderWidth(pWin)) &&
651 wBorderWidth(pWin))
2000 x < -wBorderWidth((WindowPtr) pDraw) ||
2001 x + w > wBorderWidth((WindowPtr) pDraw) + (int) pDraw->width ||
2002 y < -wBorderWidth((WindowPtr) pDraw) ||
2003 y + h > wBorderWidth((WindowPtr) pDraw) + (int) pDraw->height)