OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pScanlineBuf
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcodec/codec/
fx_codec_fax.cpp
625
uint8_t*
m_pScanlineBuf
;
630
m_pScanlineBuf
= NULL;
634
FX_Free(
m_pScanlineBuf
);
663
m_pScanlineBuf
= FX_Alloc(uint8_t, m_Pitch);
683
FXSYS_memset(
m_pScanlineBuf
, 0xff, m_Pitch);
685
FaxG4GetRow(m_pSrcBuf, bitsize, bitpos,
m_pScanlineBuf
, m_pRefBuf,
687
FXSYS_memcpy(m_pRefBuf,
m_pScanlineBuf
, m_Pitch);
689
FaxGet1DLine(m_pSrcBuf, bitsize, bitpos,
m_pScanlineBuf
, m_OrigWidth);
694
FaxGet1DLine(m_pSrcBuf, bitsize, bitpos,
m_pScanlineBuf
, m_OrigWidth);
696
FaxG4GetRow(m_pSrcBuf, bitsize, bitpos,
m_pScanlineBuf
, m_pRefBuf
[
all
...]
fx_codec_jpeg.cpp
337
uint8_t*
m_pScanlineBuf
;
348
m_pScanlineBuf
= NULL;
358
FX_Free(
m_pScanlineBuf
);
437
m_pScanlineBuf
= FX_Alloc(uint8_t, m_Pitch);
503
int nlines = jpeg_read_scanlines(&cinfo, &
m_pScanlineBuf
, 1);
507
return
m_pScanlineBuf
;
Completed in 330 milliseconds