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

  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 253 FT_Pos best_y; /* same as points.y */ local
272 best_y = 0; /* make compiler happy */
299 if ( best_point < 0 || points[pp].y > best_y )
302 best_y = points[pp].y;
308 if ( best_point < 0 || points[pp].y < best_y )
311 best_y = points[pp].y;
321 FT_TRACE5(( " %c %ld", *p, best_y ));
358 dist = FT_ABS( points[prev].y - best_y );
381 dist = FT_ABS( points[next].y - best_y );
412 rounds[num_rounds++] = best_y;
    [all...]
aflatin2.c 221 FT_Int best_point, best_y, best_first, best_last; local
238 best_y = 0; /* make compiler happy */
265 if ( best_point < 0 || points[pp].y > best_y )
268 best_y = points[pp].y;
274 if ( best_point < 0 || points[pp].y < best_y )
277 best_y = points[pp].y;
287 FT_TRACE5(( " %c %d", *p, best_y ));
309 dist = FT_ABS( points[prev].y - best_y );
326 dist = FT_ABS( points[next].y - best_y );
344 rounds[num_rounds++] = best_y;
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 222 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(( " %c %d", *p, best_y ));
310 dist = FT_ABS( points[prev].y - best_y );
327 dist = FT_ABS( points[next].y - best_y );
345 rounds[num_rounds++] = best_y;
    [all...]
aflatin.c 347 FT_Pos best_y; /* same as points.y */ local
374 best_y = 0; /* make compiler happy */
401 if ( best_point < 0 || points[pp].y > best_y )
404 best_y = points[pp].y;
410 if ( best_point < 0 || points[pp].y < best_y )
413 best_y = points[pp].y;
464 dist = FT_ABS( points[prev].y - best_y );
489 dist = FT_ABS( points[next].y - best_y );
606 if ( FT_ABS( best_y - points[first].y ) > height_threshold )
669 best_y = points[first].y
    [all...]

Completed in 241 milliseconds