matches          1571 lib/pdf/xpdf/GfxFont.cc     if (fonts[i] && fonts[i]->matches(tag)) {
matches           107 lib/pdf/xpdf/GfxFont.h   GBool matches(char *tagA) { return !tag->cmp(tagA); }
matches            52 lib/pdf/xpdf/SplashFont.h   GBool matches(SplashFontFile *fontFileA, SplashCoord *matA,
matches           100 lib/pdf/xpdf/SplashFontEngine.cc       if (fontFile && fontFile->getID()->matches(id)) {
matches           295 lib/pdf/xpdf/SplashFontEngine.cc   if (font && font->matches(fontFile, mat, textMat)) {
matches           300 lib/pdf/xpdf/SplashFontEngine.cc     if (font && font->matches(fontFile, mat, textMat)) {
matches            27 lib/pdf/xpdf/SplashFontFileID.h   virtual GBool matches(SplashFontFileID *id) = 0;
matches          1449 lib/pdf/xpdf/SplashOutputDev.cc 	t3FontCache[0]->matches(fontID, ctm[0], ctm[1], ctm[2], ctm[3]))) {
matches          1453 lib/pdf/xpdf/SplashOutputDev.cc       if (t3FontCache[i]->matches(fontID, ctm[0], ctm[1], ctm[2], ctm[3])) {
matches          1851 lib/pdf/xpdf/TextOutputDev.cc     if (curFont->matches(state)) {
matches            53 lib/pdf/xpdf/TextOutputDev.h   GBool matches(GfxState *state);