Searched refs:AutoSmoothing (Results 1 – 9 of 9) sorted by relevance
31 enum FontSmoothingMode { AutoSmoothing, NoSmoothing, Antialiased, SubpixelAntialiased }; enumerator
72 , m_fontSmoothing(AutoSmoothing) in FontDescription()
81 Font(const FontPlatformData&, bool isPrinting, FontSmoothingMode = AutoSmoothing);
2291 case AutoSmoothing: in CSSPrimitiveValue()2313 return AutoSmoothing; in FontSmoothingMode()2323 return AutoSmoothing; in FontSmoothingMode()
3959 fontDescription.setFontSmoothing(AutoSmoothing); in applyProperty()3967 smoothing = AutoSmoothing; in applyProperty()3980 smoothing = AutoSmoothing; in applyProperty()
166 case AutoSmoothing: {
322 case AutoSmoothing: { in drawGlyphs()
92 …pointSize]), ![nsContext isDrawingToScreen], fontSmoothingIsAllowed ? AutoSmoothing : Antialiased);
288 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::SmoothingAuto, AutoSmoothing);