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

/haiku/src/preferences/input/
H A DInputIcons.cpp18 const BRect InputIcons::sBounds; member in class:InputIcons
27 if (!sBounds.IsValid()) {
28 *const_cast<BRect*>(&sBounds) = BRect(BPoint(0, 0),
54 mouseIcon = new BBitmap(sBounds, 0, B_RGBA32);
61 touchpadIcon = new BBitmap(sBounds, 0, B_RGBA32);
68 keyboardIcon = new BBitmap(sBounds, 0, B_RGBA32);
77 return BRect(sBounds).OffsetToSelf(topLeft);
H A DInputIcons.h24 static const BRect sBounds; member in struct:InputIcons
H A DInputDeviceView.cpp76 frame.top + (frame.Height() - InputIcons::sBounds.Height()) / 2.0f);
124 float iconHeight = InputIcons::sBounds.Height() + 1;
/haiku/src/preferences/media/
H A DMediaIcons.cpp16 const BRect MediaIcons::sBounds(0, 0, 15, 15);
21 inputIcon(MediaIcons::sBounds, B_CMAP8),
22 outputIcon(MediaIcons::sBounds, B_CMAP8)
30 devicesIcon(sBounds, B_CMAP8),
31 mixerIcon(sBounds, B_CMAP8)
60 return BRect(sBounds).OffsetToSelf(topLeft);
H A DMediaIcons.h33 static const BRect sBounds; member in struct:MediaIcons
H A DMediaListItem.cpp87 frame.top + (frame.Height() - MediaIcons::sBounds.Height()) / 2.0f);
128 float iconSpace = MediaIcons::sBounds.Width() + 1.0f;
163 float iconHeight = MediaIcons::sBounds.Height() + 1;

Completed in 41 milliseconds