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

/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp957 double bestMatch = 0; local
972 if (relMatch > bestMatch) {
973 bestMatch = relMatch;
979 if (bestMatch == 0)

Completed in 22 milliseconds