Home | History | Annotate | Download | only in win

Lines Matching defs:smoothingType

1040     /* [retval][out] */ FontSmoothingType* smoothingType)
1042 *smoothingType = (FontSmoothingType) integerValueForKey(CFSTR(WebKitFontSmoothingTypePreferenceKey));
1047 /* [in] */ FontSmoothingType smoothingType)
1049 setIntegerValue(CFSTR(WebKitFontSmoothingTypePreferenceKey), smoothingType);
1050 if (smoothingType == FontSmoothingTypeWindows)
1051 smoothingType = FontSmoothingTypeMedium;
1053 wkSetFontSmoothingLevel((int)smoothingType);