OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pLineBuf
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp
167
m_pMaskedLine =
m_pLineBuf
= NULL;
185
FX_Free(
m_pLineBuf
);
269
m_pLineBuf
= FX_Alloc(uint8_t, pitch.ValueOrDie());
312
m_pLineBuf
= FX_Alloc(uint8_t, pitch.ValueOrDie());
[
all
...]
render_int.h
590
uint8_t*
m_pLineBuf
;
/external/pdfium/core/src/fxcodec/codec/
fx_codec_fax.cpp
765
uint8_t*
m_pLineBuf
;
779
m_pLineBuf
= FX_Alloc2D(uint8_t, m_Pitch, 8);
784
FX_Free(
m_pLineBuf
);
791
FXSYS_memset(
m_pLineBuf
, 0, m_Pitch * 8);
792
m_pLineBuf
[0] = last_byte;
793
FaxEncode2DLine(
m_pLineBuf
, dest_bitpos, scan_line, m_pRefLine, m_Cols);
794
m_DestBuf.AppendBlock(
m_pLineBuf
, dest_bitpos / 8);
795
last_byte =
m_pLineBuf
[dest_bitpos / 8];
Completed in 50 milliseconds