Searched refs:textPos (Results 1 - 4 of 4) sorted by path

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

Completed in 128 milliseconds