Searched defs:Anchor (Results 1 - 1 of 1) 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;

Completed in 805 milliseconds