Searched refs:kMaskFormatCount (Results 1 – 3 of 3) sorted by relevance
212 static_assert(SK_ARRAY_COUNT(sAtlasIndices) == kMaskFormatCount, "array_size_mismatch"); in MaskFormatToAtlasIndex()214 SkASSERT(sAtlasIndices[format] < kMaskFormatCount); in MaskFormatToAtlasIndex()237 std::unique_ptr<GrDrawOpAtlas> fAtlases[kMaskFormatCount];239 GrDrawOpAtlasConfig fAtlasConfigs[kMaskFormatCount];
99 for (int i = 0; i < kMaskFormatCount; ++i) { in freeAll()183 for (int i = 0; i < kMaskFormatCount; ++i) { in dump()205 for (int i = 0; i < kMaskFormatCount; i++) { in setAtlasSizes_ForTesting()
261 static const int kMaskFormatCount = kLast_GrMaskFormat + 1; variable267 SkASSERT(format < kMaskFormatCount); in GrMaskFormatBytesPerPixel()272 static_assert(SK_ARRAY_COUNT(sBytesPerPixel) == kMaskFormatCount, "array_size_mismatch"); in GrMaskFormatBytesPerPixel()