Home
last modified time | relevance | path

Searched refs:intersect_curve_bar_rec (Results 1 – 6 of 6) sorted by relevance

/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxhintn1.c236 static bool intersect_curve_bar_rec(int m, int k, fixed X1, fixed Y1, in intersect_curve_bar_rec() function
296 if (intersect_curve_bar_rec(m - 1, k, X1, Y1, x0, y0, x01, y01, x012, y012, x0123, y0123)) in intersect_curve_bar_rec()
298 if (intersect_curve_bar_rec(m - 1, k, X1, Y1, x0123, y0123, x123, y123, x23, y23, x3, y3)) in intersect_curve_bar_rec()
304 … if (intersect_curve_bar_rec(m - 1, k - 1, X01, Y01, x0, y0, x01, y01, x012, y012, x0123, y0123)) in intersect_curve_bar_rec()
306 … if (intersect_curve_bar_rec(m - 1, k - 1, X01, Y01, x0123, y0123, x123, y123, x23, y23, x3, y3)) in intersect_curve_bar_rec()
308 …if (intersect_curve_bar_rec(m - 1, k - 1, X1 - X01, Y1 - Y01, x0 - X01, y0 - Y01, x01 - X01, y01 -… in intersect_curve_bar_rec()
311 if (intersect_curve_bar_rec(m - 1, k - 1, X1 - X01, Y1 - Y01, x0123 - X01, y0123 - Y01, in intersect_curve_bar_rec()
346 return intersect_curve_bar_rec(m, k, X1, Y1, x0, y0, x1, y1, x2, y2, x3, y3); in t1_hinter__intersect_curve_bar()
358 return intersect_curve_bar_rec(m, kb, ax3 - ax0, ay3 - ay0, in intersect_curve_curve_rec()
363 return intersect_curve_bar_rec(m, ka, bx3 - bx0, by3 - by0, in intersect_curve_curve_rec()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxhintn1.c236 static bool intersect_curve_bar_rec(int m, int k, fixed X1, fixed Y1, in intersect_curve_bar_rec() function
296 if (intersect_curve_bar_rec(m - 1, k, X1, Y1, x0, y0, x01, y01, x012, y012, x0123, y0123)) in intersect_curve_bar_rec()
298 if (intersect_curve_bar_rec(m - 1, k, X1, Y1, x0123, y0123, x123, y123, x23, y23, x3, y3)) in intersect_curve_bar_rec()
304 … if (intersect_curve_bar_rec(m - 1, k - 1, X01, Y01, x0, y0, x01, y01, x012, y012, x0123, y0123)) in intersect_curve_bar_rec()
306 … if (intersect_curve_bar_rec(m - 1, k - 1, X01, Y01, x0123, y0123, x123, y123, x23, y23, x3, y3)) in intersect_curve_bar_rec()
308 …if (intersect_curve_bar_rec(m - 1, k - 1, X1 - X01, Y1 - Y01, x0 - X01, y0 - Y01, x01 - X01, y01 -… in intersect_curve_bar_rec()
311 if (intersect_curve_bar_rec(m - 1, k - 1, X1 - X01, Y1 - Y01, x0123 - X01, y0123 - Y01, in intersect_curve_bar_rec()
346 return intersect_curve_bar_rec(m, k, X1, Y1, x0, y0, x1, y1, x2, y2, x3, y3); in t1_hinter__intersect_curve_bar()
358 return intersect_curve_bar_rec(m, kb, ax3 - ax0, ay3 - ay0, in intersect_curve_curve_rec()
363 return intersect_curve_bar_rec(m, ka, bx3 - bx0, by3 - by0, in intersect_curve_curve_rec()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxhintn1.c237 static bool intersect_curve_bar_rec(int m, int k, fixed X1, fixed Y1, in intersect_curve_bar_rec() function
297 … if (intersect_curve_bar_rec(m - 1, k, X1, Y1, x0, y0, x01, y01, x012, y012, x0123, y0123)) in intersect_curve_bar_rec()
299 … if (intersect_curve_bar_rec(m - 1, k, X1, Y1, x0123, y0123, x123, y123, x23, y23, x3, y3)) in intersect_curve_bar_rec()
305 … if (intersect_curve_bar_rec(m - 1, k - 1, X01, Y01, x0, y0, x01, y01, x012, y012, x0123, y0123)) in intersect_curve_bar_rec()
307 … if (intersect_curve_bar_rec(m - 1, k - 1, X01, Y01, x0123, y0123, x123, y123, x23, y23, x3, y3)) in intersect_curve_bar_rec()
309 …if (intersect_curve_bar_rec(m - 1, k - 1, X1 - X01, Y1 - Y01, x0 - X01, y0 - Y01, x01 - X01, y01 -… in intersect_curve_bar_rec()
312 if (intersect_curve_bar_rec(m - 1, k - 1, X1 - X01, Y1 - Y01, x0123 - X01, y0123 - Y01, in intersect_curve_bar_rec()
347 return intersect_curve_bar_rec(m, k, X1, Y1, x0, y0, x1, y1, x2, y2, x3, y3); in t1_hinter__intersect_curve_bar()
359 return intersect_curve_bar_rec(m, kb, ax3 - ax0, ay3 - ay0, in intersect_curve_curve_rec()
364 return intersect_curve_bar_rec(m, ka, bx3 - bx0, by3 - by0, in intersect_curve_curve_rec()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxhintn1.c237 static bool intersect_curve_bar_rec(int m, int k, fixed X1, fixed Y1, in intersect_curve_bar_rec() function
297 … if (intersect_curve_bar_rec(m - 1, k, X1, Y1, x0, y0, x01, y01, x012, y012, x0123, y0123)) in intersect_curve_bar_rec()
299 … if (intersect_curve_bar_rec(m - 1, k, X1, Y1, x0123, y0123, x123, y123, x23, y23, x3, y3)) in intersect_curve_bar_rec()
305 … if (intersect_curve_bar_rec(m - 1, k - 1, X01, Y01, x0, y0, x01, y01, x012, y012, x0123, y0123)) in intersect_curve_bar_rec()
307 … if (intersect_curve_bar_rec(m - 1, k - 1, X01, Y01, x0123, y0123, x123, y123, x23, y23, x3, y3)) in intersect_curve_bar_rec()
309 …if (intersect_curve_bar_rec(m - 1, k - 1, X1 - X01, Y1 - Y01, x0 - X01, y0 - Y01, x01 - X01, y01 -… in intersect_curve_bar_rec()
312 if (intersect_curve_bar_rec(m - 1, k - 1, X1 - X01, Y1 - Y01, x0123 - X01, y0123 - Y01, in intersect_curve_bar_rec()
347 return intersect_curve_bar_rec(m, k, X1, Y1, x0, y0, x1, y1, x2, y2, x3, y3); in t1_hinter__intersect_curve_bar()
359 return intersect_curve_bar_rec(m, kb, ax3 - ax0, ay3 - ay0, in intersect_curve_curve_rec()
364 return intersect_curve_bar_rec(m, ka, bx3 - bx0, by3 - by0, in intersect_curve_curve_rec()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxhintn1.c238 static bool intersect_curve_bar_rec(int m, int k, fixed X1, fixed Y1, in intersect_curve_bar_rec() function
298 … if (intersect_curve_bar_rec(m - 1, k, X1, Y1, x0, y0, x01, y01, x012, y012, x0123, y0123)) in intersect_curve_bar_rec()
300 … if (intersect_curve_bar_rec(m - 1, k, X1, Y1, x0123, y0123, x123, y123, x23, y23, x3, y3)) in intersect_curve_bar_rec()
306 … if (intersect_curve_bar_rec(m - 1, k - 1, X01, Y01, x0, y0, x01, y01, x012, y012, x0123, y0123)) in intersect_curve_bar_rec()
308 … if (intersect_curve_bar_rec(m - 1, k - 1, X01, Y01, x0123, y0123, x123, y123, x23, y23, x3, y3)) in intersect_curve_bar_rec()
310 …if (intersect_curve_bar_rec(m - 1, k - 1, X1 - X01, Y1 - Y01, x0 - X01, y0 - Y01, x01 - X01, y01 -… in intersect_curve_bar_rec()
313 if (intersect_curve_bar_rec(m - 1, k - 1, X1 - X01, Y1 - Y01, x0123 - X01, y0123 - Y01, in intersect_curve_bar_rec()
348 return intersect_curve_bar_rec(m, k, X1, Y1, x0, y0, x1, y1, x2, y2, x3, y3); in t1_hinter__intersect_curve_bar()
360 return intersect_curve_bar_rec(m, kb, ax3 - ax0, ay3 - ay0, in intersect_curve_curve_rec()
365 return intersect_curve_bar_rec(m, ka, bx3 - bx0, by3 - by0, in intersect_curve_curve_rec()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxhintn1.c238 static bool intersect_curve_bar_rec(int m, int k, fixed X1, fixed Y1, in intersect_curve_bar_rec() function
298 … if (intersect_curve_bar_rec(m - 1, k, X1, Y1, x0, y0, x01, y01, x012, y012, x0123, y0123)) in intersect_curve_bar_rec()
300 … if (intersect_curve_bar_rec(m - 1, k, X1, Y1, x0123, y0123, x123, y123, x23, y23, x3, y3)) in intersect_curve_bar_rec()
306 … if (intersect_curve_bar_rec(m - 1, k - 1, X01, Y01, x0, y0, x01, y01, x012, y012, x0123, y0123)) in intersect_curve_bar_rec()
308 … if (intersect_curve_bar_rec(m - 1, k - 1, X01, Y01, x0123, y0123, x123, y123, x23, y23, x3, y3)) in intersect_curve_bar_rec()
310 …if (intersect_curve_bar_rec(m - 1, k - 1, X1 - X01, Y1 - Y01, x0 - X01, y0 - Y01, x01 - X01, y01 -… in intersect_curve_bar_rec()
313 if (intersect_curve_bar_rec(m - 1, k - 1, X1 - X01, Y1 - Y01, x0123 - X01, y0123 - Y01, in intersect_curve_bar_rec()
348 return intersect_curve_bar_rec(m, k, X1, Y1, x0, y0, x1, y1, x2, y2, x3, y3); in t1_hinter__intersect_curve_bar()
360 return intersect_curve_bar_rec(m, kb, ax3 - ax0, ay3 - ay0, in intersect_curve_curve_rec()
365 return intersect_curve_bar_rec(m, ka, bx3 - bx0, by3 - by0, in intersect_curve_curve_rec()