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

  /external/skia/src/gpu/text/
GrAtlasManager.h 61 int atlasIndex = MaskFormatToAtlasIndex(format);
62 SkASSERT(fAtlases[atlasIndex]);
63 return fAtlases[atlasIndex].get();
  /external/skqp/src/gpu/text/
GrAtlasGlyphCache.h 252 int atlasIndex = MaskFormatToAtlasIndex(format);
253 SkASSERT(fAtlases[atlasIndex]);
254 return fAtlases[atlasIndex].get();

Completed in 64 milliseconds