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];
83 for (int i = 0; i < kMaskFormatCount; ++i) { in freeAll()167 for (int i = 0; i < kMaskFormatCount; ++i) { in dump()189 for (int i = 0; i < kMaskFormatCount; i++) { in setAtlasSizes_ForTesting()
250 static const int kMaskFormatCount = kLast_GrMaskFormat + 1; variable256 SkASSERT(format < kMaskFormatCount); in GrMaskFormatBytesPerPixel()261 static_assert(SK_ARRAY_COUNT(sBytesPerPixel) == kMaskFormatCount, "array_size_mismatch"); in GrMaskFormatBytesPerPixel()