Searched refs:num_base_points (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/freetype/src/autofit/
H A Dafloader.c289 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/
H A Dafloader.c300 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/
H A Dttgload.c1024 FT_UInt num_base_points )
1043 for ( i = num_base_points; i < num_points; i++ )
1061 l += num_base_points;
1062 if ( k >= num_base_points ||
1154 translate_array( num_points - num_base_points,
1155 base_vec + num_base_points,
1588 FT_UInt n, num_base_points; local
1618 num_base_points = gloader->base.outline.n_points;
1638 if ( num_points == num_base_points )
1642 /* 0 -(1)-> start_point -(2)-> num_base_points
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgload.c1033 FT_UInt num_base_points )
1052 for ( i = num_base_points; i < num_points; i++ )
1070 l += num_base_points;
1071 if ( k >= num_base_points ||
1163 translate_array( num_points - num_base_points,
1164 base_vec + num_base_points,
1597 FT_UInt n, num_base_points; local
1627 num_base_points = gloader->base.outline.n_points;
1647 if ( num_points == num_base_points )
1651 /* 0 -(1)-> start_point -(2)-> num_base_points
[all...]
/external/freetype/src/truetype/
H A Dttgload.c1022 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 ||
1152 translate_array( num_points - num_base_points,
1153 base_vec + num_base_points,
1732 FT_UInt n, num_base_points; local
1762 num_base_points = gloader->base.outline.n_points;
1783 if ( num_points == num_base_points )
1787 /* 0 -(1)-> start_point -(2)-> num_base_points
[all...]

Completed in 302 milliseconds