OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pSrcBuf
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/fxcodec/codec/
fx_codec.cpp
[
all
...]
fx_codec_progress.cpp
258
m_pSrcBuf
= nullptr;
289
FX_Free(
m_pSrcBuf
);
308
m_pSrcBuf
= FX_Realloc(uint8_t,
m_pSrcBuf
, m_SrcSize);
309
if (!
m_pSrcBuf
) {
316
memmove(
m_pSrcBuf
,
m_pSrcBuf
+ dwConsume, dwAvail);
322
if (!m_pFile->ReadBlock(
m_pSrcBuf
+ dwAvail, m_offSet, dwSize)) {
327
pJpegModule->Input(m_pJpegContext.get(),
m_pSrcBuf
, dwSize + dwAvail);
570
m_pSrcBuf
= FX_Realloc(uint8_t, m_pSrcBuf, m_SrcSize)
[
all
...]
fx_codec_fax.cpp
479
const uint8_t* const
m_pSrcBuf
;
500
m_pSrcBuf
(src_buf),
514
FaxSkipEOL(
m_pSrcBuf
, bitsize, &m_bitpos);
520
FaxG4GetRow(
m_pSrcBuf
, bitsize, &m_bitpos, m_ScanlineBuf.data(), m_RefBuf,
524
FaxGet1DLine(
m_pSrcBuf
, bitsize, &m_bitpos, &m_ScanlineBuf, m_OrigWidth);
526
if (NextBit(
m_pSrcBuf
, &m_bitpos)) {
527
FaxGet1DLine(
m_pSrcBuf
, bitsize, &m_bitpos, &m_ScanlineBuf, m_OrigWidth);
529
FaxG4GetRow(
m_pSrcBuf
, bitsize, &m_bitpos, m_ScanlineBuf.data(), m_RefBuf,
535
FaxSkipEOL(
m_pSrcBuf
, bitsize, &m_bitpos);
541
int bit =
m_pSrcBuf
[bitpos0 / 8] & (1 << (7 - bitpos0 % 8))
[
all
...]
ccodec_progressivedecoder.h
214
uint8_t*
m_pSrcBuf
;
Completed in 56 milliseconds