/inkscape/cxxtest/cxxtest/ |
H A D | StdHeaders.h | 10 # pragma warning( push, 1 )
|
/inkscape/src/ |
H A D | message-stack.cpp | 32 MessageId MessageStack::push(MessageType type, gchar const *message) { function in class:Inkscape::MessageStack 49 id = push(type, message);
|
H A D | message-context.cpp | 34 _message_id = _stack->push(type, message);
|
H A D | message-stack.h | 84 MessageId push(MessageType type, char const *message);
|
/inkscape/share/extensions/ |
H A D | simplepath.rb | 109 params.push param 118 when 'H': params.push pen[1] 150 retval.push [outputCommand,params]
|
H A D | jessyInk.js | 198 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 D | latex-pstricks.cpp | 133 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 D | latex-text-renderer.cpp | 691 _transform_stack.push(tr * tr_top); 693 _transform_stack.push(tr);
|
H A D | metafile-print.cpp | 58 m_tr_stack.push(transform * tr_top); 60 m_tr_stack.push(transform);
|
/inkscape/src/2geom/ |
H A D | piecewise.h | 141 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 D | d2-sbasis.cpp | 90 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 D | sbasis-math.cpp | 300 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 D | sbasis-geometric.cpp | 422 u.push(sub_u,s(t1));
|
H A D | path.cpp | 380 ret.push(it->toSBasis(), i++);
|
/inkscape/src/live_effects/ |
H A D | lpe-sketch.cpp | 317 bump.push( Linear(0), k_min ); 318 bump.push(bump_seg,k_max); 319 bump.push( Linear(0), k_bnds->max()+1 );
|
H A D | lpe-lattice.cpp | 169 output.push(tB,i+1);
|
H A D | lpe-fillet-chamfer.cpp | 425 u.push(pwd2_in[fillet_chamfer_values.last_index(counter, original_pathv)], 1);
|
H A D | lpe-lattice2.cpp | 220 output.push(tB,i+1);
|
/inkscape/src/libcola/ |
H A D | cycle_detector.cpp | 179 seenInRun.push(k);
|
/inkscape/po/ |
H A D | check-markup | 239 push @strs, ($1);
|
/inkscape/src/display/ |
H A D | cairo-utils.h | 31 * Use this class to ensure that each group push is matched with a pop. 37 void push();
|
/inkscape/src/libavoid/ |
H A D | vpsc.cpp | 697 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 D | filletchamferpointarray.cpp | 450 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 D | Shape.h | 487 bool push);
|
/inkscape/src/ui/tools/ |
H A D | flood-tool.cpp | 863 color_queue.push(pw); 869 color_queue.push(pw);
|