Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchAtlas.h136 static const int kGlyphMaxDim = 256; variable
138 return width > kGlyphMaxDim || height > kGlyphMaxDim; in GlyphTooLargeForAtlas()
DGrTest.cpp28 int dim = GrBatchAtlas::kGlyphMaxDim; in SetupAlwaysEvictAtlas()