Searched refs:textPos (Results 1 – 4 of 4) sorted by relevance
/haiku/src/apps/mediaplayer/interface/ |
H A D | SeekSlider.cpp | 82 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 D | Grepper.cpp | 418 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 D | main.cpp | 226 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 D | ShowImageView.h | 162 void _LayoutCaption(BFont& font, BPoint& textPos,
|