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()
971 /* [retval][out] */ FontSmoothingType* smoothingType) in fontSmoothing() argument973 …*smoothingType = (FontSmoothingType) integerValueForKey(CFSTR(WebKitFontSmoothingTypePreferenceKey… in fontSmoothing()978 /* [in] */ FontSmoothingType smoothingType) in setFontSmoothing() argument980 setIntegerValue(CFSTR(WebKitFontSmoothingTypePreferenceKey), smoothingType); in setFontSmoothing()981 if (smoothingType == FontSmoothingTypeWindows) in setFontSmoothing()982 smoothingType = FontSmoothingTypeMedium; in setFontSmoothing()984 wkSetFontSmoothingLevel((int)smoothingType); in setFontSmoothing()
230 /* [retval][out] */ FontSmoothingType* smoothingType);233 /* [in] */ FontSmoothingType smoothingType);
4173 FontSmoothingType smoothingType; in notifyPreferencesChanged() local4174 hr = preferences->fontSmoothing(&smoothingType); in notifyPreferencesChanged()4177 …settings->setFontRenderingMode(smoothingType != FontSmoothingTypeWindows ? NormalRenderingMode : A… in notifyPreferencesChanged()
159 HRESULT fontSmoothing([out, retval] FontSmoothingType* smoothingType);160 HRESULT setFontSmoothing([in] FontSmoothingType smoothingType);