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

  /external/freetype/src/autofit/
aflatin.c 225 FT_Int best_point, best_first, best_last; local
243 best_point = -1;
258 FT_Int old_best_point = best_point;
273 if ( best_point < 0 || points[pp].y > best_y )
275 best_point = pp;
282 if ( best_point < 0 || points[pp].y < best_y )
284 best_point = pp;
289 if ( best_point != old_best_point )
301 if ( best_point >= 0 )
309 prev = best_point;
    [all...]
aflatin2.c 220 FT_Int best_point, best_y, best_first, best_last; local
238 best_point = -1;
251 FT_Int old_best_point = best_point;
266 if ( best_point < 0 || points[pp].y > best_y )
268 best_point = pp;
275 if ( best_point < 0 || points[pp].y < best_y )
277 best_point = pp;
282 if ( best_point != old_best_point )
301 start = end = best_point;
315 } while ( start != best_point );
    [all...]
afcjk.c 330 FT_Int best_point; local
353 best_point = -1;
382 if ( best_point < 0 || points[pp].y > best_pos )
384 best_point = pp;
391 if ( best_point < 0 || points[pp].y < best_pos )
393 best_point = pp;
400 if ( best_point < 0 || points[pp].x < best_pos )
402 best_point = pp;
409 if ( best_point < 0 || points[pp].x > best_pos )
411 best_point = pp
    [all...]

Completed in 158 milliseconds