Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DVectorDrawableAtlas.cpp95 SkImage* sourceImageAtlas = nullptr; in repack() local
97 sourceImageAtlas = mSurface->makeImageSnapshot().get(); in repack()
115 sourceImage = sourceImageAtlas; in repack()
140 tempCanvas->drawImageRect(sourceImageAtlas, currentVDRect, newRect, nullptr); in repack()