Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ui/driver/
H A Dui_rotation.cpp109 const uint8_t *srcP = nullptr; in RotateBuffer() local
115 srcP = origBuf + h * oldRowBytes_ + w * pixelBytes_; in RotateBuffer()
118 *dstP++ = *srcP++; in RotateBuffer()