HomeSort by relevance Sort by last modified time
    Searched refs:best_point (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/autofit/
aflatin.c 203 FT_Int best_point, best_first, best_last; local
221 best_point = -1;
234 FT_Int old_best_point = best_point;
249 if ( best_point < 0 || points[pp].y > best_y )
251 best_point = pp;
258 if ( best_point < 0 || points[pp].y < best_y )
260 best_point = pp;
265 if ( best_point != old_best_point )
277 if ( best_point >= 0 )
285 prev = best_point;
    [all...]
aflatin2.c 208 FT_Int best_point, best_y, best_first, best_last; local
226 best_point = -1;
239 FT_Int old_best_point = best_point;
254 if ( best_point < 0 || points[pp].y > best_y )
256 best_point = pp;
263 if ( best_point < 0 || points[pp].y < best_y )
265 best_point = pp;
270 if ( best_point != old_best_point )
289 start = end = best_point;
303 } while ( start != best_point );
    [all...]

Completed in 68 milliseconds