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

/inkscape/src/live_effects/parameter/
H A Dfilletchamferpointarray.cpp508 resultLenght = it1_length + to_len(index - positions.second, _vector[index - positions.second ][X]);
514 resultLenght = it1_length + to_len( index + 1, _vector[index + 1][X]);
675 double FilletChamferPointArrayParam::to_len(int index, double A) function in class:Inkscape::LivePathEffect::FilletChamferPointArrayParam

Completed in 31 milliseconds