Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasManager.h54 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()
DGrAtlasManager.cpp86 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()
/external/skqp/src/gpu/text/
DGrAtlasGlyphCache.h194 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];
DGrAtlasGlyphCache.cpp96 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()
/external/skqp/include/gpu/
DGrTypes.h269 static const int kMaskFormatCount = kLast_GrMaskFormat + 1; variable
275 SkASSERT(format < kMaskFormatCount); in GrMaskFormatBytesPerPixel()
280 static_assert(SK_ARRAY_COUNT(sBytesPerPixel) == kMaskFormatCount, "array_size_mismatch"); in GrMaskFormatBytesPerPixel()
/external/skia/include/gpu/
DGrTypes.h269 static const int kMaskFormatCount = kLast_GrMaskFormat + 1; variable
275 SkASSERT(format < kMaskFormatCount); in GrMaskFormatBytesPerPixel()
280 static_assert(SK_ARRAY_COUNT(sBytesPerPixel) == kMaskFormatCount, "array_size_mismatch"); in GrMaskFormatBytesPerPixel()