Searched refs:SPLINESIZE (Results 1 – 3 of 3) sorted by relevance
4 #define SPLINESIZE 23 /*max spline parts to a line */ macro20 int xstarts[SPLINESIZE]; /*start x coords */21 QUAD_SPEC quads[SPLINESIZE]; /*quadratic sections */
66 #define SPLINESIZE 23 macro357 int xstarts[SPLINESIZE + 1]; //segment boundaries in find_textlines()538 float yturns[SPLINESIZE]; /*y coords of turn pts */ in make_first_baseline()539 int xturns[SPLINESIZE]; /*xcoords of turn pts */ in make_first_baseline()540 int xstarts[SPLINESIZE + 1]; in make_first_baseline()590 if (segment < SPLINESIZE - 2) { in make_first_baseline()1131 int turnpoints[SPLINESIZE]; /*good turning points */ in segment_spline()1143 while (ptindex < pointcount - 1 && turncount < SPLINESIZE - 1) { in segment_spline()1174 if (turncount < SPLINESIZE - 1) in segment_spline()1177 if (turncount < SPLINESIZE - 1) in segment_spline()[all …]
39 #define SPLINESIZE 23 /*max spline parts to a line */ macro