Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DAtlasPathRenderer.cpp210 AtlasPathKey atlasPathKey; in addPathToAtlas() local
212 atlasPathKey.set(viewMatrix, path); in addPathToAtlas()
213 if (const SkIPoint16* existingLocation = fAtlasPathCache.find(atlasPathKey)) { in addPathToAtlas()
249 fAtlasPathCache.set(atlasPathKey, *locationInAtlas); in addPathToAtlas()