Lines Matching refs:top
22 float height = (r.bottom - r.top) - 8; in ProgressBar()
24 segments[counter].rect.Set(r.left + (counter * 7), r.top, in ProgressBar()
25 (r.left + (counter * 7) + 5), r.top + height); in ProgressBar()
114 start.Set(left, bounds.top); in Render()
157 StrokeLine(BPoint(frame.left, frame.top), BPoint(frame.right, frame.top)); in Draw()
158 StrokeLine(BPoint(frame.left, frame.top + 1), BPoint(frame.right, in Draw()
159 frame.top + 1)); in Draw()
160 StrokeLine(BPoint(frame.left, frame.top), BPoint(frame.left, in Draw()
162 StrokeLine(BPoint(frame.left + 1, frame.top), in Draw()
166 StrokeLine(BPoint(frame.right-1, frame.top + 2), in Draw()
168 StrokeLine(BPoint(frame.right, frame.top + 1), in Draw()