Searched refs:sAtlasIndices (Results 1 – 1 of 1) sorted by relevance
158 static const int sAtlasIndices[] = { in MaskFormatToAtlasIndex() local163 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()