Lines Matching defs:over_line
482 bool over_line = false;
486 for (std::vector<SPCtrlLine *>::const_iterator l = drag->lines.begin(); l != drag->lines.end() && (!over_line); ++l) {
488 over_line |= sp_gradient_context_is_over_line (this, (SPItem*) line, Geom::Point(event->motion.x, event->motion.y));
492 if (over_line) {
589 bool over_line = false;
593 over_line |= sp_gradient_context_is_over_line (this, (SPItem*) (*l), Geom::Point(event->motion.x, event->motion.y));
597 if (this->cursor_addnode && !over_line) {
601 } else if (!this->cursor_addnode && over_line) {
613 bool over_line = false;
617 for (std::vector<SPCtrlLine *>::const_iterator l = drag->lines.begin(); l != drag->lines.end() && (!over_line); ++l) {
619 over_line = sp_gradient_context_is_over_line (this, (SPItem*) line, Geom::Point(event->motion.x, event->motion.y));
624 if (over_line && line) {
650 if (over_line && line) {