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

/inkscape/src/helper/
H A Dgeom.cpp203 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) function
343 geom_line_wind_distance (x000, y000, x111, y111, pt, wind, best);
365 geom_line_wind_distance (p0[X], p0[Y], pe[X], pe[Y], pt, wind, dist);
369 geom_line_wind_distance (p0[X], p0[Y], pe[X], pe[Y], pt, wind, dist);
394 geom_line_wind_distance (p0[X], p0[Y], p3[X], p3[Y], pt, wind, dist);
436 geom_line_wind_distance (p0[X], p0[Y], p_start[X], p_start[Y], pt, wind, dist);
453 geom_line_wind_distance (p0[X], p0[Y], p_start[X], p_start[Y], pt, wind, dist);

Completed in 17 milliseconds