Home
last modified time | relevance | path

Searched refs:CalcRectCommon (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DTextWidget.h114 BRect CalcRectCommon(BPoint poseLoc, const BColumn*, const BPoseView*,
H A DTextWidget.cpp147 BTextWidget::CalcRectCommon(BPoint poseLoc, const BColumn* column, in CalcRectCommon() function in BTextWidget
213 return CalcRectCommon(poseLoc, column, view, fText->Width(view)); in CalcRect()
221 return CalcRectCommon(poseLoc, column, view, fText->CurrentWidth()); in CalcOldRect()