Searched refs:SNAPTARGET_IMG_CORNER (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dsnap-enums.h93 SNAPTARGET_IMG_CORNER, enumerator in enum:Inkscape::SnapTargetType
H A Dsnap-preferences.cpp132 case SNAPTARGET_IMG_CORNER: // Doesn't have its own button, on if the group is on
288 return SNAPTARGET_IMG_CORNER;
H A Dsp-image.cpp655 if (snapprefs->isTargetSnappable(Inkscape::SNAPTARGET_IMG_CORNER)) {
664 p.push_back(Inkscape::SnapCandidatePoint(Geom::Point(x0, y0) * i2d, Inkscape::SNAPSOURCE_IMG_CORNER, Inkscape::SNAPTARGET_IMG_CORNER)); member in class:Inkscape
665 p.push_back(Inkscape::SnapCandidatePoint(Geom::Point(x0, y1) * i2d, Inkscape::SNAPSOURCE_IMG_CORNER, Inkscape::SNAPTARGET_IMG_CORNER)); member in class:Inkscape
666 p.push_back(Inkscape::SnapCandidatePoint(Geom::Point(x1, y1) * i2d, Inkscape::SNAPSOURCE_IMG_CORNER, Inkscape::SNAPTARGET_IMG_CORNER)); member in class:Inkscape
667 p.push_back(Inkscape::SnapCandidatePoint(Geom::Point(x1, y0) * i2d, Inkscape::SNAPSOURCE_IMG_CORNER, Inkscape::SNAPTARGET_IMG_CORNER)); member in class:Inkscape
/inkscape/src/display/
H A Dsnap-indicator.cpp160 case SNAPTARGET_IMG_CORNER:

Completed in 32 milliseconds