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

/external/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,
1816 FT_UInt n, num_base_points; local
1846 num_base_points = (FT_UInt)gloader->base.outline.n_points;
1869 if ( num_points == num_base_points )
1873 /* 0 -(1)-> start_point -(2)-> num_base_points
[all...]
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgload.c1020 FT_UInt num_base_points )
1039 for ( i = num_base_points; i < num_points; i++ )
1057 l += num_base_points;
1058 if ( k >= num_base_points ||
1150 translate_array( num_points - num_base_points,
1151 base_vec + num_base_points,
1730 FT_UInt n, num_base_points; local
1760 num_base_points = gloader->base.outline.n_points;
1781 if ( num_points == num_base_points )
1785 /* 0 -(1)-> start_point -(2)-> num_base_points
[all...]

Completed in 196 milliseconds