Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphRun.h80 bool anyRunsLCD() const;
DSkGlyphRun.cpp130 bool SkGlyphRunList::anyRunsLCD() const { in anyRunsLCD() function in SkGlyphRunList
/external/skqp/src/core/
DSkGlyphRun.h77 bool anyRunsLCD() const;
DSkGlyphRun.cpp68 bool SkGlyphRunList::anyRunsLCD() const { in anyRunsLCD() function in SkGlyphRunList
DSkGlyphRunPainter.cpp537 bool hasLCD = glyphRunList.anyRunsLCD(); in drawGlyphRunList()
/external/skia/src/gpu/text/
DGrTextBlob.cpp1394 bool hasLCD = glyphRunList.anyRunsLCD(); in Make()