Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.cpp524 mAtlasKey = newAtlasKey; in setAtlas()
530 if (atlas.get() && mAtlasKey != INVALID_ATLAS_KEY) { in getSurface()
531 auto atlasEntry = atlas->getEntry(mAtlasKey); in getSurface()
534 mAtlasKey = atlasEntry.key; in getSurface()
543 lockAtlas->releaseEntry(mAtlasKey); in clear()
546 mAtlasKey = INVALID_ATLAS_KEY; in clear()
DVectorDrawable.h693 skiapipeline::AtlasKey mAtlasKey = INVALID_ATLAS_KEY; variable