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

/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.cpp290 BPoint a, aIn, aOut; local
301 if (!path->GetPointsAt(j, a, aIn, aOut))
308 if (aOut == a && bIn == b) {
327 append_float(helper, aOut.x, 2);
329 append_float(helper, aOut.y, 2);
/haiku/src/libs/icon/shape/
H A DVectorPath.cpp636 distance_to_curve(const BPoint& p, const BPoint& a, const BPoint& aOut, argument
639 agg::curve4_inc curve(a.x, a.y, aOut.x, aOut.y, bIn.x, bIn.y, b.x, b.y);

Completed in 61 milliseconds