Searched refs:shouldUseFontSmoothing (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DWebCoreTextRenderer.cpp37 static bool shouldUseFontSmoothing = true; member in namespace:WebCore
109 shouldUseFontSmoothing = smooth;
114 return shouldUseFontSmoothing;
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCGWin.cpp304 bool shouldUseFontSmoothing = WebCoreShouldUseFontSmoothing(); local
309 shouldUseFontSmoothing = false;
314 shouldUseFontSmoothing = true;
319 shouldUseFontSmoothing = false;
330 if (font->platformData().useGDI() && !shouldUseFontSmoothing) {
335 uint32_t oldFontSmoothingStyle = wkSetFontSmoothingStyle(cgContext, shouldUseFontSmoothing);
/external/webkit/Source/WebCore/platform/graphics/
H A DFont.cpp250 static bool shouldUseFontSmoothing = true; member in namespace:WebCore
255 shouldUseFontSmoothing = shouldUseSmoothing;
260 return shouldUseFontSmoothing;

Completed in 67 milliseconds