Home
last modified time | relevance | path

Searched refs:FaxEncoder (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp669 class FaxEncoder { class
671 FaxEncoder(const uint8_t* src_buf, int width, int height, int pitch);
672 ~FaxEncoder();
691 FaxEncoder::FaxEncoder(const uint8_t* src_buf, int width, int height, int pitch) in FaxEncoder() function in fxcodec::__anon7b3ad7730211::FaxEncoder
702 FaxEncoder::~FaxEncoder() = default;
704 void FaxEncoder::AddBitStream(int data, int bitlen) { in AddBitStream()
711 void FaxEncoder::FaxEncodeRun(int run, bool bWhite) { in FaxEncodeRun()
728 void FaxEncoder::FaxEncode2DLine(const uint8_t* src_buf) { in FaxEncode2DLine()
783 void FaxEncoder::Encode(std::unique_ptr<uint8_t, FxFreeDeleter>* dest_buf, in Encode()
812 FaxEncoder encoder(src_buf, width, height, pitch); in FaxEncode()