Searched refs:shouldSmoothFonts (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
D | FontMac.cpp | 57 …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/ |
D | GraphicsContext.h | 150 bool shouldSmoothFonts() const { return m_state->m_shouldSmoothFonts; } in shouldSmoothFonts() function
|
D | GraphicsContext.cpp | 421 return shouldSmoothFonts(); in couldUseLCDRenderedText()
|