Searched defs:p_clip_or_mask (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dsp-item.cpp996 std::vector<Inkscape::SnapCandidatePoint> p_clip_or_mask; local
998 item->getSnappoints(p_clip_or_mask, snapprefs);
1000 for (std::vector<Inkscape::SnapCandidatePoint>::const_iterator p_orig = p_clip_or_mask.begin(); p_orig != p_clip_or_mask.end(); ++p_orig) {

Completed in 20 milliseconds