/aosp_15_r20/external/pdfium/core/fxcodec/basic/ |
H A D | a85_unittest.cpp | 23 DataVector<uint8_t> dest_buf = BasicModule::A85Encode(src_buf); in TEST() local 40 DataVector<uint8_t> dest_buf = BasicModule::A85Encode(src_buf_1leftover); in TEST() local 54 DataVector<uint8_t> dest_buf = BasicModule::A85Encode(src_buf_2leftover); in TEST() local 68 DataVector<uint8_t> dest_buf = BasicModule::A85Encode(src_buf_3leftover); in TEST() local 85 DataVector<uint8_t> dest_buf = BasicModule::A85Encode(src_buf); in TEST() local 99 DataVector<uint8_t> dest_buf = BasicModule::A85Encode(src_buf_2); in TEST() local 113 DataVector<uint8_t> dest_buf = BasicModule::A85Encode(src_buf_3); in TEST() local 146 DataVector<uint8_t> dest_buf = BasicModule::A85Encode(src_buf); in TEST() local
|
H A D | rle_unittest.cpp | 22 DataVector<uint8_t> dest_buf = BasicModule::RunLengthEncode(src_buf); in TEST() local 38 DataVector<uint8_t> dest_buf = BasicModule::RunLengthEncode(src_buf_1); in TEST() local 49 DataVector<uint8_t> dest_buf = BasicModule::RunLengthEncode(src_buf_2); in TEST() local 62 DataVector<uint8_t> dest_buf = BasicModule::RunLengthEncode(src_buf_3); in TEST() local 82 DataVector<uint8_t> dest_buf = BasicModule::RunLengthEncode(src_buf_1); in TEST() local 95 DataVector<uint8_t> dest_buf = BasicModule::RunLengthEncode(src_buf_2); in TEST() local 110 DataVector<uint8_t> dest_buf = BasicModule::RunLengthEncode(src_buf_3); in TEST() local 125 DataVector<uint8_t> dest_buf = BasicModule::RunLengthEncode(src_buf_4); in TEST() local
|
/aosp_15_r20/external/pdfium/core/fxge/dib/ |
H A D | cfx_dibbase.cpp | 111 void ConvertBuffer_1bppMask2Gray(pdfium::span<uint8_t> dest_buf, in ConvertBuffer_1bppMask2Gray() 136 void ConvertBuffer_8bppMask2Gray(pdfium::span<uint8_t> dest_buf, in ConvertBuffer_8bppMask2Gray() 150 void ConvertBuffer_1bppPlt2Gray(pdfium::span<uint8_t> dest_buf, in ConvertBuffer_1bppPlt2Gray() 181 void ConvertBuffer_8bppPlt2Gray(pdfium::span<uint8_t> dest_buf, in ConvertBuffer_8bppPlt2Gray() 205 void ConvertBuffer_Rgb2Gray(pdfium::span<uint8_t> dest_buf, in ConvertBuffer_Rgb2Gray() 226 void ConvertBuffer_IndexCopy(pdfium::span<uint8_t> dest_buf, in ConvertBuffer_IndexCopy() 258 void ConvertBuffer_Plt2PltRgb8(pdfium::span<uint8_t> dest_buf, in ConvertBuffer_Plt2PltRgb8() 277 void ConvertBuffer_Rgb2PltRgb8(pdfium::span<uint8_t> dest_buf, in ConvertBuffer_Rgb2PltRgb8() 340 pdfium::span<uint8_t> dest_buf, in ConvertBuffer_1bppMask2Rgb() 364 pdfium::span<uint8_t> dest_buf, in ConvertBuffer_8bppMask2Rgb() [all …]
|
H A D | cfx_bitmapstorer.cpp | 31 pdfium::span<uint8_t> dest_buf = m_pBitmap->GetWritableScanline(line); in ComposeScanline() local
|
H A D | cfx_bitmapcomposer.cpp | 145 uint8_t* dest_buf = dest_span.data(); in ComposeScanlineV() local
|
H A D | cfx_dibitmap.cpp | 240 pdfium::span<uint8_t> dest_buf = GetWritableBuffer().subspan( in TransferWithUnequalFormats() local 1012 std::unique_ptr<uint8_t, FxFreeDeleter> dest_buf( in ConvertFormat() local
|
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/ |
H A D | fpdf_parser_decode.cpp | 120 std::unique_ptr<uint8_t, FxFreeDeleter>* dest_buf, in A85Decode() 201 std::unique_ptr<uint8_t, FxFreeDeleter>* dest_buf, in HexDecode() 242 std::unique_ptr<uint8_t, FxFreeDeleter>* dest_buf, in RunLengthDecode() 350 std::unique_ptr<uint8_t, FxFreeDeleter>* dest_buf, in FlateOrLZWDecode() 407 std::unique_ptr<uint8_t, FxFreeDeleter>* dest_buf, in PDF_DataDecode() 486 pdfium::span<wchar_t> dest_buf = result.GetBuffer(max_chars); in PDF_DecodeText() local 544 pdfium::span<wchar_t> dest_buf = result.GetBuffer(span.size()); in PDF_DecodeText() local 558 pdfium::span<char> dest_buf = result.GetBuffer(len); in PDF_EncodeText() local 584 pdfium::span<uint8_t> dest_buf = in PDF_EncodeText() local 654 std::unique_ptr<uint8_t, FxFreeDeleter>* dest_buf, in FlateDecode()
|
H A D | cpdf_crypto_handler.cpp | 51 uint8_t* dest_buf, in EncryptContent() 139 BinaryBuffer& dest_buf) { in DecryptStream() 188 bool CPDF_CryptoHandler::DecryptFinish(void* context, BinaryBuffer& dest_buf) { in DecryptFinish() 215 BinaryBuffer dest_buf; in Decrypt() local
|
H A D | fpdf_parser_utility.cpp | 132 pdfium::span<char> dest_buf = res.GetBuffer(dest_len); in PDF_NameEncode() local
|
/aosp_15_r20/external/pdfium/core/fxcodec/flate/ |
H A D | flatemodule.cpp | 66 bool FlateCompress(unsigned char* dest_buf, in FlateCompress() 87 unsigned char* dest_buf, in FlateOutput() 391 std::unique_ptr<uint8_t, FxFreeDeleter> dest_buf( in PNG_Predictor() local 472 void TIFF_PredictLine(uint8_t* dest_buf, in TIFF_PredictLine() 534 std::unique_ptr<uint8_t, FxFreeDeleter>* dest_buf, in FlateUncompress() 837 std::unique_ptr<uint8_t, FxFreeDeleter>* dest_buf, in FlateOrLZWDecode() 879 DataVector<uint8_t> dest_buf(dest_size); in Encode() local
|
/aosp_15_r20/external/pdfium/core/fxcodec/gif/ |
H A D | lzw_decompressor_unittest.cpp | 35 uint8_t dest_buf[20]; in TEST() local 52 uint8_t dest_buf[20]; in TEST() local 72 uint8_t dest_buf[20]; in TEST() local
|
H A D | lzw_decompressor.cpp | 47 LZWDecompressor::Status LZWDecompressor::Decode(uint8_t* dest_buf, in Decode() 183 uint32_t LZWDecompressor::ExtractData(uint8_t* dest_buf, uint32_t dest_size) { in ExtractData()
|
H A D | lzw_decompressor.h | 42 uint32_t ExtractDataForTest(uint8_t* dest_buf, uint32_t dest_size) { in ExtractDataForTest()
|
/aosp_15_r20/external/pdfium/core/fxcodec/fax/ |
H A D | faxmodule.cpp | 127 void FaxFillBits(uint8_t* dest_buf, int columns, int startpos, int endpos) { in FaxFillBits() 300 uint8_t* dest_buf, in FaxG4GetRow() 439 uint8_t* dest_buf, in FaxGet1DLine() 631 uint8_t* dest_buf) { in FaxG4Decode()
|
/aosp_15_r20/trusty/kernel/app/usercopytest/ |
H A D | usercopytest.c | 253 char dest_buf[TEST_BUF_SIZE]; in TEST_P() local 336 char dest_buf[TEST_BUF_SIZE]; in TEST_P() local 413 char dest_buf[TEST_BUF_SIZE]; in usercopy_test_strlcpy_from_user_inner() local
|
/aosp_15_r20/external/pdfium/testing/fuzzers/ |
H A D | pdf_lzw_fuzzer.cc | 31 std::vector<uint8_t> dest_buf(compressions_ratio * src_size); in LZWFuzz() local
|
/aosp_15_r20/external/pdfium/core/fxcodec/jbig2/ |
H A D | jbig2_decoder.cpp | 51 pdfium::span<uint8_t> dest_buf, in StartDecode()
|
/aosp_15_r20/external/pdfium/core/fxcodec/jpeg/ |
H A D | jpeg_progressive_decoder.cpp | 145 unsigned char* dest_buf) { in ReadScanline()
|
H A D | jpegmodule.cpp | 407 uint8_t** dest_buf, in JpegEncode()
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | widestring.cpp | 679 pdfium::span<char> dest_buf = bstr.GetBuffer(dest_len); in ToDefANSI() local 947 pdfium::span<wchar_t> dest_buf = wstr.GetBuffer(dest_len); in FromDefANSI() local
|
/aosp_15_r20/external/pdfium/core/fpdfapi/render/ |
H A D | cpdf_rendertiling.cpp | 228 uint32_t* dest_buf = reinterpret_cast<uint32_t*>( in Draw() local
|
H A D | cpdf_renderstatus.cpp | 1370 pdfium::span<uint8_t> dest_buf = pMask->GetWritableBuffer(); in LoadSMask() local
|
/aosp_15_r20/external/pdfium/core/fxcodec/bmp/ |
H A D | cfx_bmpdecompressor.cpp | 378 DataVector<uint8_t> dest_buf(src_row_bytes_); in DecodeRGB() local
|
/aosp_15_r20/external/pdfium/core/fpdfapi/page/ |
H A D | cpdf_image.cpp | 296 DataVector<uint8_t> dest_buf(Fx2DSizeOrDie(dest_pitch, BitmapHeight)); in SetImage() local
|
/aosp_15_r20/external/pdfium/core/fxcodec/jpx/ |
H A D | cjpx_decoder.cpp | 515 bool CJPX_Decoder::Decode(pdfium::span<uint8_t> dest_buf, in Decode()
|