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

/inkscape/src/extension/dbus/
H A Ddocument-interface.cpp627 GArray * dArr = g_array_new (TRUE, TRUE, sizeof(double)); local
633 g_array_append_val (dArr, x0); //
634 g_array_append_val (dArr, y0);
635 g_array_append_val (dArr, x1);
636 g_array_append_val (dArr, y1);
637 return dArr;

Completed in 41 milliseconds