Searched refs:fontSmoothing (Results 1 – 13 of 13) sorted by relevance
49 smoothing = static_cast<Smoothing>(desc.fontSmoothing()); in WebFontDescription()
66 if (SUCCEEDED(WebPreferences::sharedStandardPreferences()->fontSmoothing(&smoothingType))) in makeFont()
229 virtual HRESULT STDMETHODCALLTYPE fontSmoothing(
1091 HRESULT STDMETHODCALLTYPE WebPreferences::fontSmoothing( in fontSmoothing() function in WebPreferences
4666 hr = preferences->fontSmoothing(&smoothingType); in notifyPreferencesChanged()
8185 (WebPreferences::fontSmoothing):20906 (WebPreferences::fontSmoothing): added
98 …FontSmoothingMode fontSmoothing() const { return static_cast<FontSmoothingMode>(m_fontSmoothing); } in fontSmoothing() function
166 HRESULT fontSmoothing([out, retval] FontSmoothingType* smoothingType);
306 switch(fontDescription().fontSmoothing()) { in drawGlyphs()
147 switch(fontDescription().fontSmoothing()) {
1448 return primitiveValueCache->createValue(style->fontDescription().fontSmoothing()); in getPropertyCSSValue()
3957 fontDescription.setFontSmoothing(m_parentStyle->fontDescription().fontSmoothing()); in applyProperty()
57760 (WebCore::FontDescription::fontSmoothing): Updated for the rename of57767 (WebCore::InheritedFlags::fontSmoothing): Removed this getter, since58205 Set fontSmoothing on the FontDescription.58215 (WebCore::FontDescription::fontSmoothing):58220 based on the CSS fontSmoothing() value.58226 New function fontSmoothing()58228 (WebCore::InheritedFlags::fontSmoothing):