Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_Image.cpp311 uint8_t* lineDst = pDst->GetLineUnsafe(yd0) + BIT_INDEX_TO_ALIGNED_BYTE(xd0); in ComposeToInternal() local
320 uint32_t tmp2 = JBIG2_GETDWORD(lineDst); in ComposeToInternal()
339 JBIG2_PUTDWORD(lineDst, tmp); in ComposeToInternal()
341 lineDst += pDst->m_nStride; in ComposeToInternal()
349 uint32_t tmp2 = JBIG2_GETDWORD(lineDst); in ComposeToInternal()
368 JBIG2_PUTDWORD(lineDst, tmp); in ComposeToInternal()
370 lineDst += pDst->m_nStride; in ComposeToInternal()
381 uint32_t tmp2 = JBIG2_GETDWORD(lineDst); in ComposeToInternal()
400 JBIG2_PUTDWORD(lineDst, tmp); in ComposeToInternal()
402 lineDst += pDst->m_nStride; in ComposeToInternal()
[all …]