Searched defs:p_w (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dgradient-chemistry.cpp1005 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) argument
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
[all...]
/inkscape/src/ui/tools/
H A Dtweak-tool.cpp762 guint32 const rgb_goal, Geom::Point p_w, double radius, double force, guint mode,
772 Geom::Point p = p_w * i2d.inverse();
761 tweak_colors_in_gradient(SPItem *item, Inkscape::PaintTarget fill_or_stroke, guint32 const rgb_goal, Geom::Point p_w, double radius, double force, guint mode, bool do_h, bool do_s, bool do_l, bool ) argument

Completed in 1337 milliseconds