Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawOpAtlas.h173 static const int kGlyphMaxDim = 256; variable
175 return width > kGlyphMaxDim || height > kGlyphMaxDim; in GlyphTooLargeForAtlas()
/external/skia/tools/gpu/
DGrTest.cpp36 int dim = GrDrawOpAtlas::kGlyphMaxDim; in SetupAlwaysEvictAtlas()