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

/inkscape/
H A Dbuildtool.cpp303 static int toi(int x) { function in namespace:buildtool
308 return (toi(tolower(s[0])) << 4) | toi(tolower(s[1]));

Completed in 218 milliseconds