Searched defs:bestMatch (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/extension/internal/pdfinput/ | ||
H A D | svg-builder.cpp | 957 double bestMatch = 0; local 972 if (relMatch > bestMatch) { 973 bestMatch = relMatch; 979 if (bestMatch == 0) |
Completed in 16 milliseconds