HomeSort by relevance Sort by last modified time
    Searched refs:shouldSmoothFonts (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/mac/
FontMac.mm 144 bool shouldSmoothFonts = true;
150 shouldSmoothFonts = false;
156 shouldSmoothFonts = true;
162 shouldSmoothFonts = false;
175 shouldSmoothFonts = false;
182 CGContextSetShouldSmoothFonts(cgContext, shouldSmoothFonts);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 178 , shouldSmoothFonts(true)
219 bool shouldSmoothFonts : 1;
270 bool shouldSmoothFonts() const;
GraphicsContext.cpp 244 m_state.shouldSmoothFonts = b;
248 bool GraphicsContext::shouldSmoothFonts() const
250 return m_state.shouldSmoothFonts;

Completed in 48 milliseconds