Lines Matching refs:line

3341 	float line = 0.0;
3344 line += iterator.CurrentRow()->Height() + 1, iterator.GoToNext()) {
3348 if (line > fVisibleRect.bottom)
3352 if (line + rowHeight >= fVisibleRect.top) {
3356 BRect destRect(leftEdge, line, leftEdge + column->Width(),
3357 line + rowHeight);
3487 float line = 0.0;
3493 if (line > invalidBounds.bottom)
3499 if (line >= invalidBounds.top - rowHeight) {
3528 BRect fullRect(fieldLeftEdge, line,
3529 fieldLeftEdge + column->Width(), line + rowHeight);
3544 FillRect(BRect(0, line, fieldLeftEdge
3545 + column->Width(), line + rowHeight));
3549 FillRect(BRect(0, line, MAX(kLeftMargin,
3550 fMasterView->LatchWidth()), line + row->Height()));
3626 FillRect(BRect(fieldLeftEdge, line, invalidBounds.right,
3627 line + rowHeight));
3635 StrokeRect(BRect(0, line, 10000.0, line + rowHeight));
3638 line += rowHeight + 1;
3641 if (line <= invalidBounds.bottom) {
3644 FillRect(BRect(invalidBounds.left, line, invalidBounds.right,
3648 // Draw the drop target line
3660 float line = 0.0;
3665 if (line > ypos)
3669 if (ypos <= line + rowHeight) {
3670 *_top = line;
3675 line += rowHeight + 1;
3686 // Erase the old target line
4015 // Draw a highlight line...
4097 // Erase the old target line
4518 // everything down and redraw the first line.
4695 float line = 0.0;
4700 _rect->Set(fVisibleRect.left, line, fVisibleRect.right,
4701 line + row->Height());
4702 return line <= fVisibleRect.bottom;
4705 line += iterator.CurrentRow()->Height() + 1;
4715 float line = 0.0;
4719 _rect->Set(fVisibleRect.left, line, fVisibleRect.right,
4720 line + row->Height());
4724 line += iterator.CurrentRow()->Height() + 1;
4749 float line = 0.0;
4752 if (line > fVisibleRect.bottom)
4756 if (line + row->Height() > fVisibleRect.top) {
4758 Invalidate(BRect(fVisibleRect.left, line, fVisibleRect.right,
4759 line + row->Height()));
4762 line += row->Height() + 1;