Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DVectorDrawableAtlas.cpp214 AtlasEntry VectorDrawableAtlas::getEntry(AtlasKey atlasKey) { in getEntry() argument
216 if (INVALID_ATLAS_KEY != atlasKey) { in getEntry()
217 CacheEntry* entry = reinterpret_cast<CacheEntry*>(atlasKey); in getEntry()
223 result.key = atlasKey; in getEntry()
228 void VectorDrawableAtlas::releaseEntry(AtlasKey atlasKey) { in releaseEntry() argument
229 if (INVALID_ATLAS_KEY != atlasKey) { in releaseEntry()
233 mKeysForRelease.push_back(atlasKey); in releaseEntry()
239 CacheEntry* entry = reinterpret_cast<CacheEntry*>(atlasKey); in releaseEntry()
DVectorDrawableAtlas.h100 AtlasEntry getEntry(AtlasKey atlasKey);
107 void releaseEntry(AtlasKey atlasKey);