Searched refs:menuFont (Results 1 – 5 of 5) sorted by relevance
152 static FontDescription menuFont; variable310 cachedDesc = &menuFont; in systemFont()311 if (!menuFont.isAbsoluteSize()) { in systemFont()524 smallSystemFont = menuFont = labelFont = FontDescription(); in setDefaultFontSize()
303 static FontDescription menuFont; in systemFont() local329 if (!menuFont.isAbsoluteSize()) in systemFont()330 fillFontDescription(menuFont, ncm.lfMenuFont); in systemFont()331 fontDescription = menuFont; in systemFont()
193 static FontDescription menuFont; in systemFont() local208 cachedDesc = &menuFont; in systemFont()209 if (!menuFont.isAbsoluteSize()) in systemFont()
226 DEFINE_STATIC_LOCAL(FontDescription, menuFont, ());241 cachedDesc = &menuFont;242 if (!menuFont.isAbsoluteSize())
36530 (KGlobalSettings::menuFont): made inline