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

/inkscape/src/
H A Dmessage-stack.cpp32 MessageId MessageStack::push(MessageType type, gchar const *message) { function in class:Inkscape::MessageStack
49 id = push(type, message);
/inkscape/src/2geom/
H A Dpiecewise.h141 inline void push(const T &s, double to) { function in class:Geom::Piecewise
147 inline void push(T &&s, double to) { function in class:Geom::Piecewise
265 push(other[i] + y, other.cuts[i + 1] + t);
409 ret.push(elem_portion(pw, si, prev, c[ci]), c[ci]);
418 ret.push(elem_portion(pw, pw.size() - 1, prev, c[ci]), c[ci]);
443 ret.push(elem_portion(pw, i, from, to), to);
475 ret.push(f[i], f.cuts[i+1]);
496 ret.push(elem_portion(f, i, last, f.cuts[i+1]), f.cuts[i+1]);
551 if(a.empty()) { a.push_cut(0.); a.push(T(b), 1.); return a; }
561 if(a.empty()) { a.push_cut(0.); a.push(
[all...]
/inkscape/src/livarot/
H A DShapeSweep.cpp2655 bool push)
2707 if (push)
2654 TesteAdjacency(Shape * a, int no, const Geom::Point atx, int nPt, bool push) argument
/inkscape/src/display/
H A Dcairo-utils.cpp51 void CairoGroup::push() { function in class:Inkscape::CairoGroup

Completed in 21 milliseconds