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

  /external/freetype/src/autofit/
aflatin.c 224 FT_Pos best_y; /* same as points.y */ local
244 best_y = 0; /* make compiler happy */
273 if ( best_point < 0 || points[pp].y > best_y )
276 best_y = points[pp].y;
282 if ( best_point < 0 || points[pp].y < best_y )
285 best_y = points[pp].y;
295 FT_TRACE5(( "%5d", best_y ));
319 dist = points[prev].y - best_y;
332 dist = points[next].y - best_y;
347 rounds[num_rounds++] = best_y;
    [all...]
aflatin2.c 220 FT_Int best_point, best_y, best_first, best_last; local
239 best_y = 0; /* make compiler happy */
266 if ( best_point < 0 || points[pp].y > best_y )
269 best_y = points[pp].y;
275 if ( best_point < 0 || points[pp].y < best_y )
278 best_y = points[pp].y;
288 FT_TRACE5(( "%5d", best_y ));
309 dist = points[prev].y - best_y;
323 dist = points[next].y - best_y;
340 rounds[num_rounds++] = best_y;
    [all...]

Completed in 161 milliseconds