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.h94 , m_fontSmoothing(AutoSmoothing) in FontDescription()
127 …FontSmoothingMode fontSmoothing() const { return static_cast<FontSmoothingMode>(m_fontSmoothing); } in fontSmoothing()
165 void setFontSmoothing(FontSmoothingMode smoothing) { m_fontSmoothing = smoothing; } in setFontSmoothing()
211 unsigned m_fontSmoothing : 2; // FontSmoothingMode variable
238 && m_fontSmoothing == other.m_fontSmoothing
DFontDescription.cpp168 static_cast<unsigned>(m_fontSmoothing) << 5 | // bits 6-7 in cacheKey()