HomeSort by relevance Sort by last modified time
    Searched refs:defaultGUILogFont (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 551 LOGFONT defaultGUILogFont;
552 GetObject(defaultGUIFont, sizeof(defaultGUILogFont), &defaultGUILogFont);
553 if (simpleFont = fontDataFromDescriptionAndLogFont(this, description, defaultGUILogFont, fallbackFontName))
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 342 LOGFONT defaultGUILogFont;
343 GetObject(defaultGUIFont, sizeof(defaultGUILogFont), &defaultGUILogFont);
344 if (simpleFont = fontDataFromDescriptionAndLogFont(this, fontDescription, defaultGUILogFont, fallbackFontName))

Completed in 356 milliseconds