Searched refs:setLCDRenderText (Results 51 - 65 of 65) sorted by relevance

123

/external/chromium_org/chrome/renderer/pepper/
H A Dpepper_flash_renderer_host.cc265 paint.setLCDRenderText(true);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DFontHarfBuzz.cpp331 paint.setLCDRenderText(paint.isLCDRenderText() && couldUseLCD);
/external/chromium_org/third_party/skia/gm/
H A Dtechtalk1.cpp290 paint.setLCDRenderText(true);
/external/chromium_org/third_party/skia/include/core/
H A DSkPaint.h193 void setLCDRenderText(bool lcdText);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrStencilAndCoverTextContext.cpp327 fSkPaint.setLCDRenderText(false);
H A DGrDistanceFieldTextContext.cpp482 fSkPaint.setLCDRenderText(false);
/external/skia/gm/
H A Dtechtalk1.cpp290 paint.setLCDRenderText(true);
/external/skia/include/core/
H A DSkPaint.h192 void setLCDRenderText(bool lcdText);
/external/skia/src/gpu/
H A DGrDistanceFieldTextContext.cpp383 fSkPaint.setLCDRenderText(false);
/external/chromium_org/ui/gfx/
H A Drender_text.cc189 paint_.setLCDRenderText(true);
383 paint->setLCDRenderText(!background_is_transparent &&
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp376 paint->setLCDRenderText(couldUseLCDRenderedText());
/external/chromium_org/third_party/skia/samplecode/
H A DSampleApp.cpp494 paint->setLCDRenderText(SkOSMenu::kOnState == fLCDState);
/external/chromium_org/third_party/skia/src/core/
H A DSkPaint.cpp266 void SkPaint::setLCDRenderText(bool doLCDRender) { function in class:SkPaint
/external/skia/samplecode/
H A DSampleApp.cpp496 paint->setLCDRenderText(SkOSMenu::kOnState == fLCDState);
/external/skia/src/core/
H A DSkPaint.cpp286 void SkPaint::setLCDRenderText(bool doLCDRender) { function in class:SkPaint

Completed in 428 milliseconds

123