Home
last modified time | relevance | path

Searched refs:kMaskFormatCount (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/text/
H A DGrAtlasManager.h103 for (int i = 0; i < kMaskFormatCount; ++i) {
129 for (int i = 0; i < kMaskFormatCount; ++i) {
178 std::unique_ptr<GrDrawOpAtlas> fAtlases[kMaskFormatCount];
179 static_assert(kMaskFormatCount == 3);
H A DGrAtlasManager.cpp27 for (int i = 0; i < kMaskFormatCount; ++i) { in freeAll()
270 for (int i = 0; i < kMaskFormatCount; ++i) {
293 for (int i = 0; i < kMaskFormatCount; i++) {
/third_party/skia/tests/
H A DDrawOpAtlasTest.cpp61 for (int i = 0; i < kMaskFormatCount; i++) { in setMaxPages_TestingOnly()
/third_party/skia/include/private/
H A DGrTypesPriv.h87 static const int kMaskFormatCount = kLast_GrMaskFormat + 1; member in GrPrimitiveRestart::GrTexturable::GrDDLProvider
93 SkASSERT(format < kMaskFormatCount); in GrMaskFormatBytesPerPixel()

Completed in 4 milliseconds