Searched refs:local_min (Results 1 – 5 of 5) sorted by relevance
264 EDGEPT *local_min = NULL; in prioritize_points() local268 local_min = this_point; in prioritize_points()274 (local_min ? local_min->pos.y : 999), in prioritize_points()285 local_min = this_point->next; in prioritize_points()289 if (local_min != NULL) in prioritize_points()290 new_min_point(local_min, points); in prioritize_points()293 local_min = NULL; in prioritize_points()303 local_min = NULL; in prioritize_points()306 if (local_min->prev->vec.y != 0) { in prioritize_points()307 new_min_point(local_min, points); in prioritize_points()[all …]
109 void new_min_point(EDGEPT *local_min, POINT_GROUP points);
90 BOOL8 local_min( //test local minness
506 BOOL8 STATS::local_min( //test minness in local_min() function in STATS
561 mins[minindex] = projection->local_min (x + offset); in check_pitch_sync3()570 mins[minindex] = projection->local_min (x + pitch_error); in check_pitch_sync3()