Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/basic/
Drle_unittest.cpp39 RunLengthDecode(dest_buf, &decoded_buf, &decoded_size); in TEST()
52 RunLengthDecode(dest_buf, &decoded_buf, &decoded_size); in TEST()
65 RunLengthDecode(dest_buf, &decoded_buf, &decoded_size); in TEST()
83 RunLengthDecode(dest_buf, &decoded_buf, &decoded_size); in TEST()
98 RunLengthDecode(dest_buf, &decoded_buf, &decoded_size); in TEST()
113 RunLengthDecode(dest_buf, &decoded_buf, &decoded_size); in TEST()
128 RunLengthDecode(dest_buf, &decoded_buf, &decoded_size); in TEST()
/external/pdfium/core/fpdfapi/parser/
Dfpdf_parser_decode.h61 uint32_t RunLengthDecode(pdfium::span<const uint8_t> src_span,
Dfpdf_parser_decode.cpp238 uint32_t RunLengthDecode(pdfium::span<const uint8_t> src_span, in RunLengthDecode() function
448 offset = RunLengthDecode(last_span, &new_buf, &new_size); in PDF_DataDecode()
/external/AFLplusplus/dictionaries/
Dps.dict218 "RunLengthDecode"
Dpdf.dict898 "/RunLengthDecode"
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.cpp116 return RunLengthDecode(src_span, &ignored_result, &ignored_size); in DecodeInlineStream()
/external/pdfium/testing/resources/
Dbug_555784.in51 /Filter [/ASCIIHexDecode /FlateDecode /RunLengthDecode]