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

  /external/webkit/WebCore/platform/win/
WebCoreTextRenderer.cpp 36 static bool shouldUseFontSmoothing = true;
108 shouldUseFontSmoothing = smooth;
113 return shouldUseFontSmoothing;
  /external/webkit/WebCore/platform/graphics/
Font.cpp 284 static bool shouldUseFontSmoothing = true;
289 shouldUseFontSmoothing = shouldUseSmoothing;
294 return shouldUseFontSmoothing;
  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 298 bool shouldUseFontSmoothing = WebCoreShouldUseFontSmoothing();
303 shouldUseFontSmoothing = false;
308 shouldUseFontSmoothing = true;
313 shouldUseFontSmoothing = false;
326 if (!shouldUseFontSmoothing || !canCreateCGFontWithLOGFONT && (graphicsContext->textDrawingMode() & cTextStroke)) {
332 uint32_t oldFontSmoothingStyle = wkSetFontSmoothingStyle(cgContext, shouldUseFontSmoothing);

Completed in 51 milliseconds