Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/text/
DGrAtlasManager.h103 for (int i = 0; i < kMaskFormatCount; ++i) { in preFlush()
129 for (int i = 0; i < kMaskFormatCount; ++i) { in postFlush()
178 std::unique_ptr<GrDrawOpAtlas> fAtlases[kMaskFormatCount];
179 static_assert(kMaskFormatCount == 3);
DGrAtlasManager.cpp27 for (int i = 0; i < kMaskFormatCount; ++i) { in freeAll()
270 for (int i = 0; i < kMaskFormatCount; ++i) { in dump()
293 for (int i = 0; i < kMaskFormatCount; i++) { in setAtlasDimensionsToMinimum_ForTesting()
/third_party/flutter/skia/src/gpu/text/
DGrAtlasManager.cpp43 for (int i = 0; i < kMaskFormatCount; ++i) { in freeAll()
95 for (int i = 0; i < kMaskFormatCount; ++i) { in postFlush()
163 for (int i = 0; i < kMaskFormatCount; ++i) { in dump()
186 for (int i = 0; i < kMaskFormatCount; i++) { in setAtlasSizesToMinimum_ForTesting()
DGrAtlasManager.h106 for (int i = 0; i < kMaskFormatCount; ++i) { in preFlush()
144 std::unique_ptr<GrDrawOpAtlas> fAtlases[kMaskFormatCount];
/third_party/flutter/skia/include/private/
DGrTypesPriv.h129 static const int kMaskFormatCount = kLast_GrMaskFormat + 1; variable
135 SkASSERT(format < kMaskFormatCount); in GrMaskFormatBytesPerPixel()
140 static_assert(SK_ARRAY_COUNT(sBytesPerPixel) == kMaskFormatCount, "array_size_mismatch"); in GrMaskFormatBytesPerPixel()
/third_party/flutter/skia/tests/
DDrawOpAtlasTest.cpp62 for (int i = 0; i < kMaskFormatCount; i++) { in setMaxPages_TestingOnly()
/third_party/skia/tests/
DDrawOpAtlasTest.cpp61 for (int i = 0; i < kMaskFormatCount; i++) { in setMaxPages_TestingOnly()
/third_party/skia/include/private/
DGrTypesPriv.h87 static const int kMaskFormatCount = kLast_GrMaskFormat + 1; variable
93 SkASSERT(format < kMaskFormatCount); in GrMaskFormatBytesPerPixel()