Lines Matching refs:wBorderWidth
563 rep.x = pWin->origin.x - wBorderWidth (pWin);
564 rep.y = pWin->origin.y - wBorderWidth (pWin);
612 (x >= pWin->drawable.x - wBorderWidth (pWin)) &&
614 wBorderWidth (pWin)) &&
615 (y >= pWin->drawable.y - wBorderWidth (pWin)) &&
617 wBorderWidth (pWin))
1841 x < - wBorderWidth((WindowPtr)pDraw) ||
1842 x + w > wBorderWidth((WindowPtr)pDraw) + (int)pDraw->width ||
1843 y < -wBorderWidth((WindowPtr)pDraw) ||
1844 y + h > wBorderWidth ((WindowPtr)pDraw) + (int)pDraw->height)