Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasManager.h49 static const int sAtlasIndices[] = { in MaskFormatToAtlasIndex() local
54 static_assert(SK_ARRAY_COUNT(sAtlasIndices) == kMaskFormatCount, "array_size_mismatch"); in MaskFormatToAtlasIndex()
56 SkASSERT(sAtlasIndices[format] < kMaskFormatCount); in MaskFormatToAtlasIndex()
57 return sAtlasIndices[format]; in MaskFormatToAtlasIndex()
/external/skqp/src/gpu/text/
DGrAtlasGlyphCache.h232 static const int sAtlasIndices[] = { in MaskFormatToAtlasIndex() local
237 static_assert(SK_ARRAY_COUNT(sAtlasIndices) == kMaskFormatCount, "array_size_mismatch"); in MaskFormatToAtlasIndex()
239 SkASSERT(sAtlasIndices[format] < kMaskFormatCount); in MaskFormatToAtlasIndex()
240 return sAtlasIndices[format]; in MaskFormatToAtlasIndex()