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);
33 RefPtr<SimpleFontData> fontData = fontCache->getLastResortFallbackFont(fontDescription, Retain);
37 fontData = fontCache->getLastResortFallbackFont(fontDescription, Retain);
FontCache.cpp 31 #include "platform/fonts/FontCache.h"
58 FontCache::FontCache()
69 bool FontCache::s_useDirectWrite = false;
70 IDWriteFactory* FontCache::s_directWriteFactory = 0;
71 bool FontCache::s_useSubpixelPositioning = false;
72 float FontCache::s_deviceScaleFactor = 1.0;
75 FontCache* FontCache::fontCache()
    [all...]

Completed in 193 milliseconds