Home
last modified time | relevance | path

Searched refs:GlyphTooBigForAtlas (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkGlyphRunPainter.h36 static bool GlyphTooBigForAtlas(const SkGlyph& glyph);
DSkGlyphRunPainter.cpp74 bool SkStrikeCommon::GlyphTooBigForAtlas(const SkGlyph& glyph) { in GlyphTooBigForAtlas() function in SkStrikeCommon
422 if (!SkStrikeCommon::GlyphTooBigForAtlas(glyph)) { in processGlyphRunList()
565 if (SkStrikeCommon::GlyphTooBigForAtlas(glyph)) { in processGlyphRunList()
/external/skqp/src/core/
DSkGlyphRunPainter.h42 static bool GlyphTooBigForAtlas(const SkGlyph& glyph);
DSkGlyphRunPainter.cpp69 bool SkStrikeCommon::GlyphTooBigForAtlas(const SkGlyph& glyph) { in GlyphTooBigForAtlas() function in SkStrikeCommon
401 } else if (SkStrikeCommon::GlyphTooBigForAtlas(glyph)) { in drawGlyphRunAsBMPWithPathFallback()
448 if (!SkStrikeCommon::GlyphTooBigForAtlas(glyph)) { in drawGlyphRunAsSDFWithARGBFallback()