Home | History | Annotate | Download | only in truetype

Lines Matching defs:point_count

1133     FT_UInt     point_count;
1250 localpoints = ft_var_readpackedpoints( stream, &point_count );
1252 point_count == 0 ? face->cvt_size
1253 : point_count );
1267 for ( j = 0; j < point_count; ++j )
1339 FT_UInt point_count, spoint_count = 0;
1444 localpoints = ft_var_readpackedpoints( stream, &point_count );
1450 point_count = spoint_count;
1454 point_count == 0 ? n_points
1455 : point_count );
1457 point_count == 0 ? n_points
1458 : point_count );
1475 for ( j = 0; j < point_count; ++j )