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 937 FT_UInt num_base_points )
956 for ( i = num_base_points; i < num_points; i++ )
974 l += num_base_points;
975 if ( k >= num_base_points ||
1507 FT_UInt n, num_base_points; local
    [all...]

Completed in 23 milliseconds