Home
last modified time | relevance | path

Searched refs:setLCDRenderText (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/platform/graphics/chromium/
DFontPlatformDataLinux.cpp126 paint->setLCDRenderText(isSkiaSubpixelGlyphs); in setupPaint()
DFontLinux.cpp74 paint->setLCDRenderText(false); in adjustTextRenderMode()
/external/skia/include/core/
DSkPaint.h192 void setLCDRenderText(bool subpixelRender);
/external/skia/src/core/
DSkPaint.cpp153 void SkPaint::setLCDRenderText(bool doLCDRender) in setLCDRenderText() function in SkPaint