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

  /external/skia/bench/
ShaderMaskBench.cpp 28 if (paint.isLCDRenderText()) {
TextBench.cpp 28 if (paint.isLCDRenderText()) {
  /external/skia/src/core/
SkBlitter_RGB565.cpp 78 if (paint.isLCDRenderText()) {
SkFont.cpp 146 maskType = paint.isLCDRenderText() ? kLCD_MaskType : kA8_MaskType;
SkDevice.cpp 496 if (!paint.isLCDRenderText() || !paint.isAntiAlias()) {
SkPaint.cpp     [all...]
  /external/skia/tests/
TextBlobTest.cpp 211 REPORTER_ASSERT(reporter, defaultPaint.isLCDRenderText() != font.isLCDRenderText());
240 REPORTER_ASSERT(reporter, paint.isLCDRenderText() == font.isLCDRenderText());
  /external/skia/src/gpu/text/
GrTextUtils.cpp 390 blob->setSubRunHasDistanceFields(runIndex, paint.skPaint().isLCDRenderText(),
596 if (!paint.isLCDRenderText() || !paint.isAntiAlias()) {
GrAtlasTextContext.cpp 365 skPaint.setAntiAlias(skPaint.isLCDRenderText() ? true : random->nextBool());
  /external/skia/include/core/
SkPaint.h 193 bool isLCDRenderText() const {
    [all...]
  /external/skia/src/utils/
SkLua.cpp 746 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isLCDRenderText());
1064 { "isLCDRenderText", lpaint_isLCDRenderText },
    [all...]
  /external/skia/tools/debugger/
SkDrawCommand.cpp     [all...]

Completed in 261 milliseconds