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

/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h99 font_height fSmallFontHeight; member in class:PackageItem
H A DSoftwareUpdaterWindow.cpp890 fSmallFont.GetHeight(&fSmallFontHeight);
891 fSmallTotalHeight = fSmallFontHeight.ascent + fSmallFontHeight.descent
892 + fSmallFontHeight.leading;
928 item_rect.bottom - fSmallTotalHeight - fSmallFontHeight.descent - 2);

Completed in 115 milliseconds