Home
last modified time | relevance | path

Searched refs:convertPage (Results 1 – 25 of 46) sorted by relevance

12

/dports/graphics/pdf2svg/pdf2svg-0.2.3/
H A Dpdf2svg.c50 int convertPage(PopplerPage *page, const char* svgFilename) in convertPage() function
122 conversionErrors = convertPage(page, svgFilename); in main()
152 curError = convertPage(page, svgFilenameBuffer); in main()
160 conversionErrors = convertPage(page, svgFilename); in main()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/sequence/
H A Dsequences_eob.cpp167 _screen->convertPage(5, 6, _vm->_cgaMappingAlt); in start()
186 _screen->convertPage(3, 0, _vm->_cgaMappingAlt); in openingCredits()
200 _screen->convertPage(3, 4, _vm->_cgaMappingAlt); in openingCredits()
217 _screen->convertPage(3, 4, _vm->_cgaMappingAlt); in tower()
305 _screen->convertPage(3, 4, _vm->_cgaMappingAlt); in orb()
382 _screen->convertPage(3, 4, _vm->_cgaMappingAlt); in waterdeepEntry()
411 _screen->convertPage(3, 4, _vm->_cgaMappingAlt); in waterdeepEntry()
470 _screen->convertPage(3, 4, _vm->_cgaMappingAlt); in king()
713 _screen->convertPage(3, 4, _vm->_cgaMappingAlt); in waterdeepExit()
862 _screen->convertPage(3, 4, _vm->_cgaMappingAlt); in tunnel()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DHTMLGen.h43 int convertPage(int pg, const char *pngURL,
H A Dpdftohtml.cc187 err = htmlGen->convertPage(pg, pngURL->getCString(), in main()
/dports/graphics/xpdf3/xpdf-3.04/xpdf/
H A DHTMLGen.h43 int convertPage(int pg, const char *pngURL,
H A Dpdftohtml.cc184 err = htmlGen->convertPage(pg, pngURL->getCString(), in main()
/dports/devel/tex-web2c/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DHTMLGen.h43 int convertPage(int pg, const char *pngURL,
H A Dpdftohtml.cc187 err = htmlGen->convertPage(pg, pngURL->getCString(), in main()
/dports/japanese/tex-ptex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DHTMLGen.h43 int convertPage(int pg, const char *pngURL,
H A Dpdftohtml.cc187 err = htmlGen->convertPage(pg, pngURL->getCString(), in main()
/dports/print/tex-basic-engines/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DHTMLGen.h43 int convertPage(int pg, const char *pngURL,
H A Dpdftohtml.cc187 err = htmlGen->convertPage(pg, pngURL->getCString(), in main()
/dports/print/tex-aleph/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DHTMLGen.h43 int convertPage(int pg, const char *pngURL,
H A Dpdftohtml.cc187 err = htmlGen->convertPage(pg, pngURL->getCString(), in main()
/dports/print/tex-xetex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DHTMLGen.h43 int convertPage(int pg, const char *pngURL,
H A Dpdftohtml.cc187 err = htmlGen->convertPage(pg, pngURL->getCString(), in main()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/sequence/
H A Dsequences_eob.cpp436 _screen->convertPage(5, 6, _vm->_cgaMappingAlt); in start()
460 _screen->convertPage(3, 0, _vm->_cgaMappingAlt); in openingCredits()
502 _screen->convertPage(3, 4, _vm->_cgaMappingAlt); in tower()
594 _screen->convertPage(3, 4, _vm->_cgaMappingAlt); in orb()
667 _screen->convertPage(3, 4, _vm->_cgaMappingAlt); in waterdeepEntry()
696 _screen->convertPage(3, 4, _vm->_cgaMappingAlt); in waterdeepEntry()
1346 _screen->convertPage(5, 2, 0); in beholder()
1368 _screen->convertPage(5, 2, 0); in teleport()
1388 _screen->convertPage(5, 2, 0); in king()
1408 _screen->convertPage(5, 2, 0); in king()
[all …]
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DHTMLGen.h54 int convertPage(int pg, const char *pngURL, const char *htmlDir,
H A Dpdftohtml.cc198 err = htmlGen->convertPage(pg, pngURL->getCString(), htmlDir, in main()
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DHTMLGen.h54 int convertPage(int pg, const char *pngURL, const char *htmlDir,
H A Dpdftohtml.cc198 err = htmlGen->convertPage(pg, pngURL->getCString(), htmlDir, in main()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/graphics/
H A Dscreen_eob.h55 void convertPage(int srcPage, int dstPage, const uint8 *cgaMapping);
H A Dscreen_eob.cpp333 convertPage(destPage, 4, cgaMapping); in loadEoBBitmap()
336 convertPage(destPage, 2, cgaMapping); in loadEoBBitmap()
339 convertPage(destPage, convertToPage, cgaMapping); in loadEoBBitmap()
343 void Screen_EoB::convertPage(int srcPage, int dstPage, const uint8 *cgaMapping) { in convertPage() function in Kyra::Screen_EoB
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/graphics/
H A Dscreen_eob.cpp401 convertPage(destPage, 4, cgaMapping); in loadEoBBitmap()
404 convertPage(destPage, 2, cgaMapping); in loadEoBBitmap()
407 convertPage(destPage, convertToPage, cgaMapping); in loadEoBBitmap()
411 void Screen_EoB::convertPage(int srcPage, int dstPage, const uint8 *cgaMapping) { in convertPage() function in Kyra::Screen_EoB
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/
H A Dpnmtops.c1931 convertPage(FILE * const ifP, in convertPage() function
2084 convertPage(ifP, cmdline.mustturn, cmdline.canturn, in main()

12