Searched refs:tail (Results 1 - 23 of 23) sorted by relevance

/inkscape/src/util/
H A Dfilter-list.h27 ResultList tail; local
32 head = tail = ResultList(*start);
37 set_rest(tail, ResultList(*start));
38 ++tail;
H A Dmap-list.h28 MutableList<T> tail(head);
31 set_rest(tail, cell);
32 tail = cell;
/inkscape/src/libcroco/
H A Dcr-prop-list.c382 CRPropList *tail = NULL, local
387 for (tail = a_this;
388 tail && PRIVATE (tail) && PRIVATE (tail)->next;
389 tail = cr_prop_list_get_next (tail)) ;
390 g_return_if_fail (tail);
392 cur = tail;
395 tail
[all...]
H A Dcr-sel-eng.c464 CRAdditionalSel *cur_add_sel = NULL, *tail = NULL ; local
467 for (tail = a_add_sel ;
468 tail && tail->next;
469 tail = tail->next) ;
471 g_return_val_if_fail (tail, FALSE) ;
473 for (cur_add_sel = tail ;
/inkscape/cxxtest/cxxtest/
H A DLinkedList.h20 Link *tail();
21 const Link *tail() const;
H A DGlobalFixture.cpp17 GlobalFixture *GlobalFixture::lastGlobalFixture() { return (GlobalFixture *)_list.tail(); }
H A DLinkedList.cpp32 Link *List::tail() function in class:CxxTest::List
40 const Link *List::tail() const function in class:CxxTest::List
H A DMock.h131 return *(Base_##MOCK *)_list.tail(); \
/inkscape/share/extensions/
H A Dchardataeffect.py54 if node.tail != None:
55 node.tail = self.process_chardata(node.tail, self.newline, self.newpar)
H A Dtext_extract.py152 if node.text != None or node.tail != None:
155 child.tail = "\n"
H A Dtext_merge.py194 if (node.tail and node.tag != '{http://www.w3.org/2000/svg}text'):
195 newspan.tail = node.tail
H A Dsplit.py107 if n.tail:
108 words.append(n.tail)
/inkscape/src/svg/
H A Dpath-string.h46 std::string const &t = tail();
49 final += tail();
59 return commonbase + tail();
240 std::string const &tail() const { function in class:Inkscape::SVG::PathString::std
/inkscape/share/filters/
H A Dsamplify.py83 b.tail = a.tail
/inkscape/src/livarot/
H A DPathCutting.cpp33 void Path::DashPolyline(float head,float tail,float body,int nbD,float *dashs,bool stPlain,float stOffset) argument
47 DashSubPath(i-lastMI,lastMP, orig_pts, head,tail,body,nbD,dashs,stPlain,stOffset);
55 DashSubPath(orig_pts.size() - lastMI, lastMP, orig_pts, head, tail, body, nbD, dashs, stPlain, stOffset);
96 void Path::DashSubPath(int spL, int spP, std::vector<path_lineto> const &orig_pts, float head,float tail,float body,int nbD,float *dashs,bool stPlain,float stOffset) argument
113 if ( totLength <= head+tail ) return; // tout mange par la tete et la queue
173 if ( curLength >= head /*&& curLength+nl <= totLength-tail*/ ) {
174 while ( curLength <= totLength-tail && nl > 0 ) {
175 if ( enLength <= totLength-tail ) nl=enLength-curLength; else nl=totLength-tail-curLength;
240 if ( curLength <= totLength-tail
[all...]
H A DPath.h179 void DashPolyline(float head,float tail,float body,int nbD,float *dashs,bool stPlain,float stOffset);
240 void DashSubPath(int spL, int spP, std::vector<path_lineto> const &orig_pts, float head,float tail,float body,int nbD,float *dashs,bool stPlain,float stOffset);
/inkscape/src/2geom/
H A Dd2-sbasis.cpp61 double tail_error(D2<SBasis> const & a, unsigned tail) { argument
62 return std::max(a[0].tailError(tail), a[1].tailError(tail));
H A Dsbasis-2d.h200 double tail_error(unsigned tail) const;
H A Dsbasis.cpp42 \param tail first term to chop
45 double SBasis::tailError(unsigned tail) const {
46 Interval bs = *bounds_fast(*this, tail);
H A Dsbasis.h239 double tailError(unsigned tail) const;
H A Dd2.h503 double tail_error(D2<SBasis> const & a, unsigned tail);
/inkscape/share/extensions/ink2canvas/
H A Dsvg.py344 return ts.text + self.text_helper(ts) + ts.tail
/inkscape/src/libuemf/
H A Dupmf.c443 int tail; local
449 tail = oa->used;
459 memcpy(oa->accum + tail,data,size);

Completed in 127 milliseconds