Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp1056 const uint8_t* pSrcPixel = m_pLineBuf; in GetScanline() local
1058 uint8_t index = *pSrcPixel++; in GetScanline()
1101 const uint8_t* pSrcPixel = pSrcLine; in GetScanline() local
1104 *pDestPixel++ = *pSrcPixel++; in GetScanline()
1105 *pDestPixel++ = *pSrcPixel++; in GetScanline()
1106 *pDestPixel++ = *pSrcPixel++; in GetScanline()
1348 const uint8_t* pSrcPixel = nullptr; in DownSampleScanline32Bit() local
1355 pSrcPixel = pSrcLine + num_bits / 8; in DownSampleScanline32Bit()
1358 GetBits8(pSrcPixel, src_bit_pos, m_bpc) * unit_To8Bpc); in DownSampleScanline32Bit()
1361 pSrcPixel = extracted_components; in DownSampleScanline32Bit()
[all …]