getGlyphPath 1535 lib/pdf/BitmapOutputDev.cc SplashPath*path = font?font->getGlyphPath(code):NULL; getGlyphPath 443 lib/pdf/InfoOutputDev.cc g->path = currentfont->splash_font->getGlyphPath(code); getGlyphPath 49 lib/pdf/xpdf/SplashFTFont.h virtual SplashPath *getGlyphPath(int c); getGlyphPath 80 lib/pdf/xpdf/SplashFont.h virtual SplashPath *getGlyphPath(int c) = 0; getGlyphPath 1406 lib/pdf/xpdf/SplashOutputDev.cc if ((path = font->getGlyphPath(code))) { getGlyphPath 1416 lib/pdf/xpdf/SplashOutputDev.cc if ((path = font->getGlyphPath(code))) { getGlyphPath 44 lib/pdf/xpdf/SplashT1Font.h virtual SplashPath *getGlyphPath(int c);