Searched refs:m_shouldSmoothFonts (Results 1 – 2 of 2) sorted by relevance
66 , m_shouldSmoothFonts(true) in GraphicsContextState()86 , m_shouldSmoothFonts(other.m_shouldSmoothFonts) in GraphicsContextState()139 bool m_shouldSmoothFonts : 1; variable
149 void setShouldSmoothFonts(bool smoothFonts) { m_state->m_shouldSmoothFonts = smoothFonts; } in setShouldSmoothFonts()150 bool shouldSmoothFonts() const { return m_state->m_shouldSmoothFonts; } in shouldSmoothFonts()