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

  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 254 FT_Int best_point, best_contour_first, best_contour_last; local
271 best_point = -1;
284 FT_Int old_best_point = best_point;
299 if ( best_point < 0 || points[pp].y > best_y )
301 best_point = pp;
308 if ( best_point < 0 || points[pp].y < best_y )
310 best_point = pp;
315 if ( best_point != old_best_point )
327 if ( best_point >= 0 )
329 FT_Pos best_x = points[best_point].x
    [all...]
aflatin2.c 221 FT_Int best_point, best_y, best_first, best_last; local
237 best_point = -1;
250 FT_Int old_best_point = best_point;
265 if ( best_point < 0 || points[pp].y > best_y )
267 best_point = pp;
274 if ( best_point < 0 || points[pp].y < best_y )
276 best_point = pp;
281 if ( best_point != old_best_point )
294 FT_Pos best_x = points[best_point].x;
301 start = end = best_point;
    [all...]
afcjk.c 333 FT_Int best_point; local
356 best_point = -1;
385 if ( best_point < 0 || points[pp].y > best_pos )
387 best_point = pp;
394 if ( best_point < 0 || points[pp].y < best_pos )
396 best_point = pp;
403 if ( best_point < 0 || points[pp].x < best_pos )
405 best_point = pp;
412 if ( best_point < 0 || points[pp].x > best_pos )
414 best_point = pp
    [all...]
  /external/freetype/src/autofit/
aflatin.c 348 FT_Int best_point, best_contour_first, best_contour_last; local
373 best_point = -1;
386 FT_Int old_best_point = best_point;
401 if ( best_point < 0 || points[pp].y > best_y )
403 best_point = pp;
410 if ( best_point < 0 || points[pp].y < best_y )
412 best_point = pp;
417 if ( best_point != old_best_point )
428 if ( best_point >= 0 )
430 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 64 milliseconds