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

/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp699 const float f_height = ht.ascent + ht.descent + ht.leading; local
706 rect.bottom = rect.top + (f_height > 22 ? f_height : 22);

Completed in 69 milliseconds