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

/haiku/src/preferences/bluetooth/
H A DDeviceListItem.cpp14 #define INSETS 5 macro
72 + 2 * INSETS, itemRect.bottom - finfo.descent + 1);
86 point -= BPoint(0, (finfo.ascent + finfo.descent + finfo.leading) + INSETS);
101 owner->DrawBitmap(icon, iconRect, BRect(itemRect.left + INSETS,
102 itemRect.top + INSETS, itemRect.left + INSETS + PIXELS_FOR_ICON,
103 itemRect.top + INSETS + PIXELS_FOR_ICON));
111 owner->DrawBitmap(icon, iconRect, BRect(itemRect.left + INSETS,
112 itemRect.top + INSETS, itemRect.left + INSETS
[all...]

Completed in 39 milliseconds