Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGlyph.h50 fTooLargeForAtlas = GrDrawOpAtlas::GlyphTooLargeForAtlas(bounds.width(), bounds.height()); in init()
DGrDrawOpAtlas.h174 static bool GlyphTooLargeForAtlas(int width, int height) { in GlyphTooLargeForAtlas() function