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

/inkscape/src/livarot/
H A DPathConversion.cpp860 const double eC = dot(ieD,ieD); local
861 if ( sC < tresh && eC < tresh ) {
867 const double eC = fabs(cross(se, ieD)) / dC; local
868 if ( sC < tresh && eC < tresh ) {
1002 const double eC = dot(ieD, ieD); local
1003 if ( sC < tresh && eC < tresh ) {
1008 const double eC = fabs(cross(se, ieD)) / dC; local
1009 if ( sC < tresh && eC < tresh ) {
1123 const double eC = dot(ieD, ieD); local
1124 if ( sC < tresh && eC < tres
1129 const double eC = fabs(cross(se, ieD)) / dC; local
[all...]

Completed in 17 milliseconds