Home
last modified time | relevance | path

Searched refs:getExtFontFile (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/pdftohtml/pdftohtml-0.40a/xpdf/
H A DGfxFont.h127 GString *getExtFontFile() { return extFontFile; } in getExtFontFile() function
H A DPSOutputDev.cc1529 font->getExtFontFile()) { in setupFont()
1532 setupExternalType1Font(font->getExtFontFile(), psName); in setupFont()
1544 font->getExtFontFile()) { in setupFont()
1983 fileName = font->getExtFontFile(); in setupExternalTrueTypeFont()
H A DSplashOutputDev.cc1032 } else if (!(fileName = gfxFont->getExtFontFile())) {
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/xpdf/
H A DGfxFont.h131 GString *getExtFontFile() { return extFontFile; } in getExtFontFile() function
H A DSplashOutputDev.cc1030 } else if (!(fileName = gfxFont->getExtFontFile())) {
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/poppler/
H A DGfxFont.h184 GooString *getExtFontFile() { return extFontFile; } in getExtFontFile() function
H A DPreScanOutputDev.cc113 font->getExtFontFile() || in beginStringOp()
H A DArthurOutputDev.cc315 } else if (!(fileName = gfxFont->getExtFontFile())) { in updateFont()
H A DCairoFontEngine.cc421 } else if (!(fileName = gfxFont->getExtFontFile())) { in create()
H A DPSOutputDev.cc1704 font->getExtFontFile() && in setupFont()
1708 setupExternalType1Font(font->getExtFontFile(), psName); in setupFont()
1722 font->getExtFontFile()) { in setupFont()
1759 font->getExtFontFile()) { in setupFont()
1760 psName = setupExternalCIDTrueTypeFont(font, font->getExtFontFile()); in setupFont()
2265 fileName = font->getExtFontFile(); in setupExternalTrueTypeFont()
H A DSplashOutputDev.cc1400 } else if (!(fileName = gfxFont->getExtFontFile())) {
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/
H A DCharOutputDev.cc655 gstr = font->getExtFontFile(); in dumpFontInfo()