Home
last modified time | relevance | path

Searched refs:fTooLargeForAtlas (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrGlyph.h41 bool fTooLargeForAtlas; member
50 fTooLargeForAtlas = GrDrawOpAtlas::GlyphTooLargeForAtlas(bounds.width(), bounds.height()); in init()
/external/skia/src/gpu/text/
DGrAtlasTextBlob.cpp82 if (glyph->fTooLargeForAtlas) { in appendGlyph()