Searched refs:push (Results 1 - 25 of 28) sorted by relevance

12

/inkscape/cxxtest/cxxtest/
H A DStdHeaders.h10 # pragma warning( push, 1 )
/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);
H A Dmessage-context.cpp34 _message_id = _stack->push(type, message);
H A Dmessage-stack.h84 MessageId push(MessageType type, char const *message);
/inkscape/share/extensions/
H A Dsimplepath.rb109 params.push param
118 when 'H': params.push pen[1]
150 retval.push [outputCommand,params]
H A DjessyInk.js198 tempSlides.push(nodes[counter].getAttribute("id"));
594 elems.push(node.getAttribute("id"));
1314 exportedLayers.push(exportNode);
1339 exportedLayers.push(exportNode);
1367 nodesToBeRemoved.push(child);
1474 history_original_elements.push(mouse_original_path);
1488 history_presentation_elements.push(mouse_presentation_path);
/inkscape/src/extension/internal/
H A Dlatex-pstricks.cpp133 m_tr_stack.push( Geom::Scale(1, -1) * Geom::Translate(0, doc->getHeight().value("px"))); /// @fixme hardcoded doc2dt transform
156 m_tr_stack.push(transform * tr_top);
158 m_tr_stack.push(transform);
H A Dlatex-text-renderer.cpp691 _transform_stack.push(tr * tr_top);
693 _transform_stack.push(tr);
H A Dmetafile-print.cpp58 m_tr_stack.push(transform * tr_top);
60 m_tr_stack.push(transform);
/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...]
H A Dd2-sbasis.cpp90 result.push(rot90(M[i]),M.cuts[i+1]);
115 result.push(dot(aa.segs[i],bb.segs[i]),aa.cuts[i+1]);
138 result.push(dot(a.segs[i],b), a.cuts[i+1]);
153 result.push(cross(aa.segs[i],bb.segs[i]),aa.cuts[i+1]);
163 result.push(a[i] * m, a.cuts[i+1]);
H A Dsbasis-math.cpp300 reciprocal_fn.push(Linear(1/a),a);
308 reciprocal_fn.push(reciprocal1_R/a,R*a);
363 result.push(bump_out*values[i]+bump_in*values[i+1],times[i+1]);
H A Dsbasis-geometric.cpp422 u.push(sub_u,s(t1));
H A Dpath.cpp380 ret.push(it->toSBasis(), i++);
/inkscape/src/live_effects/
H A Dlpe-sketch.cpp317 bump.push( Linear(0), k_min );
318 bump.push(bump_seg,k_max);
319 bump.push( Linear(0), k_bnds->max()+1 );
H A Dlpe-lattice.cpp169 output.push(tB,i+1);
H A Dlpe-fillet-chamfer.cpp425 u.push(pwd2_in[fillet_chamfer_values.last_index(counter, original_pathv)], 1);
H A Dlpe-lattice2.cpp220 output.push(tB,i+1);
/inkscape/src/libcola/
H A Dcycle_detector.cpp179 seenInRun.push(k);
/inkscape/po/
H A Dcheck-markup239 push @strs, ($1);
/inkscape/src/display/
H A Dcairo-utils.h31 * Use this class to ensure that each group push is matched with a pop.
37 void push();
/inkscape/src/libavoid/
H A Dvpsc.cpp697 h->push(c);
769 in->push(b->in->top());
781 out->push(b->out->top());
825 in->push(v);
/inkscape/src/live_effects/parameter/
H A Dfilletchamferpointarray.cpp450 u.push(last_pwd2[last_index(index, subpaths)], 1);
623 u.push(last_pwd2[index], 1);
658 u.push(last_pwd2[index], 1);
/inkscape/src/livarot/
H A DShape.h487 bool push);
/inkscape/src/ui/tools/
H A Dflood-tool.cpp863 color_queue.push(pw);
869 color_queue.push(pw);

Completed in 286 milliseconds

12