/external/pdfium/core/fxcrt/ |
D | fx_memory_wrappers.h | 24 struct FxAllocAllocator { struct 39 using other = FxAllocAllocator<U>; argument 42 FxAllocAllocator() noexcept = default; 43 FxAllocAllocator(const FxAllocAllocator& other) noexcept = default; 44 ~FxAllocAllocator() = default; 47 FxAllocAllocator(const FxAllocAllocator<U>& other) noexcept {} in FxAllocAllocator() function 70 bool operator==(const FxAllocAllocator& that) { return true; } argument 71 bool operator!=(const FxAllocAllocator& that) { return false; }
|
D | fx_memory_wrappers_unittest.cpp | 22 TEST(fxcrt, FxAllocAllocator) { in TEST() argument 23 std::vector<int, FxAllocAllocator<int>> vec; in TEST() 29 std::vector<int, FxAllocAllocator<int>> vec2 = vec; in TEST()
|
D | cfx_utf8encoder.h | 29 std::vector<uint8_t, FxAllocAllocator<uint8_t>> m_Buffer;
|
D | cfx_seekablestreamproxy.cpp | 222 std::vector<uint8_t, FxAllocAllocator<uint8_t>> buf(iBytes); in ReadBlock()
|
/external/pdfium/core/fxcodec/fax/ |
D | faxmodule.cpp | 482 std::vector<uint8_t, FxAllocAllocator<uint8_t>> m_ScanlineBuf; 483 std::vector<uint8_t, FxAllocAllocator<uint8_t>> m_RefBuf; 614 std::vector<uint8_t, FxAllocAllocator<uint8_t>> ref_buf(pitch, 0xff); in FaxG4Decode() 687 std::vector<uint8_t, FxAllocAllocator<uint8_t>> m_RefLine; 688 std::vector<uint8_t, FxAllocAllocator<uint8_t>> m_LineBuf; 698 pdfium::Vector2D<uint8_t, FxAllocAllocator<uint8_t>>(8, pitch)) { in FaxEncoder()
|
/external/pdfium/core/fxcrt/xml/ |
D | cfx_xmlparser.h | 59 std::vector<wchar_t, FxAllocAllocator<wchar_t>> current_text_;
|
D | cfx_xmlparser.cpp | 101 std::vector<wchar_t, FxAllocAllocator<wchar_t>> buffer; in DoSyntaxParse()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_bookmark.cpp | 40 std::vector<wchar_t, FxAllocAllocator<wchar_t>> buf(len); in GetTitle()
|
/external/pdfium/fxbarcode/pdf417/ |
D | BC_PDF417ErrorCorrection.cpp | 143 std::vector<wchar_t, FxAllocAllocator<wchar_t>> ech(k); in GenerateErrorCorrection()
|
/external/pdfium/core/fxcodec/bmp/ |
D | cfx_bmpdecompressor.cpp | 301 std::vector<uint8_t, FxAllocAllocator<uint8_t>> src_pal(src_pal_size); in ReadBmpPalette() 372 std::vector<uint8_t, FxAllocAllocator<uint8_t>> dest_buf(src_row_bytes_); in DecodeRGB() 498 std::vector<uint8_t, FxAllocAllocator<uint8_t>> second_part( in DecodeRLE8() 594 std::vector<uint8_t, FxAllocAllocator<uint8_t>> second_part( in DecodeRLE4()
|
/external/pdfium/core/fxcodec/gif/ |
D | cfx_gif.h | 127 std::vector<uint8_t, FxAllocAllocator<uint8_t>> row_buffer;
|
D | cfx_gifcontext.cpp | 226 std::vector<uint8_t, FxAllocAllocator<uint8_t>> img_data; in LoadFrame()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_formfillenvironment.cpp | 133 std::vector<uint8_t, FxAllocAllocator<uint8_t>> pBuff(nRequiredLen); in GetLanguage() 155 std::vector<uint8_t, FxAllocAllocator<uint8_t>> pBuff(nRequiredLen); in GetPlatform() 223 std::vector<uint8_t, FxAllocAllocator<uint8_t>> pBuff(nRequiredLen); in JS_fieldBrowse() 297 std::vector<uint8_t, FxAllocAllocator<uint8_t>> pBuff(nRequiredLen); in GetFilePath()
|
/external/pdfium/core/fxge/ |
D | cfx_font.h | 145 std::vector<uint8_t, FxAllocAllocator<uint8_t>> m_FontDataAllocation;
|
D | cfx_font.cpp | 384 m_FontDataAllocation = std::vector<uint8_t, FxAllocAllocator<uint8_t>>( in LoadEmbedded()
|
/external/pdfium/core/fxcodec/flate/ |
D | flatemodule.cpp | 675 std::vector<uint8_t, FxAllocAllocator<uint8_t>> m_LastLine; 676 std::vector<uint8_t, FxAllocAllocator<uint8_t>> m_PredictBuffer; 677 std::vector<uint8_t, FxAllocAllocator<uint8_t>> m_PredictRaw;
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_creator.cpp | 52 std::vector<uint8_t, FxAllocAllocator<uint8_t>> buffer_; 264 std::vector<uint8_t, FxAllocAllocator<uint8_t>> buffer(kBufferSize); in WriteDoc_Stage1()
|