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

/external/skia/src/gpu/text/
H A DGrBatchFontCache.h197 static const int sAtlasIndices[] = { local
202 static_assert(SK_ARRAY_COUNT(sAtlasIndices) == kMaskFormatCount, "array_size_mismatch");
204 SkASSERT(sAtlasIndices[format] < kMaskFormatCount);
205 return sAtlasIndices[format];

Completed in 87 milliseconds