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 202 FT_Pos best_y; /* same as points.y */ local
222 best_y = 0; /* make compiler happy */
249 if ( best_point < 0 || points[pp].y > best_y )
252 best_y = points[pp].y;
258 if ( best_point < 0 || points[pp].y < best_y )
261 best_y = points[pp].y;
271 AF_LOG(( "%5d", best_y ));
295 dist = points[prev].y - best_y;
308 dist = points[next].y - best_y;
323 rounds[num_rounds++] = best_y;
    [all...]
aflatin2.c 208 FT_Int best_point, best_y, best_first, best_last; local
227 best_y = 0; /* make compiler happy */
254 if ( best_point < 0 || points[pp].y > best_y )
257 best_y = points[pp].y;
263 if ( best_point < 0 || points[pp].y < best_y )
266 best_y = points[pp].y;
276 AF_LOG(( "%5d", best_y ));
297 dist = points[prev].y - best_y;
311 dist = points[next].y - best_y;
328 rounds[num_rounds++] = best_y;
    [all...]

Completed in 162 milliseconds