Searched refs:lineSrc (Results 1 – 1 of 1) sorted by relevance
311 const uint8_t* lineSrc = in ComposeToInternal() local321 if (lineSrc >= lineSrcEnd) in ComposeToInternal()323 uint32_t tmp1 = JBIG2_GETDWORD(lineSrc) << shift; in ComposeToInternal()344 lineSrc += m_nStride; in ComposeToInternal()350 if (lineSrc >= lineSrcEnd) in ComposeToInternal()352 uint32_t tmp1 = JBIG2_GETDWORD(lineSrc) >> shift; in ComposeToInternal()373 lineSrc += m_nStride; in ComposeToInternal()381 if (lineSrc >= lineSrcEnd) in ComposeToInternal()383 uint32_t tmp1 = (JBIG2_GETDWORD(lineSrc) << shift1) | in ComposeToInternal()384 (JBIG2_GETDWORD(lineSrc + 4) >> shift2); in ComposeToInternal()[all …]