Searched refs:nextPos (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp303 int32 nextPos = pos; local
305 bool stateChanged = find_next_tag(string, nextPos, tagLength, state);
306 if (nextPos > pos) {
309 string.CopyInto(subString, pos, nextPos - pos);
312 pos = nextPos + tagLength;
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.cpp451 TermPos nextPos = end; local
452 if (!_NormalizeLinePos(lineBuffer, line, nextPos))
455 if (classifier->Classify(line->cells[nextPos.x].character) != type)
458 nextPos.x += line->cells[nextPos.x].attributes.IsWidth()
460 end = nextPos;
/haiku/src/kits/interface/
H A DTextView.cpp3652 BPoint nextPos(currentPos.x,
3654 fCaretOffset = OffsetAt(nextPos);
3655 nextPos = PointAt(fCaretOffset);
3656 _ScrollBy(0, nextPos.y - currentPos.y);
3683 BPoint nextPos(currentPos.x, currentPos.y + Bounds().Height());
3684 fCaretOffset = OffsetAt(nextPos);
3685 nextPos = PointAt(fCaretOffset);
3686 _ScrollBy(0, nextPos.y - currentPos.y);

Completed in 107 milliseconds