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

/inkscape/src/livarot/
H A DShapeMisc.cpp806 double this_dec; local
811 this_dec = 0;
813 this_dec = dec;
815 this_dec = dec * (0.5 * cos (M_PI * (pow(x, alpha))) + 0.5);
818 this_dec = dec;
821 if (this_dec != 0)
841 Path::DoRightJoin (this, this_dec, join, ptP, stD, seD, miter, stL, seL,
848 Path::DoLeftJoin (this, -this_dec, join, ptP, stD, seD, miter, stL, seL,

Completed in 17 milliseconds