Home
last modified time | relevance | path

Searched defs:setDirectWriteFactory (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/win/
DWebFontRendering.cpp19 void WebFontRendering::setDirectWriteFactory(IDWriteFactory* factory) in setDirectWriteFactory() function in blink::WebFontRendering
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontCache.h108 static void setDirectWriteFactory(IDWriteFactory* factory) { s_directWriteFactory = factory; } in setDirectWriteFactory() function