Searched refs:setFontSmoothing (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontDescription.h163 void setFontSmoothing(FontSmoothingMode smoothing) { m_fontSmoothing = smoothing; } function in class:WebCore::FontDescription
H A DFont.cpp135 m_fontDescription.setFontSmoothing(fontSmoothingMode);
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebPreferences.idl160 HRESULT setFontSmoothing([in] FontSmoothingType smoothingType);
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferences.h247 virtual HRESULT STDMETHODCALLTYPE setFontSmoothing(
H A DWebPreferences.cpp1199 HRESULT STDMETHODCALLTYPE WebPreferences::setFontSmoothing( function in class:WebPreferences
/macosx-10.10/WebCore-7600.1.25/css/
H A DDeprecatedStyleBuilder.cpp2511 setPropertyHandler(CSSPropertyWebkitFontSmoothing, ApplyPropertyFont<FontSmoothingMode, &FontDescription::fontSmoothing, &FontDescription::setFontSmoothing, AutoSmoothing>::createHandler());

Completed in 91 milliseconds