Lines Matching defs:bd
2198 int width, height, bd;
2211 (unsigned int *) &height, (unsigned int *) &bd, &dummy);
2223 wmPtr->xInParent = xOffset + bd - winPtr->changes.border_width;
2224 wmPtr->yInParent = yOffset + bd - winPtr->changes.border_width;
2225 wmPtr->parentWidth = width + 2*bd;
2226 wmPtr->parentHeight = height + 2*bd;
3221 int tmpx, tmpy, bd;
3295 bd = childPtr->changes.border_width;
3296 if ((tmpx >= -bd) && (tmpy >= -bd)
3297 && (tmpx < (childPtr->changes.width + bd))
3298 && (tmpy < (childPtr->changes.height + bd))) {
3336 int bd;
3365 (unsigned int *) &wmPtr->vRootHeight, (unsigned int *) &bd,