Searched refs:fSmallTotalHeight (Results 1 - 2 of 2) sorted by path

/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h100 float fSmallTotalHeight; member in class:PackageItem
H A DSoftwareUpdaterWindow.cpp891 fSmallTotalHeight = fSmallFontHeight.ascent + fSmallFontHeight.descent
928 item_rect.bottom - fSmallTotalHeight - fSmallFontHeight.descent - 2);
930 cursor.y -= fSmallTotalHeight + 1;
950 cursor.y += fSmallTotalHeight;
957 cursor.y += fSmallTotalHeight;

Completed in 109 milliseconds