Home
last modified time | relevance | path

Searched refs:AutoSmoothing (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFontSmoothingMode.h31 enum FontSmoothingMode { AutoSmoothing, NoSmoothing, Antialiased, SubpixelAntialiased }; enumerator
DFontDescription.h72 , m_fontSmoothing(AutoSmoothing) in FontDescription()
DFont.h81 Font(const FontPlatformData&, bool isPrinting, FontSmoothingMode = AutoSmoothing);
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h2291 case AutoSmoothing: in CSSPrimitiveValue()
2313 return AutoSmoothing; in FontSmoothingMode()
2323 return AutoSmoothing; in FontSmoothingMode()
DCSSStyleSelector.cpp3959 fontDescription.setFontSmoothing(AutoSmoothing); in applyProperty()
3967 smoothing = AutoSmoothing; in applyProperty()
3980 smoothing = AutoSmoothing; in applyProperty()
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontMac.mm166 case AutoSmoothing: {
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCGWin.cpp322 case AutoSmoothing: { in drawGlyphs()
/external/webkit/Source/WebKit/mac/Misc/
DWebKitNSStringExtras.mm92 …pointSize]), ![nsContext isDrawingToScreen], fontSmoothingIsAllowed ? AutoSmoothing : Antialiased);
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp288 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::SmoothingAuto, AutoSmoothing);