Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphics.cpp754 const int rowsToCopy = std::min(mRecycledBitmap->info().height(), in copyIfNecessary() local
756 for (int y = 0; y < rowsToCopy; y++) { in copyIfNecessary()