Home
last modified time | relevance | path

Searched refs:fillFontDescription (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderThemeWin.cpp283 static void fillFontDescription(FontDescription& fontDescription, LOGFONT& logFont, float fontSize) in fillFontDescription() function
293 static void fillFontDescription(FontDescription& fontDescription, LOGFONT& logFont) in fillFontDescription() function
295 fillFontDescription(fontDescription, logFont, abs(logFont.lfHeight)); in fillFontDescription()
323 fillFontDescription(iconFont, logFont); in systemFont()
330 fillFontDescription(menuFont, ncm.lfMenuFont); in systemFont()
335 fillFontDescription(messageBoxFont, ncm.lfMessageFont); in systemFont()
340 fillFontDescription(statusBarFont, ncm.lfStatusFont); in systemFont()
345 fillFontDescription(captionFont, ncm.lfCaptionFont); in systemFont()
350 fillFontDescription(smallCaptionFont, ncm.lfSmCaptionFont); in systemFont()
361 fillFontDescription(controlFont, logFont, defaultControlFontPixelSize); in systemFont()
[all …]
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1661563 (WebCore::fillFontDescription): Add version that takes a font size.
91552 (WebCore::fillFontDescription):
DChangeLog-2007-10-1432001 (WebCore::fillFontDescription):