Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/basic/
Drle_unittest.cpp41 DataAndBytesConsumed result = RunLengthDecode(dest_buf); in TEST()
48 DataAndBytesConsumed result = RunLengthDecode(dest_buf); in TEST()
55 DataAndBytesConsumed result = RunLengthDecode(dest_buf); in TEST()
67 DataAndBytesConsumed result = RunLengthDecode(dest_buf); in TEST()
76 DataAndBytesConsumed result = RunLengthDecode(dest_buf); in TEST()
85 DataAndBytesConsumed result = RunLengthDecode(dest_buf); in TEST()
94 DataAndBytesConsumed result = RunLengthDecode(dest_buf); in TEST()
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.h56 fxcodec::DataAndBytesConsumed RunLengthDecode(
Dfpdf_parser_decode.cpp249 DataAndBytesConsumed RunLengthDecode(pdfium::span<const uint8_t> src_span) { in RunLengthDecode() function
477 DataAndBytesConsumed decode_result = RunLengthDecode(last_span); in PDF_DataDecode()
/external/AFLplusplus/dictionaries/
Dps.dict218 "RunLengthDecode"
Dpdf.dict898 "/RunLengthDecode"
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.cpp119 return RunLengthDecode(src_span).bytes_consumed; in DecodeInlineStream()
/external/pdfium/testing/resources/
Dbug_555784.in51 /Filter [/ASCIIHexDecode /FlateDecode /RunLengthDecode]