Searched defs:relMatch (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp971 double relMatch = (float)Match / (fontname.length() + PDFname.length()); local
972 if (relMatch > bestMatch) {
973 bestMatch = relMatch;

Completed in 32 milliseconds