Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp350 uint8_t* dstRow = static_cast<uint8_t*>(mRestoreFrame->pixels()); in handleRestorePrevious() local
352 memcpy(dstRow, srcRow, outputInfo.minRowBytes()); in handleRestorePrevious()
354 dstRow += mRestoreFrame->rowBytes(); in handleRestorePrevious()
364 uint8_t* dstRow = static_cast<uint8_t*>(pixels); in handleRestorePrevious() local
366 memcpy(dstRow, srcRow, outputInfo.minRowBytes()); in handleRestorePrevious()
368 dstRow += rowBytes; in handleRestorePrevious()