HomeSort by relevance Sort by last modified time
    Searched refs:isLCDRenderText (Results 1 - 10 of 10) 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/skia/include/core/
SkPaint.h 179 bool isLCDRenderText() const {
    [all...]
  /external/skia/legacy/include/core/
SkPaint.h 178 bool isLCDRenderText() const {
    [all...]
  /external/skia/legacy/src/core/
SkDevice.cpp 366 if (!paint.isLCDRenderText() || !paint.isAntiAlias()) {
SkPaint.cpp 202 GEN_ID_INC_EVAL(doLCDRender != isLCDRenderText());
    [all...]
  /external/skia/src/core/
SkDevice.cpp 526 if (!paint.isLCDRenderText() || !paint.isAntiAlias()) {
SkPaint.cpp 218 GEN_ID_INC_EVAL(doLCDRender != isLCDRenderText());
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]

Completed in 76 milliseconds