Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A DGraphics.cpp706 const size_t dstRowBytes = mRecycledBitmap->rowBytes(); in copyIfNecessary() local
715 reinterpret_cast<uint8_t*>(dst) + dstRowBytes); in copyIfNecessary()