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

/haiku/src/apps/diskprobe/
H A DDataView.cpp536 BRect block, lastLine; local
568 lastLine = SelectionFrame(which, last, last + end);
569 lastLine.right += spacing;
601 rect = lastLine;
606 rect.bottom = lastLine.bottom;
607 rect.right = lastLine.right;
623 if (!drawBlock && right > lastLine.right)
624 right = lastLine.right;
634 AddLine(lastLine.RightBottom(), BPoint(lastLine
1278 float lastLine = DataBounds().Height() - 1 - kVerticalSpace; local
[all...]
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1014 int32 lastLine = fTextView->CountLines(); local
1030 lastLine = currentLine - 1;
1041 lastLine = currentLine - 1;
1048 while (printLine <= lastLine) {
1052 && printLine <= lastLine)
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp453 int32 lastLine = fSelectionModel->SelectedItemAt( local
456 lastLine = std::max(lastLine, line);
458 lastLine - firstLine + 1, false);
/haiku/src/apps/mail/
H A DMailWindow.cpp2026 int32 lastLine = 0; local
2070 int32 lineOffset = fContentView->TextView()->OffsetAt(lastLine);
2074 int32 fromLine = lastLine;
2075 lastLine = fContentView->TextView()->LineAt(
2080 fromLine, lastLine) + (curPage == 1 ? header_height : 0);
2084 fromLine, --lastLine) + (curPage == 1 ? header_height : 0);
2095 lastLine++;
2098 } while (print.CanContinue() && lastLine < maxLine);
H A DContent.cpp3097 int32 lastLine = 0;
3102 int32 lineLength = index - lastLine + 1;
3118 memcpy(&target[targetLength], &text[lastLine], lineLength);
3121 lastLine = index + 1;

Completed in 71 milliseconds