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.h78 , m_fontSmoothing(AutoSmoothing) in FontDescription()
149 …FontSmoothingMode fontSmoothing() const { return static_cast<FontSmoothingMode>(m_fontSmoothing); } in fontSmoothing()
180 void setFontSmoothing(FontSmoothingMode smoothing) { m_fontSmoothing = smoothing; } in setFontSmoothing()
240 unsigned m_fontSmoothing : 2; // FontSmoothingMode variable
273 && m_fontSmoothing == other.m_fontSmoothing
DFontDescription.cpp162 static_cast<unsigned>(m_fontSmoothing) << 4 | // bits 5-6 in cacheKey()