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

  /external/skia/src/gpu/
GrTextStrike.cpp 65 static const int sAtlasIndices[] = {
71 SK_COMPILE_ASSERT(SK_ARRAY_COUNT(sAtlasIndices) == kMaskFormatCount, array_size_mismatch);
73 SkASSERT(sAtlasIndices[format] < GrFontCache::kAtlasCount);
74 return sAtlasIndices[format];
  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.cpp 69 static const int sAtlasIndices[] = {
75 SK_COMPILE_ASSERT(SK_ARRAY_COUNT(sAtlasIndices) == kMaskFormatCount, array_size_mismatch);
77 SkASSERT(sAtlasIndices[format] < GrFontCache::kAtlasCount);
78 return sAtlasIndices[format];

Completed in 3392 milliseconds