Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGlyph.h40 bool fTooLargeForAtlas; member
49 fTooLargeForAtlas = GrBatchAtlas::GlyphTooLargeForAtlas(bounds.width(), bounds.height()); in init()
/external/skia/src/gpu/text/
DGrAtlasTextBlob.cpp76 if (glyph->fTooLargeForAtlas) { in appendGlyph()