Home
last modified time | relevance | path

Searched refs:NoSmoothing (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFontSmoothingMode.h31 enum FontSmoothingMode { AutoSmoothing, NoSmoothing, Antialiased, SubpixelAntialiased }; enumerator
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontMac.mm160 case NoSmoothing: {
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCGWin.cpp317 case NoSmoothing: { in drawGlyphs()
/external/webkit/Source/WebKit/chromium/src/
DAssertMatchingEnums.cpp289 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::SmoothingNone, NoSmoothing);
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h2294 case NoSmoothing: in CSSPrimitiveValue()
2315 return NoSmoothing; in FontSmoothingMode()
DCSSStyleSelector.cpp3970 smoothing = NoSmoothing; in applyProperty()