Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DFontMac.cpp155 gc->adjustTextRenderMode(&paint); in drawGlyphs()
168 gc->adjustTextRenderMode(&paint); in drawGlyphs()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DFontHarfBuzz.cpp70 gc->adjustTextRenderMode(&paint); in paintGlyphs()
83 gc->adjustTextRenderMode(&paint); in paintGlyphs()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h153 void adjustTextRenderMode(SkPaint*);
DGraphicsContext.cpp401 void GraphicsContext::adjustTextRenderMode(SkPaint* paint) in adjustTextRenderMode() function in WebCore::GraphicsContext