Searched defs:shouldSmoothFonts (Results 1 – 2 of 2) sorted by relevance
57 …nt, const SimpleFontData* fontData, const Font* font, bool shouldAntialias, bool shouldSmoothFonts) in setupPaint()95 bool shouldSmoothFonts = true; in drawGlyphs() local
150 bool shouldSmoothFonts() const { return m_state->m_shouldSmoothFonts; } in shouldSmoothFonts() function