Lines Matching refs:pit
817 for (Geom::PathVector::const_iterator pit = pathv.begin(); pit != pathv.end(); ++pit) {
818 for (Geom::Path::const_iterator cit = pit->begin(); cit != pit->end_open(); ++cit) {
819 if (pit->end_default() != pit->end_closed()) {
925 for (Geom::PathVector::const_iterator pit = pv.begin(); pit != pv.end(); ++pit) {
929 for (Geom::Path::const_iterator cit = pit->begin(); cit != pit->end_open(); ++cit) {
949 for (Geom::PathVector::const_iterator pit = pv.begin(); pit != pv.end(); ++pit) {
953 Geom::Point p0 = pit->initialPoint();
967 for (Geom::Path::const_iterator cit = pit->begin(); cit != pit->end_open(); ++cit) {
1196 for (Geom::PathVector::const_iterator pit = pv.begin(); pit != pv.end(); ++pit) {
1197 totPoints += 1 + pit->size_default(); // big array, will hold all points, for all polygons. Size_default ignores first point in each path.
1198 if (pit->end_default() == pit->end_closed()) {
1218 for (Geom::PathVector::const_iterator pit = pv.begin(); pit != pv.end(); ++pit) {
1223 *n16ptr++ = pit->size_default(); // points in the subpath
1227 Geom::Point p1 = pit->initialPoint(); // This point is special, it isn't in the interator
1233 for (Geom::Path::const_iterator cit = pit->begin(); cit != pit->end_open(); ++cit) {
1249 for (Geom::PathVector::const_iterator pit = pv.begin(); pit != pv.end(); ++pit) {
1255 if (!(pit->size_default())) {
1262 int nPoints = 1 + pit->size_default();
1271 Geom::Point p1 = pit->initialPoint(); // This point is special, it isn't in the interator
1278 for (Geom::Path::const_iterator cit = pit->begin(); cit != pit->end_default(); ++cit, nPoints++) {
1286 if (pit->end_default() == pit->end_closed()) {