Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp232 uint8_t* pDstEnd = pLineDst + bytes_to_copy; in SubImageSlow() local
233 for (uint8_t* pDst = pLineDst; pDst < pDstEnd; pSrc += 4, pDst += 4) { in SubImageSlow()