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

  /external/skia/src/gpu/text/
GrAtlasManager.h 49 static const int sAtlasIndices[] = {
54 static_assert(SK_ARRAY_COUNT(sAtlasIndices) == kMaskFormatCount, "array_size_mismatch");
56 SkASSERT(sAtlasIndices[format] < kMaskFormatCount);
57 return sAtlasIndices[format];
  /external/skqp/src/gpu/text/
GrAtlasGlyphCache.h 232 static const int sAtlasIndices[] = {
237 static_assert(SK_ARRAY_COUNT(sAtlasIndices) == kMaskFormatCount, "array_size_mismatch");
239 SkASSERT(sAtlasIndices[format] < kMaskFormatCount);
240 return sAtlasIndices[format];

Completed in 66 milliseconds