Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DVectorDrawableAtlas.cpp138 auto tempCanvas = entry.surface->getCanvas(); in repack() local
139 tempCanvas->clear(SK_ColorTRANSPARENT); in repack()
140 tempCanvas->drawImageRect(sourceImageAtlas, currentVDRect, newRect, nullptr); in repack()