Searched refs:firstLine (Results 1 - 7 of 7) sorted by relevance

/haiku/src/tests/add-ons/print/pcl6/
H A Denum.sh13 firstLine=false
22 firstLine=true
29 if [ $firstLine = false ] ; then
32 firstLine=false
/haiku/src/preferences/time/
H A DTZDisplay.cpp162 float firstLine = ceilf(StringWidth(fLabel.String()) + local
165 size.width = firstLine > secondLine ? firstLine : secondLine;
/haiku/src/apps/diskprobe/
H A DDataView.cpp550 BRect firstLine = SelectionFrame(which, first + start, end); local
551 firstLine.right += spacing;
586 bottom = firstLine.bottom;
588 AddLine(BPoint(firstLine.left + 1, firstLine.top), firstLine.RightTop(), color);
589 AddLine(BPoint(firstLine.right, firstLine.top + 1), BPoint(firstLine.right, bottom), color);
597 rect = firstLine;
[all...]
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.cpp1202 int32 firstLine = 0; local
1207 firstLine = endLine - height;
1212 for (int32 i = 0; i < firstLine; i++) {
1222 for (int32 i = firstLine; i < endLine; i++) {
1224 TerminalLine* destLine = lines[i - firstLine];
1232 for (int32 i = endLine - firstLine; i < height; i++)
1255 fCursor.y -= firstLine;
/haiku/src/apps/bootmanager/
H A Dbootman.S175 firstLine resb 2 ; low byte used only
390 mov [bp + firstLine], bl
489 mov al, [bp + firstLine]
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp452 int32 firstLine = fSelectionModel->SelectedItemAt(0); local
455 firstLine = std::min(firstLine, line);
457 fSelectionModel->SelectItems(firstLine,
458 lastLine - firstLine + 1, false);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1013 int32 firstLine = 0; local
1035 firstLine = currentLine;
1047 int32 printLine = firstLine;

Completed in 347 milliseconds