Searched refs:fontSmoothing (Results 1 – 4 of 4) sorted by relevance
78 if (font->fontDescription().fontSmoothing() == Antialiased) in setupPaint()98 switch (fontDescription().fontSmoothing()) { in drawGlyphs()
49 smoothing = static_cast<Smoothing>(desc.fontSmoothing()); in WebFontDescription()
127 …FontSmoothingMode fontSmoothing() const { return static_cast<FontSmoothingMode>(m_fontSmoothing); } in fontSmoothing() function
2401 return cssValuePool().createValue(style->fontDescription().fontSmoothing()); in getPropertyCSSValue()