Home
last modified time | relevance | path

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

/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DTextOutputDev.h54 class TextPool; variable
246 friend class TextPool; variable
261 class TextPool
264 TextPool();
265 ~TextPool();
267 TextPool(const TextPool &) = delete;
268 TextPool &operator=(const TextPool &) = delete;
439 TextPool *pool; // pool of words (used only until lines
692 std::unique_ptr<TextPool> pools[4]; // a "pool" of TextWords for each rotation
H A DTextOutputDev.cc913 TextPool::TextPool() in TextPool() function in TextPool
922 TextPool::~TextPool() in ~TextPool()
936 int TextPool::getBaseIdx(double base) const in getBaseIdx()
948 void TextPool::addWord(TextWord *word) in addWord()
1598 pool = new TextPool(); in TextBlock()
2419 pools[rot] = std::make_unique<TextPool>(); in TextPage()
2484 pools[rot] = std::make_unique<TextPool>(); in clear()
2993 std::unique_ptr<TextPool> &pool = pools[rot]; in coalesce()
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DTextOutputDev.h54 class TextPool; variable
246 friend class TextPool; variable
261 class TextPool
264 TextPool();
265 ~TextPool();
267 TextPool(const TextPool &) = delete;
268 TextPool &operator=(const TextPool &) = delete;
439 TextPool *pool; // pool of words (used only until lines
692 std::unique_ptr<TextPool> pools[4]; // a "pool" of TextWords for each rotation
H A DTextOutputDev.cc913 TextPool::TextPool() in TextPool() function in TextPool
922 TextPool::~TextPool() in ~TextPool()
936 int TextPool::getBaseIdx(double base) const in getBaseIdx()
948 void TextPool::addWord(TextWord *word) in addWord()
1598 pool = new TextPool(); in TextBlock()
2419 pools[rot] = std::make_unique<TextPool>(); in TextPage()
2484 pools[rot] = std::make_unique<TextPool>(); in clear()
2993 std::unique_ptr<TextPool> &pool = pools[rot]; in coalesce()
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DTextOutputDev.h54 class TextPool; variable
246 friend class TextPool; variable
261 class TextPool
264 TextPool();
265 ~TextPool();
267 TextPool(const TextPool &) = delete;
268 TextPool &operator=(const TextPool &) = delete;
439 TextPool *pool; // pool of words (used only until lines
692 std::unique_ptr<TextPool> pools[4]; // a "pool" of TextWords for each rotation
H A DTextOutputDev.cc913 TextPool::TextPool() in TextPool() function in TextPool
922 TextPool::~TextPool() in ~TextPool()
936 int TextPool::getBaseIdx(double base) const in getBaseIdx()
948 void TextPool::addWord(TextWord *word) in addWord()
1598 pool = new TextPool(); in TextBlock()
2419 pools[rot] = std::make_unique<TextPool>(); in TextPage()
2484 pools[rot] = std::make_unique<TextPool>(); in clear()
2993 std::unique_ptr<TextPool> &pool = pools[rot]; in coalesce()
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DTextOutputDev.h54 class TextPool; variable
246 friend class TextPool; variable
261 class TextPool
264 TextPool();
265 ~TextPool();
267 TextPool(const TextPool &) = delete;
268 TextPool &operator=(const TextPool &) = delete;
439 TextPool *pool; // pool of words (used only until lines
692 std::unique_ptr<TextPool> pools[4]; // a "pool" of TextWords for each rotation
H A DTextOutputDev.cc913 TextPool::TextPool() in TextPool() function in TextPool
922 TextPool::~TextPool() in ~TextPool()
936 int TextPool::getBaseIdx(double base) const in getBaseIdx()
948 void TextPool::addWord(TextWord *word) in addWord()
1598 pool = new TextPool(); in TextBlock()
2419 pools[rot] = std::make_unique<TextPool>(); in TextPage()
2484 pools[rot] = std::make_unique<TextPool>(); in clear()
2993 std::unique_ptr<TextPool> &pool = pools[rot]; in coalesce()
/dports/textproc/pdftohtml/pdftohtml-0.40a/xpdf/
H A DTextOutputDev.h30 class TextPool; variable
138 friend class TextPool; variable
150 class TextPool {
153 TextPool();
154 ~TextPool();
270 TextPool *pool; // pool of words (used only until lines
447 TextPool *pools[4]; // a "pool" of TextWords for each rotation
H A DTextOutputDev.cc385 TextPool::TextPool() { in TextPool() function in TextPool
393 TextPool::~TextPool() { in ~TextPool()
406 int TextPool::getBaseIdx(double base) { in getBaseIdx()
419 void TextPool::addWord(TextWord *word) { in addWord()
968 pool = new TextPool(); in TextBlock()
1605 pools[rot] = new TextPool(); in TextPage()
1681 pools[rot] = new TextPool(); in clear()
1954 TextPool *pool; in coalesce()
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A DTextOutputDev.h31 class TextPool; variable
167 friend class TextPool; variable
180 class TextPool {
183 TextPool();
184 ~TextPool();
315 TextPool *pool; // pool of words (used only until lines
507 TextPool *pools[4]; // a "pool" of TextWords for each rotation
H A DTextOutputDev.cc475 TextPool::TextPool() { in TextPool() function in TextPool
483 TextPool::~TextPool() { in ~TextPool()
496 int TextPool::getBaseIdx(double base) { in getBaseIdx()
509 void TextPool::addWord(TextWord *word) { in addWord()
1112 pool = new TextPool(); in TextBlock()
1749 pools[rot] = new TextPool(); in TextPage()
1829 pools[rot] = new TextPool(); in clear()
2114 TextPool *pool; in coalesce()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DTextOutputDev.h48 class TextPool; variable
199 friend class TextPool; variable
214 class TextPool {
217 TextPool();
218 ~TextPool();
383 TextPool *pool; // pool of words (used only until lines
598 TextPool *pools[4]; // a "pool" of TextWords for each rotation
H A DTextOutputDev.cc511 TextPool::TextPool() { in TextPool() function in TextPool
519 TextPool::~TextPool() { in ~TextPool()
532 int TextPool::getBaseIdx(double base) { in getBaseIdx()
545 void TextPool::addWord(TextWord *word) { in addWord()
1155 pool = new TextPool(); in TextBlock()
1952 pools[rot] = new TextPool(); in TextPage()
2041 pools[rot] = new TextPool(); in clear()
2345 TextPool *pool; in coalesce()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DTextOutputDev.h53 class TextPool; variable
226 friend class TextPool; variable
241 class TextPool {
244 TextPool();
245 ~TextPool();
414 TextPool *pool; // pool of words (used only until lines
663 TextPool *pools[4]; // a "pool" of TextWords for each rotation
H A DTextOutputDev.cc852 TextPool::TextPool() { in TextPool() function in TextPool
860 TextPool::~TextPool() { in ~TextPool()
873 int TextPool::getBaseIdx(double base) { in getBaseIdx()
886 void TextPool::addWord(TextWord *word) { in addWord()
1500 pool = new TextPool(); in TextBlock()
2353 pools[rot] = new TextPool(); in TextPage()
2445 pools[rot] = new TextPool(); in clear()
2757 TextPool *pool; in coalesce()
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DTextOutputDev.h53 class TextPool; variable
207 friend class TextPool; variable
222 class TextPool {
225 TextPool();
226 ~TextPool();
391 TextPool *pool; // pool of words (used only until lines
634 TextPool *pools[4]; // a "pool" of TextWords for each rotation
H A DTextOutputDev.cc585 TextPool::TextPool() { in TextPool() function in TextPool
593 TextPool::~TextPool() { in ~TextPool()
606 int TextPool::getBaseIdx(double base) { in getBaseIdx()
619 void TextPool::addWord(TextWord *word) { in addWord()
1233 pool = new TextPool(); in TextBlock()
2061 pools[rot] = new TextPool(); in TextPage()
2152 pools[rot] = new TextPool(); in clear()
2457 TextPool *pool; in coalesce()
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DTextOutputDev.h53 class TextPool; variable
207 friend class TextPool; variable
222 class TextPool {
225 TextPool();
226 ~TextPool();
391 TextPool *pool; // pool of words (used only until lines
634 TextPool *pools[4]; // a "pool" of TextWords for each rotation
H A DTextOutputDev.cc585 TextPool::TextPool() { in TextPool() function in TextPool
593 TextPool::~TextPool() { in ~TextPool()
606 int TextPool::getBaseIdx(double base) { in getBaseIdx()
619 void TextPool::addWord(TextWord *word) { in addWord()
1233 pool = new TextPool(); in TextBlock()
2061 pools[rot] = new TextPool(); in TextPage()
2152 pools[rot] = new TextPool(); in clear()
2457 TextPool *pool; in coalesce()
/dports/graphics/poppler/poppler-21.12.0/
H A DChangeLog31687 TextPool::addWord - Fix memory leak on broken files
/dports/graphics/poppler-utils/poppler-21.12.0/
H A DChangeLog31687 TextPool::addWord - Fix memory leak on broken files
/dports/graphics/poppler-qt5/poppler-21.12.0/
H A DChangeLog31687 TextPool::addWord - Fix memory leak on broken files
/dports/graphics/poppler-glib/poppler-21.12.0/
H A DChangeLog31687 TextPool::addWord - Fix memory leak on broken files