Home
last modified time | relevance | path

Searched refs:anyRunsLCD (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/core/
DSkGlyphRun.h80 bool anyRunsLCD() const;
DSkGlyphRun.cpp129 bool SkGlyphRunList::anyRunsLCD() const { in anyRunsLCD() function in SkGlyphRunList
/third_party/flutter/skia/src/core/
DSkGlyphRun.h78 bool anyRunsLCD() const;
DSkGlyphRun.cpp69 bool SkGlyphRunList::anyRunsLCD() const { in anyRunsLCD() function in SkGlyphRunList
DSkGlyphRunPainter.cpp653 bool hasLCD = glyphRunList.anyRunsLCD(); in drawGlyphRunList()
/third_party/skia/src/gpu/text/
DGrTextBlob.cpp1414 bool hasLCD = glyphRunList.anyRunsLCD(); in Make()