Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/
DWebKitGraphics.cpp69 FontSmoothingType smoothingType; in makeFont() local
70 if (SUCCEEDED(WebPreferences::sharedStandardPreferences()->fontSmoothing(&smoothingType))) in makeFont()
71 …f.setRenderingMode(smoothingType == FontSmoothingTypeWindows ? AlternateRenderingMode : NormalRend… in makeFont()
DWebPreferences.cpp971 /* [retval][out] */ FontSmoothingType* smoothingType) in fontSmoothing() argument
973 …*smoothingType = (FontSmoothingType) integerValueForKey(CFSTR(WebKitFontSmoothingTypePreferenceKey… in fontSmoothing()
978 /* [in] */ FontSmoothingType smoothingType) in setFontSmoothing() argument
980 setIntegerValue(CFSTR(WebKitFontSmoothingTypePreferenceKey), smoothingType); in setFontSmoothing()
981 if (smoothingType == FontSmoothingTypeWindows) in setFontSmoothing()
982 smoothingType = FontSmoothingTypeMedium; in setFontSmoothing()
984 wkSetFontSmoothingLevel((int)smoothingType); in setFontSmoothing()
DWebPreferences.h230 /* [retval][out] */ FontSmoothingType* smoothingType);
233 /* [in] */ FontSmoothingType smoothingType);
DWebView.cpp4173 FontSmoothingType smoothingType; in notifyPreferencesChanged() local
4174 hr = preferences->fontSmoothing(&smoothingType); in notifyPreferencesChanged()
4177 …settings->setFontRenderingMode(smoothingType != FontSmoothingTypeWindows ? NormalRenderingMode : A… in notifyPreferencesChanged()
/external/webkit/WebKit/win/Interfaces/
DIWebPreferences.idl159 HRESULT fontSmoothing([out, retval] FontSmoothingType* smoothingType);
160 HRESULT setFontSmoothing([in] FontSmoothingType smoothingType);