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

  /external/chromium_org/third_party/freetype/src/autofit/
afloader.c 289 FT_UInt num_points, num_new_points, num_base_points; local
300 num_base_points = gloader->base.outline.n_points;
322 num_new_points = num_points - num_base_points;
331 num_base_points;
349 if ( start_point + k >= num_base_points ||
356 l += num_base_points;
379 dummy.points += num_base_points;
  /external/freetype/src/autofit/
afloader.c 300 FT_UInt num_points, num_new_points, num_base_points; local
311 num_base_points = gloader->base.outline.n_points;
328 num_new_points = num_points - num_base_points;
337 num_base_points;
355 if ( start_point + k >= num_base_points ||
362 l += num_base_points;
385 dummy.points += num_base_points;
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 1024 FT_UInt num_base_points )
1043 for ( i = num_base_points; i < num_points; i++ )
1061 l += num_base_points
1588 FT_UInt n, num_base_points; local
    [all...]
  /external/freetype/src/truetype/
ttgload.c 1022 FT_UInt num_base_points )
1041 for ( i = num_base_points; i < num_points; i++ )
1059 l += num_base_points;
1060 if ( k >= num_base_points ||
1732 FT_UInt n, num_base_points; local
    [all...]

Completed in 144 milliseconds