Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.cpp539 mAtlasKey = newAtlasKey; in setAtlas()
545 if (atlas.get() && mAtlasKey != INVALID_ATLAS_KEY) { in getSurface()
546 auto atlasEntry = atlas->getEntry(mAtlasKey); in getSurface()
549 mAtlasKey = atlasEntry.key; in getSurface()
558 lockAtlas->releaseEntry(mAtlasKey); in clear()
561 mAtlasKey = INVALID_ATLAS_KEY; in clear()
DVectorDrawable.h733 skiapipeline::AtlasKey mAtlasKey = INVALID_ATLAS_KEY; variable