Searched refs:_anchor (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/
H A Dgc-anchored.cpp67 if (!_anchor) {
68 _anchor = _new_anchor();
70 _anchor->refcount++;
75 g_return_if_fail(_anchor);
76 if (!--_anchor->refcount) {
77 _free_anchor(_anchor);
78 _anchor = NULL;
H A Dgc-anchored.h54 return ( _anchor ? _anchor->refcount : 0 );
58 Anchored() : _anchor(NULL) { anchor(); } // initial refcount of one
71 mutable Anchor *_anchor; member in class:Inkscape::GC::Anchored
/inkscape/src/ui/
H A Dpreviewholder.cpp45 _anchor(SP_ANCHOR_CENTER),
116 if ( !_wrap && (_view != VIEW_TYPE_LIST) && (_anchor == SP_ANCHOR_NORTH || _anchor == SP_ANCHOR_SOUTH) ) {
232 if ( !_wrap && (_view != VIEW_TYPE_LIST) && (_anchor == SP_ANCHOR_NORTH || _anchor == SP_ANCHOR_SOUTH) ) {
241 if ( _anchor != how )
243 _anchor = how;
244 switch ( _anchor )
273 switch ( _anchor )
299 // g_message(" anchor:%d", _anchor);
[all...]
H A Dpreviewholder.h80 SPAnchorType _anchor; member in class:Inkscape::UI::PreviewHolder
/inkscape/src/ui/tool/
H A Dcontrol-point.h316 SPAnchorType _anchor() const;
H A Dcontrol-point.cpp178 SPAnchorType ControlPoint::_anchor() const function in class:Inkscape::UI::ControlPoint
/inkscape/src/ui/widget/
H A Dpanel.cpp98 _anchor = SP_ANCHOR_CENTER;
319 if (_anchor != how) {
320 _anchor = how;
321 switch (_anchor) {
H A Dpanel.h145 SPAnchorType _anchor; member in class:Inkscape::UI::Widget::Panel

Completed in 199 milliseconds