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

/haiku/src/preferences/filetypes/
H A DIconView.cpp306 status = message.AddMessage("icon/large", &archive);
322 Icon::SetLarge(const BBitmap* large) argument
324 if (large != NULL) {
328 memcpy(fLarge->Bits(), large->Bits(), min_c(large->BitsLength(),
500 Icon::AdoptLarge(BBitmap *large) argument
503 fLarge = large;
604 BBitmap* large = NULL; local
612 if (message->FindMessage("icon/large", &archive) == B_OK)
613 large
1267 _SetIcon(BBitmap* large, BBitmap* mini, const uint8* data, size_t size, bool force) argument
1360 BBitmap* large = new BBitmap(BRect(0, 0, 31, 31), B_CMAP8); local
[all...]
H A DIconView.h47 void SetLarge(const BBitmap* large);
48 void SetMini(const BBitmap* large);
60 void AdoptLarge(BBitmap* large);
136 void _SetIcon(BBitmap* large, BBitmap* mini,
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css70 font-size:xx-large;
76 font-size:xx-large;
81 font-size:xx-large;
85 font-size:x-large;
90 font-size:large;
95 font-size:large;
/haiku/src/apps/deskbar/
H A DTeamMenu.cpp98 const int32 large = be_control_look->ComposeIconSize(B_LARGE_ICON) local
111 if (iconSize <= large) // label wraps after 32x32
125 float itemWidth = iconSize > large
H A DTeamMenuItem.cpp296 const int32 large = be_control_look->ComposeIconSize(B_LARGE_ICON) local
300 || (fBarView->Vertical() && iconBounds.Width() > large)) {
H A DBarView.cpp1268 const int32 large = be_control_look->ComposeIconSize(B_LARGE_ICON) local
1284 } else if (!fVertical || (fVertical && iconSize <= large)) {
1288 } else if (fVertical && iconSize > large) {
H A DSwitcher.cpp88 void CacheTeamIcons(int32 small, int32 large);
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp575 large(BRect(0, 0, 31, 31), B_CMAP8) {}
576 IconValue(const BBitmap *mini, const BBitmap *large) argument
578 large(BRect(0, 0, 31, 31), B_CMAP8)
582 this->large.SetBits(large->Bits(), large->BitsLength(), 0,
583 large->ColorSpace());
589 && icon_equal(&large, &value.large));
593 BBitmap large; member in struct:IconValue
708 IconForTypeValue(const BBitmap *mini, const BBitmap *large) argument
[all...]

Completed in 60 milliseconds