Lines Matching defs:handles
73 g_warning("Perspective/Envelope LPE::doBeforeEffect - lpeobj with invalid parameter, the same value in 4 handles!");
79 std::vector<Geom::Point> handles(4);
80 handles[0] = down_left_point;
81 handles[1] = up_left_point;
82 handles[2] = up_right_point;
83 handles[3] = down_right_point;
96 solmatrix[i][6] = -handles[i][X] * source_handles[i][X];
97 solmatrix[i][7] = -handles[i][X] * source_handles[i][Y];
101 solmatrix[i+4][6] = -handles[i][Y] * source_handles[i][X];
102 solmatrix[i+4][7] = -handles[i][Y] * source_handles[i][Y];
103 free_term[i] = handles[i][X];
104 free_term[i+4] = handles[i][Y];
269 Gtk::Label* handles = Gtk::manage(new Gtk::Label(Glib::ustring(_("Handles:")),Gtk::ALIGN_START));
270 vbox->pack_start(*handles, false, false, 2);