Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGlyph.h52 fTooLargeForAtlas = GrBatchAtlas::GlyphTooLargeForAtlas(bounds.width(), bounds.height()); in init()
DGrBatchAtlas.h105 static bool GlyphTooLargeForAtlas(int width, int height) { in GlyphTooLargeForAtlas() function