Lines Matching refs:wBorderWidth
1633 bw = wBorderWidth (pWin);
1752 event.u.gravity.x = cwsx - wBorderWidth (pSib);
1753 event.u.gravity.y = cwsy - wBorderWidth (pSib);
1845 pBox->x1 = pWin->drawable.x - wBorderWidth (pWin);
1846 pBox->y1 = pWin->drawable.y - wBorderWidth (pWin);
1848 + wBorderWidth (pWin);
1850 + wBorderWidth (pWin);
2295 if ((mask & CWBorderWidth) && (bw != wBorderWidth (pWin)))
2349 (beforeX + wBorderWidth (pWin) == x + (int)bw) &&
2350 (beforeY + wBorderWidth (pWin) == y + (int)bw))
2465 int bw = wBorderWidth (pWin);
2996 pWin->drawable.x - wBorderWidth (pWin) - pParent->drawable.x,
2997 pWin->drawable.y - wBorderWidth (pWin) - pParent->drawable.y,