HomeSort by relevance Sort by last modified time
    Searched defs:fontCache (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/android/
FontCacheAndroidTest.cpp 6 #include "platform/fonts/FontCache.h"
23 FontCache* fontCache = FontCache::fontCache();
24 ASSERT_TRUE(fontCache);
25 RefPtr<SimpleFontData> fontData = fontCache->fallbackFontForCharacter(fontDescription, testChar, 0);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCacheTest.cpp 6 #include "platform/fonts/FontCache.h"
22 TEST(FontCache, getLastResortFallbackFont)
24 FontCache* fontCache = FontCache::fontCache();
25 ASSERT_TRUE(fontCache);
36 RefPtr<SimpleFontData> fontData = fontCache->getLastResortFallbackFont(fontDescription, Retain);
40 fontData = fontCache->getLastResortFallbackFont(fontDescription, Retain);
FontCache.cpp 31 #include "platform/fonts/FontCache.h"
57 FontCache::FontCache()
68 bool FontCache::s_useDirectWrite = false;
69 IDWriteFactory* FontCache::s_directWriteFactory = 0;
70 bool FontCache::s_useSubpixelPositioning = false;
73 FontCache* FontCache::fontCache()
75 DEFINE_STATIC_LOCAL(FontCache, globalFontCache, ())
    [all...]

Completed in 148 milliseconds