Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontCache.h108 static void setDirectWriteFactory(IDWriteFactory* factory) { s_directWriteFactory = factory; } in setDirectWriteFactory()
162 static IDWriteFactory* s_directWriteFactory; variable
DFontCache.cpp69 IDWriteFactory* FontCache::s_directWriteFactory = 0; member in WebCore::FontCache
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
DFontCacheSkiaWin.cpp63 fontManager = SkFontMgr_New_DirectWrite(s_directWriteFactory); in FontCache()