Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A DGraphics.cpp709 const int rowsToCopy = std::min(mRecycledBitmap->info().height(), in copyIfNecessary() local
711 for (int y = 0; y < rowsToCopy; y++) { in copyIfNecessary()