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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
OpaqueRectTrackingContentLayerDelegate.cpp 63 context.setShouldSmoothFonts(canPaintLCDText);
GraphicsContextState.h 142 void setShouldSmoothFonts(bool shouldSmoothFonts) { m_shouldSmoothFonts = shouldSmoothFonts; }
GraphicsContext.h 174 void setShouldSmoothFonts(bool smoothFonts) { mutableState()->setShouldSmoothFonts(smoothFonts); }

Completed in 166 milliseconds