Lines Matching refs:it
8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Lesser General Public
18 * This library is distributed in the hope that it will be useful,
85 // Destroying a shape without calling removeShape(), so do it now.
92 VertInf *it = _firstVert;
95 VertInf *tmp = it;
96 it = it->shNext;
100 while (it != _firstVert);
136 VertInf *it = _firstVert;
139 VertInf *tmp = it;
140 it = it->shNext;
144 while (it != _firstVert);
158 VertInf *it = _firstVert;
161 VertInf *tmp = it;
162 it = it->shNext;
166 while (it != _firstVert);