Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DImageDecoder.cpp368 uint8_t* dstRow = static_cast<uint8_t*>(mRestoreFrame->pixels()); in handleRestorePrevious() local
370 memcpy(dstRow, srcRow, outputInfo.minRowBytes()); in handleRestorePrevious()
372 dstRow += mRestoreFrame->rowBytes(); in handleRestorePrevious()
382 uint8_t* dstRow = static_cast<uint8_t*>(pixels); in handleRestorePrevious() local
384 memcpy(dstRow, srcRow, outputInfo.minRowBytes()); in handleRestorePrevious()
386 dstRow += rowBytes; in handleRestorePrevious()