Searched refs:smoothingType (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebKitGraphics.cpp64 FontSmoothingType smoothingType; local
65 if (SUCCEEDED(WebPreferences::sharedStandardPreferences()->fontSmoothing(&smoothingType)))
66 f.setRenderingMode(smoothingType == FontSmoothingTypeWindows ? AlternateRenderingMode : NormalRenderingMode);
H A DWebPreferences.cpp1175 /* [retval][out] */ FontSmoothingType* smoothingType)
1177 *smoothingType = (FontSmoothingType) integerValueForKey(CFSTR(WebKitFontSmoothingTypePreferenceKey));
1182 /* [in] */ FontSmoothingType smoothingType)
1184 setIntegerValue(CFSTR(WebKitFontSmoothingTypePreferenceKey), smoothingType); local
1185 if (smoothingType == FontSmoothingTypeWindows)
1186 smoothingType = FontSmoothingTypeMedium;
1188 wkSetFontSmoothingLevel((int)smoothingType);
1174 fontSmoothing( FontSmoothingType* smoothingType) argument
1181 setFontSmoothing( FontSmoothingType smoothingType) argument
H A DWebPreferences.h248 /* [retval][out] */ FontSmoothingType* smoothingType);
251 /* [in] */ FontSmoothingType smoothingType);
H A DWebView.cpp4869 FontSmoothingType smoothingType;
4870 hr = preferences->fontSmoothing(&smoothingType);
4873 settings->setFontRenderingMode(smoothingType != FontSmoothingTypeWindows ? NormalRenderingMode : AlternateRenderingMode);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferences.idl159 HRESULT fontSmoothing([out, retval] FontSmoothingType* smoothingType);
160 HRESULT setFontSmoothing([in] FontSmoothingType smoothingType);

Completed in 259 milliseconds