Searched refs:pDstEnd (Results 1 – 1 of 1) sorted by relevance
232 uint8_t* pDstEnd = pLineDst + bytes_to_copy; in SubImageSlow() local233 for (uint8_t* pDst = pLineDst; pDst < pDstEnd; pSrc += 4, pDst += 4) { in SubImageSlow()