Home | History | Annotate | Download | only in truetype

Lines Matching refs:point_count

1114     FT_UInt     point_count;
1231 localpoints = ft_var_readpackedpoints( stream, &point_count );
1233 point_count == 0 ? face->cvt_size
1234 : point_count );
1248 for ( j = 0; j < point_count; ++j )
1320 FT_UInt point_count, spoint_count = 0;
1425 localpoints = ft_var_readpackedpoints( stream, &point_count );
1431 point_count = spoint_count;
1435 point_count == 0 ? n_points
1436 : point_count );
1438 point_count == 0 ? n_points
1439 : point_count );
1456 for ( j = 0; j < point_count; ++j )