Home
last modified time | relevance | path

Searched defs:setShouldSmoothFonts (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContextState.h142 void setShouldSmoothFonts(bool shouldSmoothFonts) { m_shouldSmoothFonts = shouldSmoothFonts; } in setShouldSmoothFonts() function
DGraphicsContext.h174 … void setShouldSmoothFonts(bool smoothFonts) { mutableState()->setShouldSmoothFonts(smoothFonts); } in setShouldSmoothFonts() function