Lines Matching refs:p_w
1005 p_w (in desktop coordinates). Write_repr if you want the change to become permanent.
1007 void sp_item_gradient_set_coords(SPItem *item, GrPointType point_type, guint point_i, Geom::Point p_w, Inkscape::PaintTarget fill_or_stroke, bool write_repr, bool scale)
1010 g_message("sp_item_gradient_set_coords(%p, %d, %d, (%f, %f), ...)", item, point_type, point_i, p_w[Geom::X], p_w[Geom::Y] );
1021 Geom::Point p = p_w * i2d.inverse();
1092 if ((point_type == POINT_RG_R1 || point_type == POINT_RG_R2) && Geom::L2 (p_w - c_w) < 1e-3) {
1128 double move_angle = Geom::atan2(p_w - c_w) - r1_angle;
1129 double move_stretch = Geom::L2(p_w - c_w) / Geom::L2(r1_w - c_w);
1147 double move_angle = Geom::atan2(p_w - c_w) - r2_angle;
1148 double move_stretch = Geom::L2(p_w - c_w) / Geom::L2(r2_w - c_w);