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

/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp141 BPoint textPoint(0.0, (r.top + r.bottom) / 2.0 + fh.ascent / 2.0);
145 DrawString(fLabel.String(), textPoint);
H A DSliderView.cpp372 BPoint textPoint((r.left + r.right) / 2.0 - width / 2.0,
377 v->DrawString(label, textPoint);
/haiku/src/kits/tracker/
H A DStatusWindow.cpp680 BPoint textPoint = fStatusBar->Frame().LeftBottom(); local
681 textPoint.y += ceilf(fh.leading) + ceilf(fh.ascent);
684 DrawString(destinationString.String(), textPoint);
691 textPoint.x = fStatusBar->Frame().right - statusStringWidth;
692 DrawString(statusString.String(), textPoint);
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp73 BPoint textPoint; local
74 textPoint.x = frame.left + TEXT_OFFSET;
75 textPoint.y = frame.top
78 owner->DrawString(truncatedString.String(), textPoint);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp77 BPoint textPoint; local
78 textPoint.x = itemFrame.left + TEXT_OFFSET;
79 textPoint.y = itemFrame.top
82 owner->DrawString(truncatedString.String(), textPoint);

Completed in 178 milliseconds