Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/basic/
Dbasicmodule.cpp18 class RLScanlineDecoder final : public ScanlineDecoder { class
20 RLScanlineDecoder();
21 ~RLScanlineDecoder() override;
47 RLScanlineDecoder::RLScanlineDecoder() = default;
49 RLScanlineDecoder::~RLScanlineDecoder() = default;
51 bool RLScanlineDecoder::CheckDestSize() { in CheckDestSize()
81 bool RLScanlineDecoder::Create(pdfium::span<const uint8_t> src_buf, in Create()
108 bool RLScanlineDecoder::v_Rewind() { in v_Rewind()
116 uint8_t* RLScanlineDecoder::v_GetNextLine() { in v_GetNextLine()
161 void RLScanlineDecoder::GetNextOperator() { in GetNextOperator()
[all …]