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

  /external/skia/bench/
ShaderMaskBench.cpp 29 if (paint.isLCDRenderText()) {
TextBench.cpp 26 if (paint.isLCDRenderText()) {
  /external/skia/gm/
gammatext.cpp 86 CGContextSetShouldSmoothFonts(cg, paint.isLCDRenderText());
  /external/chromium_org/third_party/skia/include/core/
SkPaint.h 188 bool isLCDRenderText() const {
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBitmapDevice.cpp 390 if (!paint.isLCDRenderText() || !paint.isAntiAlias()) {
SkPaint.cpp     [all...]
  /external/skia/include/core/
SkPaint.h 188 bool isLCDRenderText() const {
    [all...]
  /external/skia/src/core/
SkBitmapDevice.cpp 390 if (!paint.isLCDRenderText() || !paint.isAntiAlias()) {
SkPaint.cpp     [all...]
  /external/chromium_org/ui/gfx/
render_text.cc 255 if (!paint_.isLCDRenderText() &&
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 406 if (!paint->isLCDRenderText())
    [all...]

Completed in 2573 milliseconds