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

/inkscape/src/trace/
H A Dsiox.cpp79 static float qn_table[ROOT_TAB_SIZE +1]; member in namespace:org::siox
83 double y = qn_table[int(x*ROOT_TAB_SIZE )]; // assuming x \in [0, 1]
104 qn_table[0] = pow(float(1)/float(ROOT_TAB_SIZE*2), 0.2);
108 qn_table[i] = pow(float(i)/float(ROOT_TAB_SIZE), 0.2);

Completed in 18 milliseconds