Searched refs:reference (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/util/
H A Dforward-pointer-iterator.h19 #include "util/reference.h"
34 typedef typename Traits::Reference<BaseType const>::LValue reference; typedef in class:Inkscape::Util::ForwardPointerIterator
44 reference operator*() const { return *_p; }
76 typedef typename Traits::Reference<BaseType>::LValue reference; typedef in class:Inkscape::Util::ForwardPointerIterator
89 reference operator*() const {
90 return const_cast<reference>(Ancestor::operator*());
H A Dlist.h16 #include "util/reference.h"
40 typename List<T>::reference first(List<T> const &list);
59 typedef typename Traits::Reference<value_type>::LValue reference; typedef in class:Inkscape::Util::List
69 reference operator*() const { return this->_cell->value; }
89 friend reference first<>(List const &);
123 typedef typename Traits::Reference<value_type>::LValue reference; typedef in class:Inkscape::Util::List
131 reference operator*() const { return this->_cell->value; }
144 friend reference first<>(List const &);
156 typedef typename Traits::Reference<value_type>::LValue reference; typedef in class:Inkscape::Util::List
166 reference operato
[all...]
H A Dlist-container.h85 typedef typename List<T>::reference reference; typedef in class:Inkscape::Util::ListContainer
126 reference front() { return *_head; }
223 reference back() { return *_tail; }
/inkscape/src/2geom/
H A Dcirculator.h48 typedef typename std::iterator_traits<Iterator>::reference reference; typedef in class:Geom::Circulator
58 reference operator*() const {
107 reference operator[](int n) const {
H A Dpathvector.h130 typedef Path &reference; typedef in class:Geom::PathVector
/inkscape/src/inkgc/
H A Dgc-alloc.h32 typedef T &reference; typedef in class:Inkscape::GC::Alloc
43 pointer address(reference r) { return &r; }
/inkscape/src/
H A Duri.cpp25 uri._impl->reference();
47 uri._impl->reference();
67 void URI::Impl::reference() { function in class:Inkscape::URI::Impl
H A Duri.h129 void reference();
H A Ddevice-manager.cpp357 device->reference();
540 (*it)->reference();
557 (*it)->reference();
606 (*iter)->reference();
/inkscape/src/libgdl/
H A Dgdl-dock-item.h214 GdlDockObject *reference);
H A Dgdl-dock-item.c1886 * @target: (allow-none): The dock item that will be used as the point of reference.
2305 * @reference: The GdlDockObject which is the default dock for @item
2313 GdlDockObject *reference)
2322 if (reference && GDL_DOCK_OBJECT_ATTACHED (reference)) {
2323 if (GDL_IS_DOCK_PLACEHOLDER (reference)) {
2324 g_object_ref_sink (reference);
2325 item->_priv->ph = GDL_DOCK_PLACEHOLDER (reference);
2330 "host", reference,
2312 gdl_dock_item_set_default_position(GdlDockItem *item, GdlDockObject *reference) argument
/inkscape/src/ui/tool/
H A Dnode.h368 typedef Node &reference; typedef in class:Inkscape::UI::NodeList
/inkscape/src/ui/widget/
H A Dpanel.cpp326 _menu_popper.reference();
/inkscape/src/widgets/
H A Ddesktop-widget.cpp746 dtw->layer_selector->reference();

Completed in 145 milliseconds