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

  /external/webkit/Tools/DumpRenderTree/chromium/
TestShellWin.cpp 194 LOGFONTW* systemFonts[] =
198 for (size_t i = 0; i < arraysize(systemFonts); ++i) {
199 if (systemFonts[i]->lfHeight != requiredFontSize || wcscmp(requiredFont, systemFonts[i]->lfFaceName)) {
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
FontLoader.java 87 List<FontInfo> systemFonts = handler.getFontList();
94 return new FontLoader(fontOsLocation, systemFonts, fallbackFonts);

Completed in 3462 milliseconds