Home
last modified time | relevance | path

Searched refs:m_fontSmoothing (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.h77 , m_fontSmoothing(AutoSmoothing) in FontDescription()
112 …FontSmoothingMode fontSmoothing() const { return static_cast<FontSmoothingMode>(m_fontSmoothing); } in fontSmoothing()
147 void setFontSmoothing(FontSmoothingMode smoothing) { m_fontSmoothing = smoothing; } in setFontSmoothing()
207 unsigned m_fontSmoothing : 2; // FontSmoothingMode variable
240 && m_fontSmoothing == other.m_fontSmoothing
DFontDescription.cpp139 static_cast<unsigned>(m_fontSmoothing) << 4 | // bits 5-6 in cacheKey()