Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp315 uint8_t* lineDst = pDst->GetLineUnsafe(yd0) + BitIndexToAlignedByte(xd0); in ComposeToInternal() local
324 uint32_t tmp2 = JBIG2_GETDWORD(lineDst); in ComposeToInternal()
343 JBIG2_PUTDWORD(lineDst, tmp); in ComposeToInternal()
345 lineDst += pDst->m_nStride; in ComposeToInternal()
353 uint32_t tmp2 = JBIG2_GETDWORD(lineDst); in ComposeToInternal()
372 JBIG2_PUTDWORD(lineDst, tmp); in ComposeToInternal()
374 lineDst += pDst->m_nStride; in ComposeToInternal()
385 uint32_t tmp2 = JBIG2_GETDWORD(lineDst); in ComposeToInternal()
404 JBIG2_PUTDWORD(lineDst, tmp); in ComposeToInternal()
406 lineDst += pDst->m_nStride; in ComposeToInternal()
[all …]