Searched refs:sC (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/livarot/
H A DPathConversion.cpp859 const double sC = dot(isD,isD); local
861 if ( sC < tresh && eC < tresh ) {
866 const double sC = fabs(cross(se, isD)) / dC; local
868 if ( sC < tresh && eC < tresh ) {
1001 const double sC = dot(isD, isD); local
1003 if ( sC < tresh && eC < tresh ) {
1007 const double sC = fabs(cross(se, isD)) / dC; local
1009 if ( sC < tresh && eC < tresh ) {
1122 const double sC = dot(isD, isD); local
1124 if ( sC < tres
1128 const double sC = fabs(cross(se, isD)) / dC; local
[all...]

Completed in 40 milliseconds