Searched refs:pLineDst (Results 1 – 1 of 1) sorted by relevance
229 uint8_t* pLineDst = pImage->GetLineUnsafe(j); in SubImageSlow() local232 uint8_t* pDstEnd = pLineDst + bytes_to_copy; in SubImageSlow()233 for (uint8_t* pDst = pLineDst; pDst < pDstEnd; pSrc += 4, pDst += 4) { in SubImageSlow()