Searched refs:shouldUseSmoothing (Results 1 – 7 of 7) sorted by relevance
252 void Font::setShouldUseSmoothing(bool shouldUseSmoothing) in setShouldUseSmoothing() argument255 shouldUseFontSmoothing = shouldUseSmoothing; in setShouldUseSmoothing()258 bool Font::shouldUseSmoothing() in shouldUseSmoothing() function in WebCore::Font
155 static bool shouldUseSmoothing();
174 if (!shouldUseSmoothing()) {
2143 return Font::shouldUseSmoothing();
5031 Font::shouldUseSmoothing().
3127 (WebCore::Font::shouldUseSmoothing): Added this static getter.3129 shouldUseSmoothing().3131 (WebCore::Font::drawGlyphs): Use Font::shouldUseSmoothing() instead of
40598 shouldUseSmoothing() still has final say.