Searched refs:wind (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/helper/ |
H A D | geom.cpp | 203 geom_line_wind_distance (Geom::Coord x0, Geom::Coord y0, Geom::Coord x1, Geom::Coord y1, Geom::Point const &pt, int *wind, Geom::Coord *best) argument 234 if (wind) { 235 /* Find wind */ 242 if (Ax < Px) *wind -= 1; 245 if (Bx < Px) *wind += 1; 252 *wind += (Dy > 0.0) ? 1 : -1; 264 Geom::Rect *bbox, int *wind, Geom::Coord *best, 307 if (!needdist && wind) { 340 geom_cubic_bbox_wind_distance (x000, y000, x00t, y00t, x0tt, y0tt, xttt, yttt, pt, NULL, wind, best, tolerance); 341 geom_cubic_bbox_wind_distance (xttt, yttt, x1tt, y1tt, x11t, y11t, x111, y111, pt, NULL, wind, bes 259 geom_cubic_bbox_wind_distance(Geom::Coord x000, Geom::Coord y000, Geom::Coord x001, Geom::Coord y001, Geom::Coord x011, Geom::Coord y011, Geom::Coord x111, Geom::Coord y111, Geom::Point const &pt, Geom::Rect *bbox, int *wind, Geom::Coord *best, Geom::Coord tolerance) argument 348 geom_curve_bbox_wind_distance(Geom::Curve const & c, Geom::Affine const &m, Geom::Point const &pt, Geom::Rect *bbox, int *wind, Geom::Coord *dist, Geom::Coord tolerance, Geom::Rect const *viewbox, Geom::Point &p0) argument 415 pathv_matrix_point_bbox_wind_distance(Geom::PathVector const & pathv, Geom::Affine const &m, Geom::Point const &pt, Geom::Rect *bbox, int *wind, Geom::Coord *dist, Geom::Coord tolerance, Geom::Rect const *viewbox) argument [all...] |
H A D | geom.h | 25 Geom::Rect *bbox, int *wind, Geom::Coord *dist,
|
/inkscape/src/2geom/ |
H A D | curve.cpp | 75 int wind = 0; local 85 ++wind; 87 --wind; 91 return wind;
|
H A D | pathvector.cpp | 232 int wind = 0; local 235 wind += i->winding(p); 237 return wind;
|
H A D | path.cpp | 579 int wind = 0; 605 wind += 1; 607 wind -= 1; 615 wind += i->winding(p); 618 return wind;
|
/inkscape/src/display/ |
H A D | drawing-shape.cpp | 336 int wind = 0; local 346 pathv_matrix_point_bbox_wind_distance(_curve->get_pathvector(), _ctm, p, NULL, needfill? &wind : NULL, &dist, 0.5, &viewbox); 348 pathv_matrix_point_bbox_wind_distance(_curve->get_pathvector(), _ctm, p, NULL, needfill? &wind : NULL, &dist, 0.5, NULL); 362 if (wind & 0x1) { 367 if (wind != 0) {
|
Completed in 32 milliseconds