Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.cpp532 mAtlasKey = newAtlasKey; in setAtlas()
538 if (atlas.get() && mAtlasKey != INVALID_ATLAS_KEY) { in getSurface()
539 auto atlasEntry = atlas->getEntry(mAtlasKey); in getSurface()
542 mAtlasKey = atlasEntry.key; in getSurface()
551 lockAtlas->releaseEntry(mAtlasKey); in clear()
554 mAtlasKey = INVALID_ATLAS_KEY; in clear()
DVectorDrawable.h688 skiapipeline::AtlasKey mAtlasKey = INVALID_ATLAS_KEY; variable