Home
last modified time | relevance | path

Searched refs:kMaskFormatCount (Results 1 – 4 of 4) 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/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()