Home
last modified time | relevance | path

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

/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp880 fSmallFont(be_plain_font), in PackageItem()
889 fSmallFont.SetSize(be_plain_font->Size() - 2); in PackageItem()
890 fSmallFont.GetHeight(&fSmallFontHeight); in PackageItem()
935 owner->SetFont(&fSmallFont); in DrawItem()
1040 owner->SetFont(&fSmallFont); in CalculateZoomWidths()
1059 owner->SetFont(&fSmallFont); in CalculateZoomWidths()
H A DSoftwareUpdaterWindow.h98 BFont fSmallFont; variable