HomeSort by relevance Sort by last modified time
    Searched refs:shouldUseFontSmoothing (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/win/
WebCoreTextRenderer.cpp 37 static bool shouldUseFontSmoothing = true;
109 shouldUseFontSmoothing = smooth;
114 return shouldUseFontSmoothing;
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCGWin.cpp 304 bool shouldUseFontSmoothing = WebCoreShouldUseFontSmoothing();
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/
Font.cpp 250 static bool shouldUseFontSmoothing = true;
255 shouldUseFontSmoothing = shouldUseSmoothing;
260 return shouldUseFontSmoothing;

Completed in 509 milliseconds