Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_dib.cpp1067 const uint8_t* pSrcPixel = m_pLineBuf.get(); in GetScanline() local
1069 uint8_t index = *pSrcPixel++; in GetScanline()
1103 const uint8_t* pSrcPixel = pSrcLine; in GetScanline() local
1106 *pDestPixel++ = *pSrcPixel++; in GetScanline()
1107 *pDestPixel++ = *pSrcPixel++; in GetScanline()
1108 *pDestPixel++ = *pSrcPixel++; in GetScanline()
1328 const uint8_t* pSrcPixel = nullptr; in DownSampleScanline32Bit() local
1335 pSrcPixel = pSrcLine + num_bits / 8; in DownSampleScanline32Bit()
1338 GetBits8(pSrcPixel, src_bit_pos, m_bpc) * unit_To8Bpc); in DownSampleScanline32Bit()
1341 pSrcPixel = extracted_components; in DownSampleScanline32Bit()
[all …]