Searched refs:drawRect (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/interface/
H A DColumnListView.cpp2668 BRect drawRect; local
2669 drawRect = rect;
2674 float baseline = floor(drawRect.top + fh.ascent
2675 + (drawRect.Height() + 1 - (fh.ascent + fh.descent)) / 2);
2709 BPoint upperLeft(drawRect.right - kSortIndicatorWidth, baseline);
2728 BPoint leftTop(upperLeft.x, drawRect.top + (drawRect.IntegerHeight()
2732 BPoint leftTop(upperLeft.x, drawRect.top + (drawRect.IntegerHeight()
2738 if (upperLeft.y < drawRect
[all...]

Completed in 54 milliseconds