Searched defs:global_counter (Results 1 - 3 of 3) 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) {}
110 static unsigned int global_counter; // FIXME: Only to implement operator< so that we can merge lists. Do this in a better way!! member in class:Box3D::VanishingPoint
H A Dpersp3d.cpp35 static int global_counter = 0; variable
43 my_counter = global_counter++;
H A Dvanishing-point.cpp249 unsigned int VanishingPoint::global_counter = 0; member in class:Box3D::VanishingPoint

Completed in 521 milliseconds