OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setDirectWriteFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/win/
WebFontRendering.cpp
19
void WebFontRendering::
setDirectWriteFactory
(IDWriteFactory* factory)
21
WebCore::FontCache::
setDirectWriteFactory
(factory);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontCache.h
108
static void
setDirectWriteFactory
(IDWriteFactory* factory) { s_directWriteFactory = factory; }
Completed in 469 milliseconds