Home
last modified time | relevance | path

Searched refs:fSmallTotalHeight (Results 1 – 2 of 2) sorted by relevance

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