Searched refs:shouldUseFontSmoothing (Results 1 – 4 of 4) sorted by relevance
37 static bool shouldUseFontSmoothing = true; variable109 shouldUseFontSmoothing = smooth; in WebCoreSetShouldUseFontSmoothing()114 return shouldUseFontSmoothing; in WebCoreShouldUseFontSmoothing()
304 bool shouldUseFontSmoothing = WebCoreShouldUseFontSmoothing(); in drawGlyphs() local309 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()
250 static bool shouldUseFontSmoothing = true; variable255 shouldUseFontSmoothing = shouldUseSmoothing; in setShouldUseSmoothing()260 return shouldUseFontSmoothing; in shouldUseSmoothing()
3113 * platform/graphics/Font.cpp: Initialize shouldUseFontSmoothing to true.