Searched refs:fontSmoothing (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DFontPlatformDataQt.cpp77 if (description.fontSmoothing() == NoSmoothing
78 || (description.fontSmoothing() == AutoSmoothing && !Font::shouldUseSmoothing()))
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitGraphics.cpp65 if (SUCCEEDED(WebPreferences::sharedStandardPreferences()->fontSmoothing(&smoothingType)))
H A DWebPreferences.h247 virtual HRESULT STDMETHODCALLTYPE fontSmoothing(
H A DWebPreferences.cpp1174 HRESULT STDMETHODCALLTYPE WebPreferences::fontSmoothing( function in class:WebPreferences
H A DWebView.cpp4870 hr = preferences->fontSmoothing(&smoothingType);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontDescription.h131 FontSmoothingMode fontSmoothing() const { return static_cast<FontSmoothingMode>(m_fontSmoothing); } function in class:WebCore::FontDescription
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DFontCGWin.cpp136 switch(fontDescription().fontSmoothing()) {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DFontMac.mm145 switch(fontDescription().fontSmoothing()) {
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferences.idl159 HRESULT fontSmoothing([out, retval] FontSmoothingType* smoothingType);
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp2330 return cssValuePool().createValue(style->fontDescription().fontSmoothing());
H A DDeprecatedStyleBuilder.cpp2270 setPropertyHandler(CSSPropertyWebkitFontSmoothing, ApplyPropertyFont<FontSmoothingMode, &FontDescription::fontSmoothing, &FontDescription::setFontSmoothing, AutoSmoothing>::createHandler());

Completed in 229 milliseconds