Home | History | Annotate | Download | only in truetype

Lines Matching refs:point_count

1301     FT_UInt     point_count;
1424 localpoints = ft_var_readpackedpoints( stream, &point_count );
1426 point_count == 0 ? face->cvt_size
1427 : point_count );
1474 for ( j = 0; j < point_count; j++ )
1783 FT_UInt point_count, spoint_count = 0;
1893 localpoints = ft_var_readpackedpoints( stream, &point_count );
1899 point_count = spoint_count;
1903 point_count == 0 ? n_points
1904 : point_count );
1906 point_count == 0 ? n_points
1907 : point_count );
1968 for ( j = 0; j < point_count; j++ )