Home
last modified time | relevance | path

Searched refs:textPos (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/mediaplayer/interface/
H A DSeekSlider.cpp82 BPoint textPos; in DrawBar() local
83 textPos.x = r.left + (r.Width() - width) / 2.0; in DrawBar()
84 textPos.y = (r.top + r.bottom - ceilf(fh.ascent + fh.descent)) / 2.0 in DrawBar()
90 DrawString(fDisabledString.String(), textPos); in DrawBar()
/haiku/src/apps/text_search/
H A DGrepper.cpp418 int textPos = -1; in _RunnerThread() local
419 sscanf(line, "%[^\n:]:%d:%n", fileName, &lineNumber, &textPos); in _RunnerThread()
422 if (textPos > 0) { in _RunnerThread()
/haiku/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp226 BPoint textPos(20.0, 30.0); in Draw() local
228 DrawString(message, textPos); in Draw()
230 DrawString(message, textPos + BPoint(-1.0, -1.0)); in Draw()
/haiku/src/apps/showimage/
H A DShowImageView.h162 void _LayoutCaption(BFont& font, BPoint& textPos,