Searched refs:my_counter (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/
H A Dvanishing-point.h42 VanishingPoint() : my_counter(VanishingPoint::global_counter++), _persp(NULL), _axis(Proj::NONE) {}
43 VanishingPoint(Persp3D *persp, Proj::Axis axis) : my_counter(VanishingPoint::global_counter++), _persp(persp), _axis(axis) {}
44 VanishingPoint(const VanishingPoint &other) : my_counter(VanishingPoint::global_counter++), _persp(other._persp), _axis(other._axis) {}
49 my_counter = rhs.my_counter;
58 return my_counter < rhs.my_counter;
109 unsigned int my_counter; member in class:Box3D::VanishingPoint
H A Dknot-holder-entity.h47 my_counter(0),
79 int my_counter; member in class:KnotHolderEntity
H A Dpersp3d.cpp43 my_counter = global_counter++;
515 g_print ("=== Info for Persp3D %d ===\n", persp_impl->my_counter);
528 g_print ("%d (%d) ", (*i)->my_counter, box3d_get_perspective(*i)->perspective_impl->my_counter);
554 g_print (" %s (%d): ", persp->getRepr()->attribute("id"), persp->perspective_impl->my_counter);
557 g_print ("%d ", (*i)->my_counter);
H A Dbox3d.h47 int my_counter; // for debugging only member in class:SPBox3D
H A Dpersp3d.h52 int my_counter; member in class:Persp3DImpl
H A Dknot-holder-entity.cpp43 my_counter = KnotHolderEntity::counter++;
H A Dbox3d.cpp48 this->my_counter = 0;
66 my_counter = counter++;

Completed in 25 milliseconds