Searched refs:smoothingType (Results 1 – 5 of 5) sorted by relevance
69 FontSmoothingType smoothingType; in makeFont() local70 if (SUCCEEDED(WebPreferences::sharedStandardPreferences()->fontSmoothing(&smoothingType))) in makeFont()71 …f.setRenderingMode(smoothingType == FontSmoothingTypeWindows ? AlternateRenderingMode : NormalRend… in makeFont()
1016 /* [retval][out] */ FontSmoothingType* smoothingType) in fontSmoothing() argument1018 …*smoothingType = (FontSmoothingType) integerValueForKey(CFSTR(WebKitFontSmoothingTypePreferenceKey… in fontSmoothing()1023 /* [in] */ FontSmoothingType smoothingType) in setFontSmoothing() argument1025 setIntegerValue(CFSTR(WebKitFontSmoothingTypePreferenceKey), smoothingType); in setFontSmoothing()1026 if (smoothingType == FontSmoothingTypeWindows) in setFontSmoothing()1027 smoothingType = FontSmoothingTypeMedium; in setFontSmoothing()1029 wkSetFontSmoothingLevel((int)smoothingType); in setFontSmoothing()
230 /* [retval][out] */ FontSmoothingType* smoothingType);233 /* [in] */ FontSmoothingType smoothingType);
4308 FontSmoothingType smoothingType; in notifyPreferencesChanged() local4309 hr = preferences->fontSmoothing(&smoothingType); in notifyPreferencesChanged()4312 …settings->setFontRenderingMode(smoothingType != FontSmoothingTypeWindows ? NormalRenderingMode : A… in notifyPreferencesChanged()
159 HRESULT fontSmoothing([out, retval] FontSmoothingType* smoothingType);160 HRESULT setFontSmoothing([in] FontSmoothingType smoothingType);