Searched refs:extLen (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dfiledialog.cpp43 int extLen = ext.length(); local
44 if (extLen > strLen)
47 for (int extpos = extLen-1 ; extpos>=0 ; extpos--, strpos--)
/inkscape/src/ui/widget/
H A Dimageicon.cpp328 int extLen = ext.length(); local
329 if (extLen > strLen)
334 for (int extpos = extLen-1 ; extpos>=0 ; extpos--, strpos--)

Completed in 15 milliseconds