Home
last modified time | relevance | path

Searched defs:dest_bitpos (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_fax.cpp511 void AddBitStream(uint8_t* dest_buf, int& dest_bitpos, int data, int bitlen) { in AddBitStream()
520 void FaxEncodeRun(uint8_t* dest_buf, int& dest_bitpos, int run, bool bWhite) { in FaxEncodeRun()
538 int& dest_bitpos, in FaxEncode2DLine()
787 int dest_bitpos = 0; in Encode() local