Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/win/
DWebCoreTextRenderer.cpp119 Font::setCodePath(complex ? Font::Complex : Font::Auto); in WebCoreSetAlwaysUsesComplexTextCodePath()
/external/webkit/Source/WebCore/platform/graphics/
DFont.h200 static void setCodePath(CodePath);
DFont.cpp263 void Font::setCodePath(CodePath p) in setCodePath() function in WebCore::Font
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1822 Font::setCodePath(Font::Complex); in measureText()
1828 Font::setCodePath(oldCodePath); in measureText()
1944 Font::setCodePath(Font::Complex); in drawTextInternal()
1958 Font::setCodePath(oldCodePath); in drawTextInternal()
/external/webkit/Source/WebKit2/WebProcess/
DWebProcess.cpp261 WebCore::Font::setCodePath(alwaysUseComplexText ? WebCore::Font::Complex : WebCore::Font::Auto); in setAlwaysUsesComplexTextCodePath()
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm1053 Font::setCodePath(f ? Font::Complex : Font::Auto);
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-295027 Font::setCodePath() directly.
/external/webkit/Source/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):
DChangeLog-2010-12-06124410 (WebCore::Font::setCodePath):