Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DVectorDrawableAtlas.cpp108 SkImage* sourceImage; // copy either from the atlas or from a standalone surface in repack() local
113 sourceImage = entry.surface->makeImageSnapshot().get(); in repack()
115 sourceImage = sourceImageAtlas; in repack()
122 canvas->drawImageRect(sourceImage, currentVDRect, newRect, nullptr); in repack()
/frameworks/av/media/extractors/mp4/
DItemTable.cpp521 ImageItem &sourceImage = itemIdToItemMap.editValueAt(itemIndex); in apply() local
524 sourceImage.hidden = true; in apply()