Lines Matching refs:wBorderWidth
185 extents.x1 = -wBorderWidth(pWin); in CreateBoundingShape()
186 extents.y1 = -wBorderWidth(pWin); in CreateBoundingShape()
187 extents.x2 = pWin->drawable.width + wBorderWidth(pWin); in CreateBoundingShape()
188 extents.y2 = pWin->drawable.height + wBorderWidth(pWin); in CreateBoundingShape()
648 extents.x1 = -wBorderWidth(pWin); in ProcShapeQueryExtents()
649 extents.y1 = -wBorderWidth(pWin); in ProcShapeQueryExtents()
650 extents.x2 = pWin->drawable.width + wBorderWidth(pWin); in ProcShapeQueryExtents()
651 extents.y2 = pWin->drawable.height + wBorderWidth(pWin); in ProcShapeQueryExtents()
846 extents.x1 = -wBorderWidth(pWin); in SendShapeNotify()
847 extents.y1 = -wBorderWidth(pWin); in SendShapeNotify()
848 extents.x2 = pWin->drawable.width + wBorderWidth(pWin); in SendShapeNotify()
849 extents.y2 = pWin->drawable.height + wBorderWidth(pWin); in SendShapeNotify()
874 extents.x1 = -wBorderWidth(pWin); in SendShapeNotify()
875 extents.y1 = -wBorderWidth(pWin); in SendShapeNotify()
876 extents.x2 = pWin->drawable.width + wBorderWidth(pWin); in SendShapeNotify()
877 extents.y2 = pWin->drawable.height + wBorderWidth(pWin); in SendShapeNotify()
976 rects->x = -(int) wBorderWidth(pWin); in ProcShapeGetRectangles()
977 rects->y = -(int) wBorderWidth(pWin); in ProcShapeGetRectangles()
978 rects->width = pWin->drawable.width + wBorderWidth(pWin); in ProcShapeGetRectangles()
979 rects->height = pWin->drawable.height + wBorderWidth(pWin); in ProcShapeGetRectangles()
988 rects->x = -(int) wBorderWidth(pWin); in ProcShapeGetRectangles()
989 rects->y = -(int) wBorderWidth(pWin); in ProcShapeGetRectangles()
990 rects->width = pWin->drawable.width + wBorderWidth(pWin); in ProcShapeGetRectangles()
991 rects->height = pWin->drawable.height + wBorderWidth(pWin); in ProcShapeGetRectangles()