Searched refs:da (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/2geom/
H A Dconvex-hull.cpp307 Point da = a - o;
309 if (da == -db) return false;
312 double aa = da[0];
314 if((da[1] == 0) && (db[1] == 0))
315 return da[0] < db[0];
316 if(da[1] == 0)
320 aa = da[0] / da[1];
326 double aa = atan2(da);
332 return L2sq(da) < L2s
[all...]
/inkscape/src/
H A Dgradient-drag.cpp1487 GrDraggable *da = *j; local
1488 if ( (da->item == item) &&
1489 (point_type == -1 || da->point_type == point_type) &&
1490 (point_i == -1 || da->point_i == point_i) &&
1491 (da->fill_or_stroke == fill_or_stroke) ) {
1495 sp_item_gradient_set_coords(da->item, da->point_type, da->point_i, this->point, da->fill_or_stroke, write_repr, false);
/inkscape/src/widgets/
H A Deek-preview.cpp316 GtkDrawingArea *da = &(preview->drawing); local
317 GdkWindow *da_window = gtk_widget_get_window(GTK_WIDGET(da));
/inkscape/src/helper/
H A Dgeom-pathstroke.cpp258 Geom::Line da(d,start_pt);
261 std::vector<Geom::ShapeIntersection> chord3_pts = outer_circle.intersect(da);

Completed in 170 milliseconds