Lines Matching defs:anchor
26 #include "ui/draw-anchor.h"
168 /* Test whether we hit any anchor. */
169 SPDrawAnchor *anchor = spdc_test_inside(this, button_w);
193 if (anchor) {
194 p = anchor->dp;
195 this->overwrite_curve = anchor->curve;
202 // anchor, which is handled by the sibling branch above)
212 this->sa = anchor;
250 /* Test whether we hit any anchor. */
251 SPDrawAnchor *anchor = spdc_test_inside(this, Geom::Point(mevent.x, mevent.y));
269 if (anchor) {
270 p = anchor->dp;
288 /* Create green anchor */
291 if (anchor) {
292 p = anchor->dp;
307 if (anchor && !this->anchor_statusbar) {
310 } else if (!anchor && this->anchor_statusbar) {
313 } else if (!anchor) {
318 if (anchor && !this->anchor_statusbar) {
321 } else if (!anchor && this->anchor_statusbar) {
350 /* Test whether we hit any anchor. */
351 SPDrawAnchor *anchor = spdc_test_inside(this, Geom::Point(revent.x, revent.y));
356 /* We have already set up start point/anchor in button_press */
364 if (anchor) {
365 p = anchor->dp;
369 this->ea = anchor;
388 if (anchor) {
389 p = anchor->dp;
399 this->ea = anchor;