Home
last modified time | relevance | path

Searched refs:fAtlasPathCache (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/ops/
DAtlasPathRenderer.cpp213 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()
DAtlasPathRenderer.h112 SkTHashMap<AtlasPathKey, SkIPoint16> fAtlasPathCache; variable