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

/haiku-fatelf/src/preferences/mail/
H A DAutoConfigView.cpp306 BRect boxRect = Bounds(); local
307 boxRect.bottom /= 2;
308 boxRect.bottom -= 5;
310 BBox *box = new BBox(boxRect);
366 boxRect = Bounds();
367 boxRect.top = boxRect.bottom / 2;
368 boxRect.top += 5;
370 box = new BBox(boxRect);
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolderConfig.cpp150 BRect boxRect(0.0f, 2.0f, ceilf(3.0f + fontHeight.ascent),
153 fBoxRect.left = itemRect.right - boxRect.Width();
154 fBoxRect.top = itemRect.top + (itemRect.Height() - boxRect.Height()) / 2;
156 fBoxRect.bottom = itemRect.top + boxRect.Height();
/haiku-fatelf/src/apps/cortex/DiagramView/
H A DDiagramView.cpp670 BRect boxRect = m_boxRegion.Frame(); local
671 m_dataRect.right = boxRect.right;
672 m_dataRect.bottom = boxRect.bottom;

Completed in 73 milliseconds