Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp371 uint8_t* dstRow = static_cast<uint8_t*>(mRestoreFrame->pixels()); in handleRestorePrevious() local
373 memcpy(dstRow, srcRow, outputInfo.minRowBytes()); in handleRestorePrevious()
375 dstRow += mRestoreFrame->rowBytes(); in handleRestorePrevious()
385 uint8_t* dstRow = static_cast<uint8_t*>(pixels); in handleRestorePrevious() local
387 memcpy(dstRow, srcRow, outputInfo.minRowBytes()); in handleRestorePrevious()
389 dstRow += rowBytes; in handleRestorePrevious()