OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pPixel
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcodec/codec/
fx_codec_jpx_opj.cpp
818
uint8_t*
pPixel
= pScanline + col * image->numcomps;
824
*
pPixel
= 0;
826
*
pPixel
= (uint8_t)(src << -adjust_comps[channel]);
834
uint8_t*
pPixel
= pScanline + col * image->numcomps;
843
*
pPixel
= (uint8_t)((src >> adjust_comps[channel]));
852
*
pPixel
= (uint8_t)tmpPixel;
/external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp
[
all
...]
Completed in 115 milliseconds