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

  /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 40 milliseconds