Home
last modified time | relevance | path

Searched refs:pagesSize (Results 1 – 24 of 24) sorted by relevance

/dports/textproc/pdftohtml/pdftohtml-0.40a/xpdf/
H A DCatalog.cc40 numPages = pagesSize = 0; in Catalog()
65 pagesSize = numPages0 = (int)obj.getNum(); in Catalog()
67 pages = (Page **)gmallocn(pagesSize, sizeof(Page *)); in Catalog()
68 pageRefs = (Ref *)gmallocn(pagesSize, sizeof(Ref)); in Catalog()
69 for (i = 0; i < pagesSize; ++i) { in Catalog()
129 for (i = 0; i < pagesSize; ++i) { in ~Catalog()
196 if (start >= pagesSize) { in readPageTree()
197 pagesSize += 32; in readPageTree()
198 pages = (Page **)greallocn(pages, pagesSize, sizeof(Page *)); in readPageTree()
199 pageRefs = (Ref *)greallocn(pageRefs, pagesSize, sizeof(Ref)); in readPageTree()
[all …]
H A DCatalog.h78 int pagesSize; // size of pages array variable
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A DCatalog.cc41 numPages = pagesSize = 0; in Catalog()
66 pagesSize = numPages0 = (int)obj.getNum(); in Catalog()
68 pages = (Page **)gmallocn(pagesSize, sizeof(Page *)); in Catalog()
69 pageRefs = (Ref *)gmallocn(pagesSize, sizeof(Ref)); in Catalog()
70 for (i = 0; i < pagesSize; ++i) { in Catalog()
139 for (i = 0; i < pagesSize; ++i) { in ~Catalog()
218 if (start >= pagesSize) { in readPageTree()
219 pagesSize += 32; in readPageTree()
220 pages = (Page **)greallocn(pages, pagesSize, sizeof(Page *)); in readPageTree()
221 pageRefs = (Ref *)greallocn(pageRefs, pagesSize, sizeof(Ref)); in readPageTree()
[all …]
H A DCatalog.h82 int pagesSize; // size of pages array variable
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DCatalog.cc89 pagesSize = 0; in Catalog()
169 for (int i = 0; i < pagesSize; ++i) { in ~Catalog()
308 pagesSize = getNumPages(); in cachePageTree()
309 pages = (Page **)gmallocn_checkoverflow(pagesSize, sizeof(Page *)); in cachePageTree()
310 pageRefs = (Ref *)gmallocn_checkoverflow(pagesSize, sizeof(Ref)); in cachePageTree()
314 pagesSize = 0; in cachePageTree()
317 for (int i = 0; i < pagesSize; ++i) { in cachePageTree()
851 pagesSize = 1; in getNumPages()
H A DCatalog.h239 int pagesSize; // size of pages array variable
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DCatalog.cc88 pagesSize = 0; in Catalog()
168 for (int i = 0; i < pagesSize; ++i) { in ~Catalog()
307 pagesSize = getNumPages(); in cachePageTree()
308 pages = (Page **)gmallocn(pagesSize, sizeof(Page *)); in cachePageTree()
309 pageRefs = (Ref *)gmallocn(pagesSize, sizeof(Ref)); in cachePageTree()
310 for (int i = 0; i < pagesSize; ++i) { in cachePageTree()
843 pagesSize = 1; in getNumPages()
H A DCatalog.h239 int pagesSize; // size of pages array variable
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DCatalog.cc88 pagesSize = 0; in Catalog()
168 for (int i = 0; i < pagesSize; ++i) { in ~Catalog()
307 pagesSize = getNumPages(); in cachePageTree()
308 pages = (Page **)gmallocn(pagesSize, sizeof(Page *)); in cachePageTree()
309 pageRefs = (Ref *)gmallocn(pagesSize, sizeof(Ref)); in cachePageTree()
310 for (int i = 0; i < pagesSize; ++i) { in cachePageTree()
843 pagesSize = 1; in getNumPages()
H A DCatalog.h239 int pagesSize; // size of pages array variable
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DCatalog.cc68 pagesSize = 0; in Catalog()
144 for (int i = 0; i < pagesSize; ++i) { in ~Catalog()
261 pagesSize = getNumPages(); in cachePageTree()
262 pages = (Page **)gmallocn(pagesSize, sizeof(Page *)); in cachePageTree()
263 pageRefs = (Ref *)gmallocn(pagesSize, sizeof(Ref)); in cachePageTree()
264 for (int i = 0; i < pagesSize; ++i) { in cachePageTree()
H A DCatalog.h244 int pagesSize; // size of pages array variable
/dports/graphics/xpdf3/xpdf-3.04/xpdf/
H A DCatalog.h105 int pagesSize; // size of pages array variable
/dports/devel/tex-web2c/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DCatalog.h105 int pagesSize; // size of pages array variable
/dports/japanese/tex-ptex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DCatalog.h105 int pagesSize; // size of pages array variable
/dports/print/tex-basic-engines/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DCatalog.h105 int pagesSize; // size of pages array variable
/dports/print/tex-aleph/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DCatalog.h105 int pagesSize; // size of pages array variable
/dports/print/tex-xetex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DCatalog.h105 int pagesSize; // size of pages array variable
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DCatalog.h105 int pagesSize; // size of pages array variable
/dports/audio/traverso/traverso-0.49.6/src/core/
H A DPeak.cpp149 int pagesSize = getpagesize(); in read_header() local
150 int realOffset = offset / pagesSize; in read_header()
151 int extra = offset % pagesSize; in read_header()
154 PROT_READ, MAP_SHARED, data->file.handle(), realOffset * pagesSize); in read_header()
/dports/devel/libvirt/libvirt-7.10.0/src/conf/
H A Dcapabilities.h190 unsigned int *pagesSize; /* page sizes support on the system */ member
H A Dcapabilities.c270 g_free(caps->host.pagesSize); in virCapsDispose()
1116 host->pagesSize[i]); in virCapabilitiesFormatHostXML()
2051 caps->host.pagesSize = g_steal_pointer(&pages_size); in virCapabilitiesInitPages()
/dports/devel/libvirt/libvirt-7.10.0/src/test/
H A Dtest_driver.c310 caps->host.pagesSize = g_new0(unsigned int, 4); in testBuildCapabilities()
312 caps->host.pagesSize[caps->host.nPagesSize++] = 4; in testBuildCapabilities()
313 caps->host.pagesSize[caps->host.nPagesSize++] = 8; in testBuildCapabilities()
314 caps->host.pagesSize[caps->host.nPagesSize++] = 2048; in testBuildCapabilities()
315 caps->host.pagesSize[caps->host.nPagesSize++] = 1024 * 1024; in testBuildCapabilities()
330 pages[0].size = caps->host.pagesSize[1]; in testBuildCapabilities()
332 pages[0].size = caps->host.pagesSize[0]; in testBuildCapabilities()
335 pages[j].size = caps->host.pagesSize[j + 1]; in testBuildCapabilities()
/dports/graphics/okular/okular-21.12.3/core/
H A Ddocument.cpp2741 const QString pagesSize = d->pagesSizeString(); in documentInfo() local
2742 if (!pagesSize.isEmpty()) { in documentInfo()
2743 info.set(DocumentInfo::PagesSize, pagesSize); in documentInfo()