Searched refs:push_back (Results 1 - 25 of 313) sorted by relevance

1234567891011>>

/inkscape/src/debug/
H A Dheap.cpp32 heaps.push_back(new SysVHeap());
33 heaps.push_back(new GCHeap());
50 heaps().push_back(&heap);
/inkscape/src/2geom/
H A Dsbasis-poly.cpp34 B.push_back(0);
35 B.push_back(1);
36 A.push_back(1);
37 A.push_back(-1);
H A Dchoose.h53 pascals_triangle.push_back(1);
58 pascals_triangle.push_back(1);
60 pascals_triangle.push_back(pascals_triangle[p]
64 pascals_triangle.push_back(1);
94 coefficients.push_back(1);
101 coefficients.push_back(bct);
H A Dsvg-path-writer.cpp60 _current_pars.push_back(p[X]);
61 _current_pars.push_back(p[Y]);
79 _current_pars.push_back(p[Y]);
85 _current_pars.push_back(p[X]);
96 _current_pars.push_back(p[X]);
97 _current_pars.push_back(p[Y]);
113 _current_pars.push_back(c[X]);
114 _current_pars.push_back(c[Y]);
116 _current_pars.push_back(p[X]);
117 _current_pars.push_back(
[all...]
H A Dpolynomial.cpp98 roots.push_back(std::complex<double> (z[2*i] ,z[2*i+1]));
111 real_roots.push_back(roots[i].real());
132 result.push_back(0); // arbitrary const
134 result.push_back(p[i]/(i+1));
147 result.push_back(i*p[i]);
231 result.push_back(-c/b);
239 result.push_back(-b / (2*a));
248 result.push_back(t / a);
249 result.push_back(c / t);
269 result.push_back(
[all...]
H A Dpolynomial.h66 result.push_back((*this)[i] + p[i]);
69 result.push_back((*this)[i]);
71 result.push_back(p[i]);
82 result.push_back((*this)[i] - p[i]);
85 result.push_back((*this)[i]);
87 result.push_back(-p[i]);
109 result.push_back((*this)[i]);
129 result.push_back((*this)[i]*p);
165 Poly(const double a) {push_back(a);}
190 p.push_back(
[all...]
H A Dsweep-bounds.cpp40 events.push_back(Event(rs[i][d].min(), i, false));
41 events.push_back(Event(rs[i][d].max(), i, true));
56 pairs[jx].push_back(ix);
59 open.push_back(ix);
87 events[n].push_back(Event(r[d].min(), i, false));
88 events[n].push_back(Event(r[d].max(), i, true));
110 pairs[jx].push_back(ix);
119 pairs[ix].push_back(jx);
123 open[n].push_back(ix);
138 all.push_back(
[all...]
H A Dnearest-time.cpp156 result.push_back(from);
163 candidates.push_back(from);
165 candidates.push_back(to);
169 distsq.push_back(L2sq(c(candidates[i]) - p));
181 result.push_back(candidates[i]);
267 all_np.push_back( all_nearest_times(p, c[si], c.segT(from, si)) );
269 ni.push_back(si);
283 all_np.push_back(all_t);
285 ni.push_back(i);
290 all_np.push_back(all_
[all...]
H A Dconic_section_clipper_impl.cpp76 cpts.push_back (P);
105 cpts.push_back (P);
134 cpts.push_back (P);
163 cpts.push_back (P);
192 crossing_points.push_back (cpts[pos->second]);
249 extrema.push_back (gl.pointAt (rts[i]));
287 inner_points.push_back (extrema[i]);
351 paired_points.push_back (crossing_points[j]);
352 paired_points.push_back (crossing_points[i]);
353 inner_points.push_back (
[all...]
/inkscape/src/ui/dialog/
H A Dglyphs.cpp152 ranges.push_back(std::make_pair(std::make_pair(0x0000, 0xFFFD), _("all")));
153 ranges.push_back(std::make_pair(std::make_pair(0x0000, 0x007F), _("Basic Latin")));
154 ranges.push_back(std::make_pair(std::make_pair(0x0080, 0x00FF), _("Latin-1 Supplement")));
155 ranges.push_back(std::make_pair(std::make_pair(0x0100, 0x017F), _("Latin Extended-A")));
156 ranges.push_back(std::make_pair(std::make_pair(0x0180, 0x024F), _("Latin Extended-B")));
157 ranges.push_back(std::make_pair(std::make_pair(0x0250, 0x02AF), _("IPA Extensions")));
158 ranges.push_back(std::make_pair(std::make_pair(0x02B0, 0x02FF), _("Spacing Modifier Letters")));
159 ranges.push_back(std::make_pair(std::make_pair(0x0300, 0x036F), _("Combining Diacritical Marks")));
160 ranges.push_back(std::make_pair(std::make_pair(0x0370, 0x03FF), _("Greek and Coptic")));
161 ranges.push_back(st
[all...]
/inkscape/src/display/
H A Dcurve-test.h48 pv.push_back(Geom::Path());
67 pv.push_back(path1);
68 pv.push_back(path2);
69 pv.push_back(path3);
70 pv.push_back(path4);
85 pv.push_back(Geom::Path());
104 pv.push_back(path1);
105 pv.push_back(path2);
106 pv.push_back(path3);
107 pv.push_back(path
[all...]
/inkscape/src/libdepixelize/priv/
H A Dsimplifiedvoronoi.h305 cells_it->vertices.push_back(Point<T>(i, 0, false));
308 cells_it->vertices.push_back(Point<T>(i + 1, 0, false));
322 cells_it->vertices.push_back(Point<T>(i, 0, false));
325 cells_it->vertices.push_back(Point<T>(i + 1, 0, false));
328 cells_it->vertices.push_back(Point<T>(i + 1, 1, false));
331 cells_it->vertices.push_back(Point<T>(i, 1, false));
354 cells_it->vertices.push_back(Point<T>(i + 1, _height, false));
357 cells_it->vertices.push_back(Point<T>(i, _height, false));
372 cells_it->vertices.push_back(Point<T>(0, i, false));
381 cells_it->vertices.push_back(Poin
[all...]
/inkscape/src/
H A Dsp-font-face.cpp32 v.push_back(SP_FONTFACE_STYLE_ALL);
40 v.push_back(SP_FONTFACE_STYLE_ALL);
48 v.push_back(SP_FONTFACE_STYLE_NORMAL);
54 v.push_back(SP_FONTFACE_STYLE_ITALIC);
60 v.push_back(SP_FONTFACE_STYLE_OBLIQUE);
75 v.push_back(SP_FONTFACE_VARIANT_NORMAL);
83 v.push_back(SP_FONTFACE_VARIANT_NORMAL);
89 v.push_back(SP_FONTFACE_VARIANT_SMALL_CAPS);
104 v.push_back(SP_FONTFACE_WEIGHT_ALL);
112 v.push_back(SP_FONTFACE_WEIGHT_AL
[all...]
H A Dsp-item-update-cns.cpp31 item.constraints.push_back(cn);
32 cn.g->attached_items.push_back(SPGuideAttachment(&item, cn.snappoint_ix));
H A Dstyle.cpp287 _properties.push_back( &color );
291 _properties.push_back( &font_style );
292 _properties.push_back( &font_variant );
293 _properties.push_back( &font_weight );
294 _properties.push_back( &font_stretch );
295 _properties.push_back( &font_size );
296 _properties.push_back( &line_height );
297 _properties.push_back( &font_family );
298 _properties.push_back( &font );
299 _properties.push_back(
[all...]
H A Dknot-ptr.cpp10 deleted_knots.push_back(knot);
H A Dsatisfied-guide-cns.cpp17 cns.push_back(SPGuideConstraint(&g, i));
/inkscape/src/live_effects/
H A Dlpe-constructgrid.cpp68 path_out.push_back(first_path);
70 path_out.push_back(path_out.back() * second_translation );
72 path_out.push_back(second_path);
74 path_out.push_back(path_out.back() * first_translation );
H A Dlpe-interpolate_points.cpp70 pts.push_back(path_it->initialPoint());
73 pts.push_back((*it).finalPoint());
78 path_out.push_back(path);
H A Dlpe-fill-between-strokes.cpp50 result_linked_pathv.push_back((*iter));
54 result_second_pathv.push_back((*iter) * second_transform);
83 result_pathv.push_back((*iter));
95 result_pathv.push_back((*iter));
/inkscape/src/libcola/
H A Dstraightener.cpp73 path.push_back(startNode);
94 path.push_back(j->second);
98 path.push_back(endNode);
133 L.push_back(l);
164 L.push_back(d);
165 nodes.push_back(d);
167 L.push_back(v);
185 L.push_back(d);
186 nodes.push_back(d);
189 L.push_back(
[all...]
H A Dgradient_projection.h52 vs.push_back(vl=new vpsc::Variable(vs.size(), leftMargin, weight));
53 vs.push_back(vr=new vpsc::Variable(vs.size(), rightMargin, weight));
58 cs.push_back(new vpsc::Constraint(vl, vs[o->first], o->second));
59 cs.push_back(new vpsc::Constraint(vs[o->first], vr, o->second));
120 vars.push_back(left);
122 vars.push_back(right);
126 cs.push_back(new vpsc::Constraint(left,v,(*cit).second));
131 cs.push_back(new vpsc::Constraint(v,right,(*cit).second));
215 vars.push_back(new vpsc::Variable(i,1,1));
222 vars.push_back(
[all...]
/inkscape/src/io/
H A Dbufferstream.cpp145 buffer.push_back(ch);
H A Dstringstream.cpp117 buffer.push_back(ch);
/inkscape/src/extension/
H A Ddb.cpp55 if (add_to_list) modulelist.push_back(module);
139 ilist->push_back(imod);
165 olist->push_back(omod);
193 elist->push_back(emod);

Completed in 2659 milliseconds

1234567891011>>