7#ifndef CORE_FXCODEC_FAX_FAXMODULE_H_
8#define CORE_FXCODEC_FAX_FAXMODULE_H_
14#include "build/build_config.h"
15#include "core/fxcrt/span.h"
18#include "core/fxcrt/data_vector.h"
19#include "core/fxcrt/retain_ptr.h"
31 pdfium::span<
const uint8_t> src_span,
36 bool EncodedByteAlign,
42 static int FaxG4Decode(pdfium::span<
const uint8_t> src_buf,
fxcrt::ByteString ByteString
std::vector< RetainPtr< CPDF_Object > >::const_iterator const_iterator
int GetIntegerFor(const ByteString &key) const
int GetIntegerFor(const ByteString &key, int default_int) const
std::map< ByteString, RetainPtr< CPDF_Object >, std::less<> > DictMap
FaxModule(const FaxModule &)=delete
static int FaxG4Decode(pdfium::span< const uint8_t > src_buf, int starting_bitpos, int width, int height, int pitch, uint8_t *dest_buf)
FaxModule & operator=(const FaxModule &)=delete
static std::unique_ptr< ScanlineDecoder > CreateDecoder(pdfium::span< const uint8_t > src_span, int width, int height, int K, bool EndOfLine, bool EncodedByteAlign, bool BlackIs1, int Columns, int Rows)
ByteString & operator+=(char ch)
bool operator==(const char *ptr) const
ByteString & operator+=(const char *str)
ByteString & operator=(const char *str)
static WideString FromUTF8(ByteStringView str)
fxcodec::DataAndBytesConsumed DataAndBytesConsumed
fxcodec::FaxModule FaxModule
static size_t StripLanguageCodes(pdfium::span< wchar_t > s, size_t n)
std::optional< DecoderArray > GetDecoderArray(RetainPtr< const CPDF_Dictionary > pDict)
ByteString PDF_EncodeString(ByteStringView src)
std::optional< PDFDataDecodeResult > PDF_DataDecode(pdfium::span< const uint8_t > src_span, uint32_t estimated_size, bool bImageAcc, const DecoderArray &decoder_array)
fxcodec::DataAndBytesConsumed HexDecode(pdfium::span< const uint8_t > src_span)
ByteString PDF_EncodeText(WideStringView str)
bool ValidateDecoderPipeline(const CPDF_Array *pDecoders)
fxcodec::DataAndBytesConsumed FlateOrLZWDecode(bool use_lzw, pdfium::span< const uint8_t > src_span, const CPDF_Dictionary *pParams, uint32_t estimated_size)
WideString PDF_DecodeText(pdfium::span< const uint8_t > span)
std::unique_ptr< fxcodec::ScanlineDecoder > CreateFaxDecoder(pdfium::span< const uint8_t > src_span, int width, int height, const CPDF_Dictionary *pParams)
const std::array< uint16_t, 256 > kPDFDocEncoding
fxcodec::DataAndBytesConsumed A85Decode(pdfium::span< const uint8_t > src_span)
fxcodec::DataAndBytesConsumed RunLengthDecode(pdfium::span< const uint8_t > src_span)
ByteString PDF_HexEncodeString(ByteStringView src)
std::unique_ptr< fxcodec::ScanlineDecoder > CreateFlateDecoder(pdfium::span< const uint8_t > src_span, int width, int height, int nComps, int bpc, const CPDF_Dictionary *pParams)
bool PDFCharIsLineEnding(uint8_t c)
int FXSYS_HexCharToInt(char c)
#define FX_INVALID_OFFSET
pdfium::CheckedNumeric< uint32_t > FX_SAFE_UINT32
pdfium::CheckedNumeric< int32_t > FX_SAFE_INT32
fxcrt::ByteStringView ByteStringView
fxcrt::WideStringView WideStringView
PDFDataDecodeResult(PDFDataDecodeResult &&that) noexcept
PDFDataDecodeResult & operator=(PDFDataDecodeResult &&that) noexcept
fxcrt::WideString WideString