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

  /external/freetype/src/autofit/
afloader.c 283 FT_UInt num_points, num_new_points, num_base_points; local
294 num_base_points = gloader->base.outline.n_points;
316 num_new_points = num_points - num_base_points;
325 num_base_points;
343 if ( start_point + k >= num_base_points ||
350 l += num_base_points;
373 dummy.points += num_base_points;
  /external/freetype/src/truetype/
ttgload.c 940 FT_UInt num_base_points )
959 for ( i = num_base_points; i < num_points; i++ )
977 l += num_base_points;
978 if ( k >= num_base_points ||
1510 FT_UInt n, num_base_points; local
    [all...]

Completed in 48 milliseconds