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

/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgsscanline.c374 hpgs_path_point *next_point; local
387 next_point = &path->points[i+1];
390 double dscan1 = (c->y0 - next_point->p.y)/c->yfac;
394 point->p.x,point->p.y,next_point->p.x,next_point->p.y);
415 next_edge_cut = next_point;
438 next_edge_cut = next_point;
451 if (next_point->p.y > point->p.y)
453 else if (next_point->p.y < point->p.y)
460 if (point->p.x != next_point
847 hpgs_path_point *next_point; local
1513 hpgs_path_point *next_point; local
[all...]

Completed in 89 milliseconds