Searched refs:drawRect (Results 1 – 1 of 1) sorted by relevance
2675 BRect drawRect; in DrawTitle() local2676 drawRect = rect; in DrawTitle()2681 float baseline = floor(drawRect.top + fh.ascent in DrawTitle()2682 + (drawRect.Height() + 1 - (fh.ascent + fh.descent)) / 2); in DrawTitle()2716 BPoint upperLeft(drawRect.right - kSortIndicatorWidth, baseline); in DrawTitle()2735 BPoint leftTop(upperLeft.x, drawRect.top + (drawRect.IntegerHeight() in DrawTitle()2739 BPoint leftTop(upperLeft.x, drawRect.top + (drawRect.IntegerHeight() in DrawTitle()2745 if (upperLeft.y < drawRect.top) in DrawTitle()2746 upperLeft.y = drawRect.top; in DrawTitle()2749 drawRect.right = upperLeft.x - 2; in DrawTitle()[all …]