Searched refs:_paths_to_snap_to (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dobject-snapper.cpp46 _paths_to_snap_to = new std::vector<SnapCandidatePath >;
58 delete _paths_to_snap_to;
379 _paths_to_snap_to->push_back(SnapCandidatePath(border_path, SNAPTARGET_PAGE_BORDER, Geom::OptRect()));
411 _paths_to_snap_to->push_back(SnapCandidatePath(pv, SNAPTARGET_TEXT_BASELINE, Geom::OptRect()));
440 _paths_to_snap_to->push_back(SnapCandidatePath(pv, SNAPTARGET_PATH, Geom::OptRect())); // Perhaps for speed, get a reference to the Geom::pathvector, and store the transformation besides it.
458 _paths_to_snap_to->push_back(SnapCandidatePath(path, SNAPTARGET_BBOX_EDGE, rect));
498 _paths_to_snap_to->push_back(SnapCandidatePath(pathv, SNAPTARGET_PATH, Geom::OptRect(), true));
504 int num_path = 0; // _paths_to_snap_to contains multiple path_vectors, each containing multiple paths.
513 for (std::vector<SnapCandidatePath >::const_iterator it_p = _paths_to_snap_to->begin(); it_p != _paths_to_snap_to
[all...]
H A Dobject-snapper.h64 std::vector<SnapCandidatePath > *_paths_to_snap_to; member in class:Inkscape::ObjectSnapper

Completed in 2710 milliseconds