Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContextState.h66 , m_shouldSmoothFonts(true) in GraphicsContextState()
86 , m_shouldSmoothFonts(other.m_shouldSmoothFonts) in GraphicsContextState()
139 bool m_shouldSmoothFonts : 1; variable
DGraphicsContext.h149 void setShouldSmoothFonts(bool smoothFonts) { m_state->m_shouldSmoothFonts = smoothFonts; } in setShouldSmoothFonts()
150 bool shouldSmoothFonts() const { return m_state->m_shouldSmoothFonts; } in shouldSmoothFonts()