Home
last modified time | relevance | path

Searched refs:shouldUseFontSmoothing (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DWebCoreTextRenderer.cpp37 static bool shouldUseFontSmoothing = true; variable
109 shouldUseFontSmoothing = smooth; in WebCoreSetShouldUseFontSmoothing()
114 return shouldUseFontSmoothing; in WebCoreShouldUseFontSmoothing()
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCGWin.cpp304 bool shouldUseFontSmoothing = WebCoreShouldUseFontSmoothing(); in drawGlyphs() local
309 shouldUseFontSmoothing = false; in drawGlyphs()
314 shouldUseFontSmoothing = true; in drawGlyphs()
319 shouldUseFontSmoothing = false; in drawGlyphs()
330 if (font->platformData().useGDI() && !shouldUseFontSmoothing) { in drawGlyphs()
335 uint32_t oldFontSmoothingStyle = wkSetFontSmoothingStyle(cgContext, shouldUseFontSmoothing); in drawGlyphs()
/external/webkit/Source/WebCore/platform/graphics/
DFont.cpp250 static bool shouldUseFontSmoothing = true; variable
255 shouldUseFontSmoothing = shouldUseSmoothing; in setShouldUseSmoothing()
260 return shouldUseFontSmoothing; in shouldUseSmoothing()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-163113 * platform/graphics/Font.cpp: Initialize shouldUseFontSmoothing to true.