Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp1046 const uint8_t* pSrcPixel = m_pLineBuf; in GetScanline() local
1048 uint8_t index = *pSrcPixel++; in GetScanline()
1091 const uint8_t* pSrcPixel = pSrcLine; in GetScanline() local
1094 *pDestPixel++ = *pSrcPixel++; in GetScanline()
1095 *pDestPixel++ = *pSrcPixel++; in GetScanline()
1096 *pDestPixel++ = *pSrcPixel++; in GetScanline()
1337 const uint8_t* pSrcPixel = nullptr; in DownSampleScanline32Bit() local
1344 pSrcPixel = pSrcLine + num_bits / 8; in DownSampleScanline32Bit()
1347 GetBits8(pSrcPixel, src_bit_pos, m_bpc) * unit_To8Bpc); in DownSampleScanline32Bit()
1350 pSrcPixel = extracted_components; in DownSampleScanline32Bit()
[all …]