Searched refs:srcStartPixel (Results 1 – 1 of 1) sorted by relevance
204 uint8_t *srcStartPixel = nullptr; in CopyPixels() local223 srcStartPixel = srcPixels + scanLine * srcRowStride; in CopyPixels()224 …errno_t errRet = memcpy_s(dstStartPixel, static_cast<size_t>(targetRowBytes), srcStartPixel, copyR… in CopyPixels()