Home
last modified time | relevance | path

Searched refs:dictA (Results 1 – 25 of 138) sorted by relevance

123456

/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DDict.cc62 Dict::Dict(const Dict *dictA) in Dict() argument
64 xref = dictA->xref; in Dict()
67 entries.reserve(dictA->entries.size()); in Dict()
72 sorted = dictA->sorted.load(); in Dict()
78 Dict *dictA = new Dict(this); in copy() local
79 dictA->xref = xrefA; in copy()
80 for (auto &entry : dictA->entries) { in copy()
85 return dictA; in copy()
91 Dict *dictA = new Dict(xref); in deepCopy() local
93 dictA->entries.reserve(entries.size()); in deepCopy()
[all …]
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DDict.cc62 Dict::Dict(const Dict *dictA) in Dict() argument
64 xref = dictA->xref; in Dict()
67 entries.reserve(dictA->entries.size()); in Dict()
72 sorted = dictA->sorted.load(); in Dict()
78 Dict *dictA = new Dict(this); in copy() local
79 dictA->xref = xrefA; in copy()
80 for (auto &entry : dictA->entries) { in copy()
85 return dictA; in copy()
91 Dict *dictA = new Dict(xref); in deepCopy() local
93 dictA->entries.reserve(entries.size()); in deepCopy()
[all …]
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DDict.cc62 Dict::Dict(const Dict *dictA) in Dict() argument
64 xref = dictA->xref; in Dict()
67 entries.reserve(dictA->entries.size()); in Dict()
72 sorted = dictA->sorted.load(); in Dict()
78 Dict *dictA = new Dict(this); in copy() local
79 dictA->xref = xrefA; in copy()
80 for (auto &entry : dictA->entries) { in copy()
85 return dictA; in copy()
91 Dict *dictA = new Dict(xref); in deepCopy() local
93 dictA->entries.reserve(entries.size()); in deepCopy()
[all …]
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DDict.cc62 Dict::Dict(const Dict *dictA) in Dict() argument
64 xref = dictA->xref; in Dict()
67 entries.reserve(dictA->entries.size()); in Dict()
72 sorted = dictA->sorted.load(); in Dict()
78 Dict *dictA = new Dict(this); in copy() local
79 dictA->xref = xrefA; in copy()
80 for (auto &entry : dictA->entries) { in copy()
85 return dictA; in copy()
91 Dict *dictA = new Dict(xref); in deepCopy() local
93 dictA->entries.reserve(entries.size()); in deepCopy()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DDict.cc89 Dict::Dict(Dict* dictA) { in Dict() argument
90 xref = dictA->xref; in Dict()
91 size = length = dictA->length; in Dict()
97 sorted = dictA->sorted; in Dict()
101 dictA->entries[i].val.copy(&entries[i].val); in Dict()
107 Dict *dictA = new Dict(this); in copy() local
108 dictA->xref = xrefA; in copy()
111 Dict *dict = dictA->entries[i].val.getDict(); in copy()
114 dictA->entries[i].val.free(); in copy()
115 dictA->entries[i].val = obj; in copy()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DDict.cc89 Dict::Dict(Dict* dictA) { in Dict() argument
90 xref = dictA->xref; in Dict()
91 size = length = dictA->length; in Dict()
97 sorted = dictA->sorted; in Dict()
101 dictA->entries[i].val.copy(&entries[i].val); in Dict()
107 Dict *dictA = new Dict(this); in copy() local
108 dictA->xref = xrefA; in copy()
111 Dict *dict = dictA->entries[i].val.getDict(); in copy()
114 dictA->entries[i].val.free(); in copy()
115 dictA->entries[i].val = obj; in copy()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DDict.cc89 Dict::Dict(Dict* dictA) { in Dict() argument
90 xref = dictA->xref; in Dict()
91 size = length = dictA->length; in Dict()
97 sorted = dictA->sorted; in Dict()
101 dictA->entries[i].val.copy(&entries[i].val); in Dict()
107 Dict *dictA = new Dict(this); in copy() local
108 dictA->xref = xrefA; in copy()
111 Dict *dict = dictA->entries[i].val.getDict(); in copy()
114 dictA->entries[i].val.free(); in copy()
115 dictA->entries[i].val = obj; in copy()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/pdf/
H A Dpdfio.cpp54 makeSubStream_object_type dictA in VSIPDFFileStream() argument
57 BaseStream(std::move(dictA), (Goffset)VSIPDFFileStreamGetSize(fIn)), in VSIPDFFileStream()
59 BaseStream(dictA, (setPos_offset_type)VSIPDFFileStreamGetSize(fIn)), in VSIPDFFileStream()
81 makeSubStream_object_type dictA) : in VSIPDFFileStream() argument
83 BaseStream(std::move(dictA), (Goffset)lengthA), in VSIPDFFileStream()
85 BaseStream(dictA, (makeSubStream_offset_type)lengthA), in VSIPDFFileStream()
135 … makeSubStream_offset_type lengthA, makeSubStream_object_type dictA) in makeSubStream() argument
140 lengthA, std::move(dictA)); in makeSubStream()
144 lengthA, dictA); in makeSubStream()
/dports/graphics/gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfio.cpp54 makeSubStream_object_type dictA in VSIPDFFileStream() argument
57 BaseStream(std::move(dictA), (Goffset)VSIPDFFileStreamGetSize(fIn)), in VSIPDFFileStream()
59 BaseStream(dictA, (setPos_offset_type)VSIPDFFileStreamGetSize(fIn)), in VSIPDFFileStream()
81 makeSubStream_object_type dictA) : in VSIPDFFileStream() argument
83 BaseStream(std::move(dictA), (Goffset)lengthA), in VSIPDFFileStream()
85 BaseStream(dictA, (makeSubStream_offset_type)lengthA), in VSIPDFFileStream()
135 … makeSubStream_offset_type lengthA, makeSubStream_object_type dictA) in makeSubStream() argument
140 lengthA, std::move(dictA)); in makeSubStream()
144 lengthA, dictA); in makeSubStream()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/pdf/
H A Dpdfio.cpp54 makeSubStream_object_type dictA in VSIPDFFileStream() argument
57 BaseStream(std::move(dictA), (Goffset)VSIPDFFileStreamGetSize(fIn)), in VSIPDFFileStream()
59 BaseStream(dictA, (setPos_offset_type)VSIPDFFileStreamGetSize(fIn)), in VSIPDFFileStream()
81 makeSubStream_object_type dictA) : in VSIPDFFileStream() argument
83 BaseStream(std::move(dictA), (Goffset)lengthA), in VSIPDFFileStream()
85 BaseStream(dictA, (makeSubStream_offset_type)lengthA), in VSIPDFFileStream()
135 … makeSubStream_offset_type lengthA, makeSubStream_object_type dictA) in makeSubStream() argument
140 lengthA, std::move(dictA)); in makeSubStream()
144 lengthA, dictA); in makeSubStream()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/pdf/
H A Dpdfio.cpp56 VSIPDFFileStream::VSIPDFFileStream(VSILFILE* f, const char* pszFilename, Object *dictA): in VSIPDFFileStream() argument
58 … BaseStream(dictA, (setPos_offset_type)VSIPDFFileStreamGetSize(f)) in VSIPDFFileStream()
60 BaseStream(dictA) in VSIPDFFileStream()
81 vsi_l_offset lengthA, Object *dictA): in VSIPDFFileStream() argument
83 BaseStream(dictA, lengthA) in VSIPDFFileStream()
85 BaseStream(dictA) in VSIPDFFileStream()
132 makeSubStream_offset_type lengthA, Object *dictA) in makeSubStream() argument
136 lengthA, dictA); in makeSubStream()
/dports/graphics/poppler-qt5/poppler-21.12.0/qt5/src/
H A Dpoppler-qiodeviceinstream.cc27 …bool limitedA, Goffset lengthA, Object &&dictA) : BaseSeekInputStream(startA, limitedA, lengthA, s… in QIODeviceInStream() argument
39 …m *QIODeviceInStream::makeSubStream(Goffset startA, bool limitedA, Goffset lengthA, Object &&dictA) in makeSubStream() argument
41 return new QIODeviceInStream(m_device, startA, limitedA, lengthA, std::move(dictA)); in makeSubStream()
/dports/graphics/poppler-qt5/poppler-21.12.0/qt6/src/
H A Dpoppler-qiodeviceinstream.cc27 …bool limitedA, Goffset lengthA, Object &&dictA) : BaseSeekInputStream(startA, limitedA, lengthA, s… in QIODeviceInStream() argument
39 …m *QIODeviceInStream::makeSubStream(Goffset startA, bool limitedA, Goffset lengthA, Object &&dictA) in makeSubStream() argument
41 return new QIODeviceInStream(m_device, startA, limitedA, lengthA, std::move(dictA)); in makeSubStream()
/dports/graphics/poppler-glib/poppler-21.12.0/qt6/src/
H A Dpoppler-qiodeviceinstream.cc27 …bool limitedA, Goffset lengthA, Object &&dictA) : BaseSeekInputStream(startA, limitedA, lengthA, s… in QIODeviceInStream() argument
39 …m *QIODeviceInStream::makeSubStream(Goffset startA, bool limitedA, Goffset lengthA, Object &&dictA) in makeSubStream() argument
41 return new QIODeviceInStream(m_device, startA, limitedA, lengthA, std::move(dictA)); in makeSubStream()
/dports/graphics/poppler/poppler-21.12.0/qt5/src/
H A Dpoppler-qiodeviceinstream.cc27 …bool limitedA, Goffset lengthA, Object &&dictA) : BaseSeekInputStream(startA, limitedA, lengthA, s… in QIODeviceInStream() argument
39 …m *QIODeviceInStream::makeSubStream(Goffset startA, bool limitedA, Goffset lengthA, Object &&dictA) in makeSubStream() argument
41 return new QIODeviceInStream(m_device, startA, limitedA, lengthA, std::move(dictA)); in makeSubStream()
/dports/graphics/poppler/poppler-21.12.0/qt6/src/
H A Dpoppler-qiodeviceinstream.cc27 …bool limitedA, Goffset lengthA, Object &&dictA) : BaseSeekInputStream(startA, limitedA, lengthA, s… in QIODeviceInStream() argument
39 …m *QIODeviceInStream::makeSubStream(Goffset startA, bool limitedA, Goffset lengthA, Object &&dictA) in makeSubStream() argument
41 return new QIODeviceInStream(m_device, startA, limitedA, lengthA, std::move(dictA)); in makeSubStream()
/dports/graphics/poppler-glib/poppler-21.12.0/qt5/src/
H A Dpoppler-qiodeviceinstream.cc27 …bool limitedA, Goffset lengthA, Object &&dictA) : BaseSeekInputStream(startA, limitedA, lengthA, s… in QIODeviceInStream() argument
39 …m *QIODeviceInStream::makeSubStream(Goffset startA, bool limitedA, Goffset lengthA, Object &&dictA) in makeSubStream() argument
41 return new QIODeviceInStream(m_device, startA, limitedA, lengthA, std::move(dictA)); in makeSubStream()
/dports/graphics/poppler-utils/poppler-21.12.0/qt6/src/
H A Dpoppler-qiodeviceinstream.cc27 …bool limitedA, Goffset lengthA, Object &&dictA) : BaseSeekInputStream(startA, limitedA, lengthA, s… in QIODeviceInStream() argument
39 …m *QIODeviceInStream::makeSubStream(Goffset startA, bool limitedA, Goffset lengthA, Object &&dictA) in makeSubStream() argument
41 return new QIODeviceInStream(m_device, startA, limitedA, lengthA, std::move(dictA)); in makeSubStream()
/dports/graphics/poppler-utils/poppler-21.12.0/qt5/src/
H A Dpoppler-qiodeviceinstream.cc27 …bool limitedA, Goffset lengthA, Object &&dictA) : BaseSeekInputStream(startA, limitedA, lengthA, s… in QIODeviceInStream() argument
39 …m *QIODeviceInStream::makeSubStream(Goffset startA, bool limitedA, Goffset lengthA, Object &&dictA) in makeSubStream() argument
41 return new QIODeviceInStream(m_device, startA, limitedA, lengthA, std::move(dictA)); in makeSubStream()
/dports/graphics/poppler/poppler-21.12.0/glib/
H A Dpoppler-input-stream.cc23 …bool limitedA, Goffset lengthA, Object &&dictA) : BaseSeekInputStream(startA, limitedA, lengthA, s… in PopplerInputStream() argument
42 … *PopplerInputStream::makeSubStream(Goffset startA, bool limitedA, Goffset lengthA, Object &&dictA) in makeSubStream() argument
44 …turn new PopplerInputStream(inputStream, cancellable, startA, limitedA, lengthA, std::move(dictA)); in makeSubStream()
/dports/graphics/poppler-glib/poppler-21.12.0/glib/
H A Dpoppler-input-stream.cc23 …bool limitedA, Goffset lengthA, Object &&dictA) : BaseSeekInputStream(startA, limitedA, lengthA, s… in PopplerInputStream() argument
42 … *PopplerInputStream::makeSubStream(Goffset startA, bool limitedA, Goffset lengthA, Object &&dictA) in makeSubStream() argument
44 …turn new PopplerInputStream(inputStream, cancellable, startA, limitedA, lengthA, std::move(dictA)); in makeSubStream()
/dports/graphics/poppler-qt5/poppler-21.12.0/glib/
H A Dpoppler-input-stream.cc23 …bool limitedA, Goffset lengthA, Object &&dictA) : BaseSeekInputStream(startA, limitedA, lengthA, s… in PopplerInputStream() argument
42 … *PopplerInputStream::makeSubStream(Goffset startA, bool limitedA, Goffset lengthA, Object &&dictA) in makeSubStream() argument
44 …turn new PopplerInputStream(inputStream, cancellable, startA, limitedA, lengthA, std::move(dictA)); in makeSubStream()
/dports/graphics/poppler-utils/poppler-21.12.0/glib/
H A Dpoppler-input-stream.cc23 …bool limitedA, Goffset lengthA, Object &&dictA) : BaseSeekInputStream(startA, limitedA, lengthA, s… in PopplerInputStream() argument
42 … *PopplerInputStream::makeSubStream(Goffset startA, bool limitedA, Goffset lengthA, Object &&dictA) in makeSubStream() argument
44 …turn new PopplerInputStream(inputStream, cancellable, startA, limitedA, lengthA, std::move(dictA)); in makeSubStream()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DDict.cc78 Dict::Dict(Dict* dictA) { in Dict() argument
79 xref = dictA->xref; in Dict()
80 size = length = dictA->length; in Dict()
83 sorted = dictA->sorted; in Dict()
86 entries[i].key = strdup(dictA->entries[i].key); in Dict()
88 dictA->entries[i].val.copy(&entries[i].val); in Dict()
/dports/graphics/poppler/poppler-21.12.0/test/
H A Dpdf-fullrewrite.cc105 static bool compareDictionaries(Dict *dictA, Dict *dictB) in compareDictionaries() argument
107 const int length = dictA->getLength(); in compareDictionaries()
116 const char *key = dictA->getKey(i); in compareDictionaries()
117 const Object &valA = dictA->getValNF(i); in compareDictionaries()
197 Dict *dictA = objA->getDict(); in compareObjects() local
199 return compareDictionaries(dictA, dictB); in compareObjects()

123456