Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasGlyphCache.h207 static const int sAtlasIndices[] = { in MaskFormatToAtlasIndex() local
212 static_assert(SK_ARRAY_COUNT(sAtlasIndices) == kMaskFormatCount, "array_size_mismatch"); in MaskFormatToAtlasIndex()
214 SkASSERT(sAtlasIndices[format] < kMaskFormatCount); in MaskFormatToAtlasIndex()
215 return sAtlasIndices[format]; in MaskFormatToAtlasIndex()