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

/haiku/src/add-ons/translators/icns/
H A DICNSLoader.cpp192 int iconHeight = imageTypeInfo.iconHeight; local
195 uint8 *bits = new uint8[iconWidth * iconHeight * sizeof(uint32)];
198 for (int i = 0; i < iconHeight; i++) {
214 icnsImage.imageHeight = iconHeight;
217 icnsImage.imageDataSize = iconWidth * iconHeight * 4;
223 iconInfo.iconHeight = icnsImage.imageHeight;
/haiku/src/preferences/input/
H A DInputDeviceView.cpp124 float iconHeight = InputIcons::sBounds.Height() + 1; local
125 if ((Height() < iconHeight + kITEM_MARGIN * 2))
126 SetHeight(iconHeight + kITEM_MARGIN * 2);
/haiku/src/preferences/printers/
H A DJobListView.cpp294 float iconHeight = B_MINI_ICON; local
297 iconHeight = fIcon->Bounds().Height();
299 BPoint leftTop(bounds.LeftTop() + BPoint(12.0 + iconHeight, 2.0));
/haiku/src/apps/deskbar/
H A DBarMenuBar.cpp346 float iconHeight = std::max(kTeamIconBitmapHeight, local
348 BRect iconRect = BRect(0, 0, iconHeight, iconHeight);
/haiku/src/kits/tracker/
H A DIconMenuItem.cpp420 int32 iconHeight = fWhich; local
422 iconHeight = fDeviceIcon->Bounds().IntegerHeight() + 1;
424 fHeightDelta = iconHeight - *height;
425 if (*height < iconHeight)
426 *height = iconHeight;
/haiku/src/preferences/media/
H A DMediaListItem.cpp163 float iconHeight = MediaIcons::sBounds.Height() + 1; local
164 if ((Height() < iconHeight + kITEM_MARGIN * 2)) {
165 SetHeight(iconHeight + kITEM_MARGIN * 2);

Completed in 102 milliseconds