Lines Matching refs:width
266 lw = sbw->core.width - 2 * sw; in FillArea()
484 unsigned int width, height, bw; in CreateGC() local
487 &width, &height, &bw, &depth) == 0) in CreateGC()
511 sbw->scrollbar.thickness = sbw->core.width; in SetDimensions()
515 sbw->scrollbar.length = sbw->core.width; in SetDimensions()
533 if (sbw->core.width == 0) in Initialize()
534 sbw->core.width = (sbw->scrollbar.orientation == XtorientVertical) in Initialize()
615 unsigned int width, height; in Redisplay() local
623 width = sbw->scrollbar.shownLength; in Redisplay()
630 width = sbw->core.width - 2; in Redisplay()
634 XRectInRegion (region, x, y, width, height) != RectangleOut) in Redisplay()
997 float height, width; in FractionLoc() local
1003 width = (float)sbw->core.width - 2 * margin; in FractionLoc()
1004 return PICKLENGTH(sbw, x / width, y / height); in FractionLoc()
1122 Dimension w = sbw->core.width; in _Xaw3dDrawShadows()