Home
last modified time | relevance | path

Searched refs:setCodePath (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/platform/win/
DWebCoreTextRenderer.cpp118 Font::setCodePath(complex ? Font::Complex : Font::Auto); in WebCoreSetAlwaysUsesComplexTextCodePath()
/external/webkit/WebCore/platform/graphics/
DFont.h172 static void setCodePath(CodePath);
DFontFastPath.cpp183 void Font::setCodePath(CodePath p) in setCodePath() function in WebCore::Font
/external/webkit/WebKit/mac/WebView/
DWebView.mm906 Font::setCodePath(f ? Font::Complex : Font::Auto);
/external/webkit/WebKit/mac/
DChangeLog-2010-01-295027 Font::setCodePath() directly.
/external/webkit/WebCore/
DChangeLog-2006-12-3127342 (WebCore::Font::setCodePath): Added. Replaces boolean version.
27346 (WebCoreSetAlwaysUseATSU): Change to call setCodePath.
DChangeLog-2009-06-1679182 (WebCore::Font::setCodePath):