Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_memory_wrappers.h24 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; }
Dfx_memory_wrappers_unittest.cpp22 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()
Dcfx_utf8encoder.h29 std::vector<uint8_t, FxAllocAllocator<uint8_t>> m_Buffer;
Dcfx_seekablestreamproxy.cpp222 std::vector<uint8_t, FxAllocAllocator<uint8_t>> buf(iBytes); in ReadBlock()
/external/pdfium/core/fxcodec/fax/
Dfaxmodule.cpp482 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/
Dcfx_xmlparser.h59 std::vector<wchar_t, FxAllocAllocator<wchar_t>> current_text_;
Dcfx_xmlparser.cpp101 std::vector<wchar_t, FxAllocAllocator<wchar_t>> buffer; in DoSyntaxParse()
/external/pdfium/core/fpdfdoc/
Dcpdf_bookmark.cpp40 std::vector<wchar_t, FxAllocAllocator<wchar_t>> buf(len); in GetTitle()
/external/pdfium/fxbarcode/pdf417/
DBC_PDF417ErrorCorrection.cpp143 std::vector<wchar_t, FxAllocAllocator<wchar_t>> ech(k); in GenerateErrorCorrection()
/external/pdfium/core/fxcodec/bmp/
Dcfx_bmpdecompressor.cpp301 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/
Dcfx_gif.h127 std::vector<uint8_t, FxAllocAllocator<uint8_t>> row_buffer;
Dcfx_gifcontext.cpp226 std::vector<uint8_t, FxAllocAllocator<uint8_t>> img_data; in LoadFrame()
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp133 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/
Dcfx_font.h145 std::vector<uint8_t, FxAllocAllocator<uint8_t>> m_FontDataAllocation;
Dcfx_font.cpp384 m_FontDataAllocation = std::vector<uint8_t, FxAllocAllocator<uint8_t>>( in LoadEmbedded()
/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp675 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/
Dcpdf_creator.cpp52 std::vector<uint8_t, FxAllocAllocator<uint8_t>> buffer_;
264 std::vector<uint8_t, FxAllocAllocator<uint8_t>> buffer(kBufferSize); in WriteDoc_Stage1()