Home
last modified time | relevance | path

Searched refs:t3gs (Results 1 – 21 of 21) sorted by relevance

/dports/textproc/pdftohtml/pdftohtml-0.40a/xpdf/
H A DSplashOutputDev.cc1393 T3GlyphStack *t3gs; local
1498 t3gs = new T3GlyphStack();
1499 t3gs->next = t3GlyphStack;
1500 t3GlyphStack = t3gs;
1512 T3GlyphStack *t3gs; local
1529 t3gs = t3GlyphStack;
1530 t3GlyphStack = t3gs->next;
1531 delete t3gs;
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A DSplashOutputDev.cc1435 T3GlyphStack *t3gs; local
1543 t3gs = new T3GlyphStack();
1544 t3gs->next = t3GlyphStack;
1545 t3GlyphStack = t3gs;
1555 T3GlyphStack *t3gs; local
1572 t3gs = t3GlyphStack;
1573 t3GlyphStack = t3gs->next;
1574 delete t3gs;
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-14494/
H A DSplashOutputDev.cc2442 T3GlyphStack *t3gs; in beginType3Char() local
2491 t3gs = t3GlyphStack; in beginType3Char()
2492 while (t3gs != nullptr) { in beginType3Char()
2497 t3gs = t3gs->next; in beginType3Char()
2578 t3gs = new T3GlyphStack(); in beginType3Char()
2579 t3gs->next = t3GlyphStack; in beginType3Char()
2580 t3GlyphStack = t3gs; in beginType3Char()
2592 T3GlyphStack *t3gs; in endType3Char() local
2609 t3gs = t3GlyphStack; in endType3Char()
2610 t3GlyphStack = t3gs->next; in endType3Char()
[all …]
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-14494/
H A DSplashOutputDev.cc2442 T3GlyphStack *t3gs; in beginType3Char() local
2491 t3gs = t3GlyphStack; in beginType3Char()
2492 while (t3gs != nullptr) { in beginType3Char()
2497 t3gs = t3gs->next; in beginType3Char()
2578 t3gs = new T3GlyphStack(); in beginType3Char()
2579 t3gs->next = t3GlyphStack; in beginType3Char()
2580 t3GlyphStack = t3gs; in beginType3Char()
2592 T3GlyphStack *t3gs; in endType3Char() local
2609 t3gs = t3GlyphStack; in endType3Char()
2610 t3GlyphStack = t3gs->next; in endType3Char()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DSplashOutputDev.cc2346 T3GlyphStack *t3gs; in beginType3Char() local
2388 t3gs = t3GlyphStack; in beginType3Char()
2389 while (t3gs != NULL) { in beginType3Char()
2394 t3gs = t3gs->next; in beginType3Char()
2475 t3gs = new T3GlyphStack(); in beginType3Char()
2476 t3gs->next = t3GlyphStack; in beginType3Char()
2477 t3GlyphStack = t3gs; in beginType3Char()
2489 T3GlyphStack *t3gs; in endType3Char() local
2507 t3gs = t3GlyphStack; in endType3Char()
2508 t3GlyphStack = t3gs->next; in endType3Char()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DSplashOutputDev.cc2346 T3GlyphStack *t3gs; in beginType3Char() local
2388 t3gs = t3GlyphStack; in beginType3Char()
2389 while (t3gs != NULL) { in beginType3Char()
2394 t3gs = t3gs->next; in beginType3Char()
2475 t3gs = new T3GlyphStack(); in beginType3Char()
2476 t3gs->next = t3GlyphStack; in beginType3Char()
2477 t3GlyphStack = t3gs; in beginType3Char()
2489 T3GlyphStack *t3gs; in endType3Char() local
2507 t3gs = t3GlyphStack; in endType3Char()
2508 t3GlyphStack = t3gs->next; in endType3Char()
[all …]
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DSplashOutputDev.cc2279 T3GlyphStack *t3gs; in beginType3Char() local
2326 t3gs = t3GlyphStack; in beginType3Char()
2327 while (t3gs != nullptr) { in beginType3Char()
2332 t3gs = t3gs->next; in beginType3Char()
2406 t3gs = new T3GlyphStack(); in beginType3Char()
2407 t3gs->next = t3GlyphStack; in beginType3Char()
2408 t3GlyphStack = t3gs; in beginType3Char()
2421 T3GlyphStack *t3gs; in endType3Char() local
2434 t3gs = t3GlyphStack; in endType3Char()
2435 t3GlyphStack = t3gs->next; in endType3Char()
[all …]
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DSplashOutputDev.cc2279 T3GlyphStack *t3gs; in beginType3Char() local
2326 t3gs = t3GlyphStack; in beginType3Char()
2327 while (t3gs != nullptr) { in beginType3Char()
2332 t3gs = t3gs->next; in beginType3Char()
2406 t3gs = new T3GlyphStack(); in beginType3Char()
2407 t3gs->next = t3GlyphStack; in beginType3Char()
2408 t3GlyphStack = t3gs; in beginType3Char()
2421 T3GlyphStack *t3gs; in endType3Char() local
2434 t3gs = t3GlyphStack; in endType3Char()
2435 t3GlyphStack = t3gs->next; in endType3Char()
[all …]
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DSplashOutputDev.cc2279 T3GlyphStack *t3gs; in beginType3Char() local
2326 t3gs = t3GlyphStack; in beginType3Char()
2327 while (t3gs != nullptr) { in beginType3Char()
2332 t3gs = t3gs->next; in beginType3Char()
2406 t3gs = new T3GlyphStack(); in beginType3Char()
2407 t3gs->next = t3GlyphStack; in beginType3Char()
2408 t3GlyphStack = t3gs; in beginType3Char()
2421 T3GlyphStack *t3gs; in endType3Char() local
2434 t3gs = t3GlyphStack; in endType3Char()
2435 t3GlyphStack = t3gs->next; in endType3Char()
[all …]
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DSplashOutputDev.cc2279 T3GlyphStack *t3gs; in beginType3Char() local
2326 t3gs = t3GlyphStack; in beginType3Char()
2327 while (t3gs != nullptr) { in beginType3Char()
2332 t3gs = t3gs->next; in beginType3Char()
2406 t3gs = new T3GlyphStack(); in beginType3Char()
2407 t3gs->next = t3GlyphStack; in beginType3Char()
2408 t3GlyphStack = t3gs; in beginType3Char()
2421 T3GlyphStack *t3gs; in endType3Char() local
2434 t3gs = t3GlyphStack; in endType3Char()
2435 t3GlyphStack = t3gs->next; in endType3Char()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DSplashOutputDev.cc1773 T3GlyphStack *t3gs; local
1883 t3gs = new T3GlyphStack();
1884 t3gs->next = t3GlyphStack;
1885 t3GlyphStack = t3gs;
1895 T3GlyphStack *t3gs; local
1912 t3gs = t3GlyphStack;
1913 t3GlyphStack = t3gs->next;
1914 delete t3gs;
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DSplashOutputDev.cc2543 T3GlyphStack *t3gs; in beginType3Char() local
2585 t3gs = t3GlyphStack; in beginType3Char()
2586 while (t3gs != NULL) { in beginType3Char()
2591 t3gs = t3gs->next; in beginType3Char()
2672 t3gs = new T3GlyphStack(); in beginType3Char()
2673 t3gs->next = t3GlyphStack; in beginType3Char()
2674 t3GlyphStack = t3gs; in beginType3Char()
2686 T3GlyphStack *t3gs; in endType3Char() local
2704 t3gs = t3GlyphStack; in endType3Char()
2705 t3GlyphStack = t3gs->next; in endType3Char()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DSplashOutputDev.cc1916 T3GlyphStack *t3gs; local
2035 t3gs = new T3GlyphStack();
2036 t3gs->next = t3GlyphStack;
2037 t3GlyphStack = t3gs;
2049 T3GlyphStack *t3gs; local
2067 t3gs = t3GlyphStack;
2068 t3GlyphStack = t3gs->next;
2069 delete t3gs;
/dports/graphics/xpdf3/xpdf-3.04/xpdf/
H A DSplashOutputDev.cc1916 T3GlyphStack *t3gs; local
2035 t3gs = new T3GlyphStack();
2036 t3gs->next = t3GlyphStack;
2037 t3GlyphStack = t3gs;
2049 T3GlyphStack *t3gs; local
2067 t3gs = t3GlyphStack;
2068 t3GlyphStack = t3gs->next;
2069 delete t3gs;
/dports/devel/tex-web2c/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DSplashOutputDev.cc1916 T3GlyphStack *t3gs; local
2035 t3gs = new T3GlyphStack();
2036 t3gs->next = t3GlyphStack;
2037 t3GlyphStack = t3gs;
2049 T3GlyphStack *t3gs; local
2067 t3gs = t3GlyphStack;
2068 t3GlyphStack = t3gs->next;
2069 delete t3gs;
/dports/japanese/tex-ptex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DSplashOutputDev.cc1916 T3GlyphStack *t3gs; local
2035 t3gs = new T3GlyphStack();
2036 t3gs->next = t3GlyphStack;
2037 t3GlyphStack = t3gs;
2049 T3GlyphStack *t3gs; local
2067 t3gs = t3GlyphStack;
2068 t3GlyphStack = t3gs->next;
2069 delete t3gs;
/dports/print/tex-basic-engines/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DSplashOutputDev.cc1916 T3GlyphStack *t3gs; local
2035 t3gs = new T3GlyphStack();
2036 t3gs->next = t3GlyphStack;
2037 t3GlyphStack = t3gs;
2049 T3GlyphStack *t3gs; local
2067 t3gs = t3GlyphStack;
2068 t3GlyphStack = t3gs->next;
2069 delete t3gs;
/dports/print/tex-aleph/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DSplashOutputDev.cc1916 T3GlyphStack *t3gs; local
2035 t3gs = new T3GlyphStack();
2036 t3gs->next = t3GlyphStack;
2037 t3GlyphStack = t3gs;
2049 T3GlyphStack *t3gs; local
2067 t3gs = t3GlyphStack;
2068 t3GlyphStack = t3gs->next;
2069 delete t3gs;
/dports/print/tex-xetex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DSplashOutputDev.cc1916 T3GlyphStack *t3gs; local
2035 t3gs = new T3GlyphStack();
2036 t3gs->next = t3GlyphStack;
2037 t3GlyphStack = t3gs;
2049 T3GlyphStack *t3gs; local
2067 t3gs = t3GlyphStack;
2068 t3GlyphStack = t3gs->next;
2069 delete t3gs;
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DSplashOutputDev.cc2311 T3GlyphStack *t3gs; local
2455 t3gs = new T3GlyphStack();
2456 t3gs->next = t3GlyphStack;
2457 t3GlyphStack = t3gs;
2473 T3GlyphStack *t3gs; local
2495 t3gs = t3GlyphStack;
2496 t3GlyphStack = t3gs->next;
2497 --t3gs->cache->refCount;
2498 delete t3gs;
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DSplashOutputDev.cc2311 T3GlyphStack *t3gs; local
2455 t3gs = new T3GlyphStack();
2456 t3gs->next = t3GlyphStack;
2457 t3GlyphStack = t3gs;
2473 T3GlyphStack *t3gs; local
2495 t3gs = t3GlyphStack;
2496 t3GlyphStack = t3gs->next;
2497 --t3gs->cache->refCount;
2498 delete t3gs;