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.cpp83 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()
/external/skia/include/gpu/
DGrTypes.h250 static const int kMaskFormatCount = kLast_GrMaskFormat + 1; variable
256 SkASSERT(format < kMaskFormatCount); in GrMaskFormatBytesPerPixel()
261 static_assert(SK_ARRAY_COUNT(sBytesPerPixel) == kMaskFormatCount, "array_size_mismatch"); in GrMaskFormatBytesPerPixel()