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

/haiku/src/servers/app/font/
H A DFontStyle.h88 \fn bool FontStyle::TunedCount(void)
92 int32 TunedCount() const function in class:FontStyle
H A DFontFamily.cpp258 if (style->TunedCount() > 0)
H A DFontStyle.cpp174 if (TunedCount() > 0)
/haiku/src/servers/app/
H A DServerFont.h113 int32 TunedCount() const function in class:ServerFont
114 { return fStyle->TunedCount(); }
H A DServerFont.cpp223 return fStyle->TunedCount();
H A DServerApp.cpp2238 fLink.Attach<int32>(fontStyle->TunedCount());

Completed in 60 milliseconds