Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchFontCache.h158 static const int sAtlasIndices[] = { in MaskFormatToAtlasIndex() local
163 SK_COMPILE_ASSERT(SK_ARRAY_COUNT(sAtlasIndices) == kMaskFormatCount, array_size_mismatch); in MaskFormatToAtlasIndex()
165 SkASSERT(sAtlasIndices[format] < kMaskFormatCount); in MaskFormatToAtlasIndex()
166 return sAtlasIndices[format]; in MaskFormatToAtlasIndex()