Searched refs:intpart (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | lpe-fillet-chamfer-properties.cpp | 209 double intpart; local 210 position = modf(knotpoint[Geom::X], &intpart) * 100; 212 _index = intpart;
|
/inkscape/src/live_effects/parameter/ |
H A D | filletchamferpointarray.cpp | 195 double fractpart, intpart; local 196 fractpart = modf(tmp[i - 1][X], &intpart); 493 double time_it1, time_it2, time_it1_B, intpart; local 501 time_it1 = modf(to_time(index, _vector[index][X]), &intpart); 507 time_it2 = modf(to_time(index - positions.second , _vector[index - positions.second ][X]), &intpart); 513 time_it2 = modf(to_time(index + 1, _vector[index + 1][X]), &intpart); 517 time_it1_B = modf(to_time(index, -resultLenght), &intpart); 648 double intpart; local 650 time = modf(time, &intpart);
|
/inkscape/src/ui/tool/ |
H A D | node.cpp | 1539 double intpart; local 1540 *fracpart = std::modf(t, &intpart); 1541 int index = intpart;
|
Completed in 17 milliseconds