Home
last modified time | relevance | path

Searched refs:fontSmoothing (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DFontMac.cpp78 if (font->fontDescription().fontSmoothing() == Antialiased) in setupPaint()
98 switch (fontDescription().fontSmoothing()) { in drawGlyphs()
/external/chromium_org/third_party/WebKit/Source/web/
DWebFontDescription.cpp49 smoothing = static_cast<Smoothing>(desc.fontSmoothing()); in WebFontDescription()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h127 …FontSmoothingMode fontSmoothing() const { return static_cast<FontSmoothingMode>(m_fontSmoothing); } in fontSmoothing() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp2401 return cssValuePool().createValue(style->fontDescription().fontSmoothing()); in getPropertyCSSValue()