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.cpp1016 /* [retval][out] */ FontSmoothingType* smoothingType) in fontSmoothing() argument
1018 …*smoothingType = (FontSmoothingType) integerValueForKey(CFSTR(WebKitFontSmoothingTypePreferenceKey… in fontSmoothing()
1023 /* [in] */ FontSmoothingType smoothingType) in setFontSmoothing() argument
1025 setIntegerValue(CFSTR(WebKitFontSmoothingTypePreferenceKey), smoothingType); in setFontSmoothing()
1026 if (smoothingType == FontSmoothingTypeWindows) in setFontSmoothing()
1027 smoothingType = FontSmoothingTypeMedium; in setFontSmoothing()
1029 wkSetFontSmoothingLevel((int)smoothingType); in setFontSmoothing()
DWebPreferences.h230 /* [retval][out] */ FontSmoothingType* smoothingType);
233 /* [in] */ FontSmoothingType smoothingType);
DWebView.cpp4308 FontSmoothingType smoothingType; in notifyPreferencesChanged() local
4309 hr = preferences->fontSmoothing(&smoothingType); in notifyPreferencesChanged()
4312 …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);