Home
last modified time | relevance | path

Searched refs:shouldUseSmoothing (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFont.cpp252 void Font::setShouldUseSmoothing(bool shouldUseSmoothing) in setShouldUseSmoothing() argument
255 shouldUseFontSmoothing = shouldUseSmoothing; in setShouldUseSmoothing()
258 bool Font::shouldUseSmoothing() in shouldUseSmoothing() function in WebCore::Font
DFont.h155 static bool shouldUseSmoothing();
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontMac.mm174 if (!shouldUseSmoothing()) {
/external/webkit/Source/WebKit/mac/WebView/
DWebView.mm2143 return Font::shouldUseSmoothing();
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-295031 Font::shouldUseSmoothing().
/external/webkit/Source/WebCore/
DChangeLog-2009-06-163127 (WebCore::Font::shouldUseSmoothing): Added this static getter.
3129 shouldUseSmoothing().
3131 (WebCore::Font::drawGlyphs): Use Font::shouldUseSmoothing() instead of
DChangeLog-2011-02-1640598 shouldUseSmoothing() still has final say.