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

/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp82 fIconRect = BRect(BPoint(labelSpacing * 3.0f, labelSpacing),
84 SetExplicitSize(BSize(B_SIZE_UNSET, fIconRect.Width() + 2 * fIconRect.top));
95 fTitleRect.left = fIconRect.right + labelSpacing;
103 fIconRect.top + ((fIconRect.Height() - fTitleRect.Height()) / 2));
266 IconCache::sIconCache->Draw(fIconModel, this, fIconRect.LeftTop(),
267 kNormalIcon, fIconRect.Size(), true);
283 MovePenTo(BPoint(fIconRect.right + 6, lineBase));
331 else if (fIconRect
[all...]
H A DHeaderView.h90 BRect fIconRect; member in class:HeaderView
/haiku/src/preferences/filetypes/
H A DIconView.h148 BRect fIconRect; member in class:IconView
H A DIconView.cpp752 return fIconRect;
797 *_width = fIconRect.Width();
800 *_height = fIconRect.Height();
1104 fIconRect = BRect(BPoint(0, 0), be_control_look->ComposeIconSize(fIconSize));

Completed in 38 milliseconds