Searched refs:lineSrc (Results 1 – 1 of 1) sorted by relevance
307 const uint8_t* lineSrc = GetLineUnsafe(rtSrc.top + ys0) + in ComposeToInternal() local317 if (lineSrc >= lineSrcEnd) in ComposeToInternal()319 uint32_t tmp1 = JBIG2_GETDWORD(lineSrc) << shift; in ComposeToInternal()340 lineSrc += m_nStride; in ComposeToInternal()346 if (lineSrc >= lineSrcEnd) in ComposeToInternal()348 uint32_t tmp1 = JBIG2_GETDWORD(lineSrc) >> shift; in ComposeToInternal()369 lineSrc += m_nStride; in ComposeToInternal()377 if (lineSrc >= lineSrcEnd) in ComposeToInternal()379 uint32_t tmp1 = (JBIG2_GETDWORD(lineSrc) << shift1) | in ComposeToInternal()380 (JBIG2_GETDWORD(lineSrc + 4) >> shift2); in ComposeToInternal()[all …]