Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchAtlas.h104 static const int kGlyphMaxDim = 256; variable
106 return width > kGlyphMaxDim || height > kGlyphMaxDim; in GlyphTooLargeForAtlas()