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

/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_loadimage.cpp1152 const uint8_t* pSrcPixel = m_pLineBuf; local
1154 uint8_t index = *pSrcPixel++;
1197 const uint8_t* pSrcPixel = pSrcLine; local
1200 *pDestPixel++ = *pSrcPixel++;
1201 *pDestPixel++ = *pSrcPixel++;
1202 *pDestPixel++ = *pSrcPixel++;
1438 const uint8_t* pSrcPixel = nullptr; local
1441 pSrcPixel = pSrcLine + src_x * orig_Bpp;
1444 pSrcPixel = pSrcLine + num_bits / 8;
1458 GetBits8(pSrcPixel, src_bit_po
[all...]

Completed in 92 milliseconds