Lines Matching defs:feed
52 * for segments in a derived class and call feed().
89 virtual void feed(Curve const &c, bool moveto_initial = true);
93 * NOTE: if you override only some of the feed() functions,
96 using PathSink::feed;
99 virtual void feed(Path const &p);
101 * Calls feed() on each path in the vector. You can override this function. */
102 virtual void feed(PathVector const &v);
104 virtual void feed(Rect const &);
106 virtual void feed(Circle const &e);
108 virtual void feed(Ellipse const &e);
200 using PathSink::feed;
201 void feed(Path const &other)