Searched refs:curPageRect (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/mail/
H A DMailWindow.cpp2052 BRect curPageRect = pageRect; local
2071 curPageRect.OffsetTo(0,
2076 BPoint(0.0, curPageRect.bottom - ((curPage == 1)
2086 curPageRect.bottom = curPageRect.top + curPageHeight - 1.0;
2089 print.DrawView(fContentView->TextView(), curPageRect,
2094 curPageRect = pageRect;
/haiku/src/apps/terminal/
H A DTermWindow.cpp1286 BRect curPageRect = pageRect; local
1300 curPageRect.OffsetTo(x * pWidth, y * pHeight);
1301 job.DrawView(_ActiveTermView(), curPageRect, B_ORIGIN); local

Completed in 58 milliseconds