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

  /external/freetype/src/autofit/
aflatin.c 375 FT_Int best_point, best_contour_first, best_contour_last; local
447 best_point = -1;
460 FT_Int old_best_point = best_point;
478 if ( best_point < 0 || points[pp].y > best_y )
480 best_point = pp;
492 if ( best_point < 0 || points[pp].y < best_y )
494 best_point = pp;
503 if ( best_point != old_best_point )
514 if ( best_point >= 0 )
516 FT_Pos best_x = points[best_point].x
    [all...]
aflatin2.c 227 FT_Int best_point, best_y, best_first, best_last; local
243 best_point = -1;
256 FT_Int old_best_point = best_point;
271 if ( best_point < 0 || points[pp].y > best_y )
273 best_point = pp;
280 if ( best_point < 0 || points[pp].y < best_y )
282 best_point = pp;
287 if ( best_point != old_best_point )
300 FT_Pos best_x = points[best_point].x;
307 start = end = best_point;
    [all...]
afcjk.c 352 FT_Int best_point; local
407 best_point = -1;
434 if ( best_point < 0 || points[pp].x > best_pos )
436 best_point = pp;
443 if ( best_point < 0 || points[pp].x < best_pos )
445 best_point = pp;
455 if ( best_point < 0 || points[pp].y > best_pos )
457 best_point = pp;
464 if ( best_point < 0 || points[pp].y < best_pos )
466 best_point = pp
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aflatin.c 358 FT_Int best_point, best_contour_first, best_contour_last; local
384 best_point = -1;
397 FT_Int old_best_point = best_point;
413 if ( best_point < 0 || points[pp].y > best_y )
415 best_point = pp;
427 if ( best_point < 0 || points[pp].y < best_y )
429 best_point = pp;
438 if ( best_point != old_best_point )
449 if ( best_point >= 0 )
451 FT_Pos best_x = points[best_point].x
    [all...]
aflatin2.c 222 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 )
295 FT_Pos best_x = points[best_point].x;
302 start = end = best_point;
    [all...]
afcjk.c 329 FT_Int best_point; local
361 best_point = -1;
388 if ( best_point < 0 || points[pp].x > best_pos )
390 best_point = pp;
397 if ( best_point < 0 || points[pp].x < best_pos )
399 best_point = pp;
409 if ( best_point < 0 || points[pp].y > best_pos )
411 best_point = pp;
418 if ( best_point < 0 || points[pp].y < best_pos )
420 best_point = pp
    [all...]

Completed in 44 milliseconds