Searched refs:kMaskFormatCount (Results 1 – 6 of 6) sorted by relevance
54 static_assert(SK_ARRAY_COUNT(sAtlasIndices) == kMaskFormatCount, "array_size_mismatch"); in MaskFormatToAtlasIndex()56 SkASSERT(sAtlasIndices[format] < kMaskFormatCount); in MaskFormatToAtlasIndex()68 std::unique_ptr<GrDrawOpAtlas> fAtlases[kMaskFormatCount];69 GrDrawOpAtlasConfig fAtlasConfigs[kMaskFormatCount];118 for (int i = 0; i < kMaskFormatCount; ++i) { in preFlush()127 for (int i = 0; i < kMaskFormatCount; ++i) { in postFlush()
86 for (int i = 0; i < kMaskFormatCount; ++i) { in freeAll()175 for (int i = 0; i < kMaskFormatCount; ++i) { in dump()198 for (int i = 0; i < kMaskFormatCount; i++) { in setAtlasSizes_ForTesting()
194 for (int i = 0; i < kMaskFormatCount; ++i) { in postFlush()237 static_assert(SK_ARRAY_COUNT(sAtlasIndices) == kMaskFormatCount, "array_size_mismatch"); in MaskFormatToAtlasIndex()239 SkASSERT(sAtlasIndices[format] < kMaskFormatCount); in MaskFormatToAtlasIndex()263 std::unique_ptr<GrDrawOpAtlas> fAtlases[kMaskFormatCount];265 GrDrawOpAtlasConfig fAtlasConfigs[kMaskFormatCount];
96 for (int i = 0; i < kMaskFormatCount; ++i) { in freeAll()179 for (int i = 0; i < kMaskFormatCount; ++i) { in dump()202 for (int i = 0; i < kMaskFormatCount; i++) { in setAtlasSizes_ForTesting()
269 static const int kMaskFormatCount = kLast_GrMaskFormat + 1; variable275 SkASSERT(format < kMaskFormatCount); in GrMaskFormatBytesPerPixel()280 static_assert(SK_ARRAY_COUNT(sBytesPerPixel) == kMaskFormatCount, "array_size_mismatch"); in GrMaskFormatBytesPerPixel()