Searched refs:stamp (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/libcola/
H A Dcycle_detector.cpp182 thisNode->stamp = ++Time;
199 if (otherNode->cyclicAncestor != NULL) { cycleOpen = otherNode->cyclicAncestor->stamp; }
201 else { cycleOpen = otherNode->stamp; }
203 // compare the stamp of the traversal with our stamp
204 if (cycleOpen <= thisNode->stamp) {
219 if (otherNode->cyclicAncestor->stamp < thisNode->cyclicAncestor->stamp) { thisNode->cyclicAncestor = otherNode->cyclicAncestor; }
H A Dcycle_detector.h18 TimeStamp stamp; member in class:Node
/inkscape/src/
H A Dseltrans.h62 void stamp();
H A Dseltrans.cpp79 seltrans->stamp();
512 /* fixme: This is really bad, as we compare positions for each stamp (Lauris) */
515 void Inkscape::SelTrans::stamp() function in class:Inkscape::SelTrans
/inkscape/src/ui/tools/
H A Dselect-tool.cpp361 _seltrans->stamp();
1053 _seltrans->stamp();

Completed in 4445 milliseconds