Home
last modified time | relevance | path

Searched refs:kMaskFormatCount (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/text/
DGrAtlasGlyphCache.h212 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];
DGrAtlasGlyphCache.cpp99 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()
/external/skia/include/gpu/
DGrTypes.h261 static const int kMaskFormatCount = kLast_GrMaskFormat + 1; variable
267 SkASSERT(format < kMaskFormatCount); in GrMaskFormatBytesPerPixel()
272 static_assert(SK_ARRAY_COUNT(sBytesPerPixel) == kMaskFormatCount, "array_size_mismatch"); in GrMaskFormatBytesPerPixel()