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

/inkscape/src/util/
H A Dfunction.h45 template <typename R, typename A0, typename A1>
46 struct Function<R (*)(A0, A1)> {
50 typedef A1 Arg1;
57 template <typename R, typename A0, typename A1, typename A2>
58 struct Function<R (*)(A0, A1, A2)> {
62 typedef A1 Arg1;
69 template <typename R, typename A0, typename A1, typename A2,
71 struct Function<R (*)(A0, A1, A2, A3)> {
75 typedef A1 Arg1;
82 template <typename R, typename A0, typename A1, typenam
[all...]
/inkscape/src/2geom/
H A Dpath-intersection.cpp70 * Finds the intersection between the lines defined by A0 & A1, and B0 & B1.
76 linear_intersect(Point const &A0, Point const &A1, Point const &B0, Point const &B1, argument
78 bool both_lines_non_zero = (!are_near(A0, A1)) && (!are_near(B0, B1));
81 Point Ad = A1 - A0,
307 Point A0 = A.pointAt(Al), A1 = A.pointAt(Ah),
310 Rect Ar = Rect(A0, A1), Br = Rect(B0, B1);
311 if(!Ar.intersects(Br) || A0 == A1 || B0 == B1) return;
358 Point A0 = A.pointAt(Al), A1 = A.pointAt(Ah), local
361 Rect Ar = Rect(A0, A1), Br = Rect(B0, B1);
362 if(!Ar.intersects(Br) || A0 == A1 || B
[all...]
/inkscape/src/
H A Dsp-rect.cpp522 Geom::Point A1(Geom::Point(this->x.computed, this->y.computed) * i2dt);
527 pts.push_back(std::make_pair(A1, A2));
530 pts.push_back(std::make_pair(A4, A1));

Completed in 1863 milliseconds