Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp229 uint8_t* pLineDst = pImage->GetLineUnsafe(j); in SubImageSlow() local
232 uint8_t* pDstEnd = pLineDst + bytes_to_copy; in SubImageSlow()
233 for (uint8_t* pDst = pLineDst; pDst < pDstEnd; pSrc += 4, pDst += 4) { in SubImageSlow()