Searched refs:fAtlasPathCache (Results 1 – 2 of 2) sorted by relevance
213 if (const SkIPoint16* existingLocation = fAtlasPathCache.find(atlasPathKey)) { in addPathToAtlas()244 fAtlasPathCache.reset(); in addPathToAtlas()249 fAtlasPathCache.set(atlasPathKey, *locationInAtlas); in addPathToAtlas()393 SkASSERT(fAtlasPathCache.count() == 0); in preFlush()422 fAtlasPathCache.reset(); in preFlush()
112 SkTHashMap<AtlasPathKey, SkIPoint16> fAtlasPathCache; variable