HomeSort by relevance Sort by last modified time
    Searched refs:kMaskFormatCount (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/text/
GrBatchFontCache.h 190 static_assert(SK_ARRAY_COUNT(kPixelConfigs) == kMaskFormatCount, "array_size_mismatch");
202 static_assert(SK_ARRAY_COUNT(sAtlasIndices) == kMaskFormatCount, "array_size_mismatch");
204 SkASSERT(sAtlasIndices[format] < kMaskFormatCount);
226 GrBatchAtlas* fAtlases[kMaskFormatCount];
228 GrBatchAtlasConfig fAtlasConfigs[kMaskFormatCount];
GrBatchFontCache.cpp 44 for (int i = 0; i < kMaskFormatCount; ++i) {
78 for (int i = 0; i < kMaskFormatCount; ++i) {
91 for (int i = 0; i < kMaskFormatCount; ++i) {
117 for (int i = 0; i < kMaskFormatCount; ++i) {
137 for (int i = 0; i < kMaskFormatCount; i++) {
  /external/skia/include/gpu/
GrTypes.h 177 static const int kMaskFormatCount = kLast_GrMaskFormat + 1;
183 SkASSERT(format < kMaskFormatCount);
188 static_assert(SK_ARRAY_COUNT(sBytesPerPixel) == kMaskFormatCount, "array_size_mismatch");

Completed in 95 milliseconds