Home | History | Annotate | Download | only in base

Lines Matching defs:num_points

246     FT_UInt     num_points;
263 FT_UInt new_max = border->num_points + new_points;
293 FT_UInt count = border->num_points;
300 border->num_points = start;
305 border->num_points = --count;
367 border->points[border->num_points - 1] = *to;
375 FT_Vector* vec = border->points + border->num_points;
376 FT_Byte* tag = border->tags + border->num_points;
382 border->num_points += 1;
403 FT_Vector* vec = border->points + border->num_points;
404 FT_Byte* tag = border->tags + border->num_points;
412 border->num_points += 2;
433 FT_Vector* vec = border->points + border->num_points;
434 FT_Byte* tag = border->tags + border->num_points;
445 border->num_points += 3;
533 border->start = border->num_points;
548 border->num_points = 0;
558 border->num_points = 0;
573 border->num_points = 0;
586 FT_UInt num_points = 0;
589 FT_UInt count = border->num_points;
595 for ( ; count > 0; count--, num_points++, point++, tags++ )
620 *anum_points = num_points;
625 num_points = 0;
638 border->num_points );
642 FT_UInt count = border->num_points;
660 FT_UInt count = border->num_points;
676 outline->n_points = (short)( outline->n_points + border->num_points );
1437 new_points = left->num_points - left->start;
1445 FT_Vector* dst_point = right->points + right->num_points;
1446 FT_Byte* dst_tag = right->tags + right->num_points;
1447 FT_Vector* src_point = left->points + left->num_points - 1;
1448 FT_Byte* src_tag = left->tags + left->num_points - 1;
1476 left->num_points = left->start;
1477 right->num_points += new_points;
1581 FT_UInt num_points = 0, num_contours = 0;
1592 &num_points, &num_contours );
1595 *anum_points = num_points;
1611 FT_UInt count1, count2, num_points = 0;
1626 num_points = count1 + count3;
1630 *anum_points = num_points;
1912 FT_UInt num_points, num_contours;
1919 (void)FT_Stroker_GetCounts( stroker, &num_points, &num_contours );
1924 num_points, num_contours, outline );
1987 FT_UInt num_points, num_contours;
2004 &num_points, &num_contours );
2009 num_points,