Searched refs:Anchor (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dgc-anchored.h62 struct Anchor : public Managed<SCANNED, MANUAL> { struct in class:Inkscape::GC::Anchored
63 Anchor() : refcount(0),base(NULL) {} function in struct:Inkscape::GC::Anchored::Anchor
64 Anchor(Anchored const *obj) : refcount(0) { function in struct:Inkscape::GC::Anchored::Anchor
71 mutable Anchor *_anchor;
73 Anchor *_new_anchor() const;
74 void _free_anchor(Anchor *anchor) const;
H A Dgc-anchored.cpp57 Anchored::Anchor *Anchored::_new_anchor() const {
58 return new Anchor(this);
61 void Anchored::_free_anchor(Anchored::Anchor *anchor) const {

Completed in 14 milliseconds