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

/inkscape/src/2geom/
H A Dpolynomial.h188 static Poly linear(double ax, double b) { function in class:Geom::Poly
/inkscape/src/
H A Ddesktop-style.cpp36 #include "sp-linear-gradient.h"
552 SPLinearGradient *linear = dynamic_cast<SPLinearGradient *>(server); local
553 if (!linear) {
557 SPGradient *vector = linear->getVector();

Completed in 19 milliseconds