Home
last modified time | relevance | path

Searched refs:couldUseLCDRenderedText (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
DFontPlatformDataWin.cpp64 if (context && !context->couldUseLCDRenderedText()) { in setupPaint()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h154 bool couldUseLCDRenderedText();
DGraphicsContext.cpp409 paint->setLCDRenderText(couldUseLCDRenderedText()); in adjustTextRenderMode()
412 bool GraphicsContext::couldUseLCDRenderedText() in couldUseLCDRenderedText() function in WebCore::GraphicsContext