Searched refs:ideal_length (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/widgets/ | ||
H A D | ruler.cpp | 1131 gint length, ideal_length; local 1290 ideal_length = height / (i + 1) - 1; 1291 if (ideal_length > ++length) 1292 length = ideal_length; |
Completed in 56 milliseconds