Home
last modified time | relevance | path

Searched refs:shouldSmoothFonts (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DFontMac.cpp57 …nt, const SimpleFontData* fontData, const Font* font, bool shouldAntialias, bool shouldSmoothFonts) in setupPaint() argument
72 paint->setLCDRenderText(shouldSmoothFonts); in setupPaint()
95 bool shouldSmoothFonts = true; in drawGlyphs() local
100 shouldSmoothFonts = false; in drawGlyphs()
106 shouldSmoothFonts = false; in drawGlyphs()
114 shouldSmoothFonts = false; in drawGlyphs()
154 setupPaint(&paint, font, this, shouldAntialias, shouldSmoothFonts); in drawGlyphs()
167 setupPaint(&paint, font, this, shouldAntialias, shouldSmoothFonts); in drawGlyphs()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h150 bool shouldSmoothFonts() const { return m_state->m_shouldSmoothFonts; } in shouldSmoothFonts() function
DGraphicsContext.cpp421 return shouldSmoothFonts(); in couldUseLCDRenderedText()