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

/external/freetype/src/truetype/
H A Dttgload.c1023 FT_UInt num_base_points )
1032 num_base_points;
1034 (short)num_base_points;
1059 l += num_base_points;
1060 if ( k >= num_base_points ||
1893 FT_UInt n, num_base_points; local
1929 num_base_points = (FT_UInt)gloader->base.outline.n_points;
1955 if ( num_points == num_base_points )
1959 /* 0 -(1)-> start_point -(2)-> num_base_points -(3)-> n_points. */
1967 num_base_points );
[all...]
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgload.c999 FT_UInt num_base_points )
1008 num_base_points;
1010 (short)num_base_points;
1035 l += num_base_points;
1036 if ( k >= num_base_points ||
1788 FT_UInt n, num_base_points; local
1818 num_base_points = (FT_UInt)gloader->base.outline.n_points;
1841 if ( num_points == num_base_points )
1845 /* 0 -(1)-> start_point -(2)-> num_base_points -(3)-> n_points. */
1853 num_base_points );
[all...]

Completed in 66 milliseconds