Home | History | Annotate | Download | only in base

Lines Matching defs:num_points

304     FT_UInt     num_points;
321 FT_UInt new_max = border->num_points + new_points;
351 FT_UInt count = border->num_points;
358 border->num_points = start;
363 border->num_points = --count;
425 border->points[border->num_points - 1] = *to;
430 if ( border->num_points > 0 &&
431 FT_IS_SMALL( border->points[border->num_points - 1].x - to->x ) &&
432 FT_IS_SMALL( border->points[border->num_points - 1].y - to->y ) )
439 FT_Vector* vec = border->points + border->num_points;
440 FT_Byte* tag = border->tags + border->num_points;
446 border->num_points += 1;
467 FT_Vector* vec = border->points + border->num_points;
468 FT_Byte* tag = border->tags + border->num_points;
477 border->num_points += 2;
500 FT_Vector* vec = border->points + border->num_points;
501 FT_Byte* tag = border->tags + border->num_points;
512 border->num_points += 3;
602 border->start = border->num_points;
617 border->num_points = 0;
627 border->num_points = 0;
642 border->num_points = 0;
655 FT_UInt num_points = 0;
658 FT_UInt count = border->num_points;
664 for ( ; count > 0; count--, num_points++, point++, tags++ )
689 *anum_points = num_points;
694 num_points = 0;
707 border->num_points );
711 FT_UInt count = border->num_points;
729 FT_UInt count = border->num_points;
745 outline->n_points = (short)( outline->n_points + border->num_points );
1472 start = border->points[border->num_points - 1];
1679 start = border->points[border->num_points - 1];
1801 new_points = left->num_points - left->start;
1809 FT_Vector* dst_point = right->points + right->num_points;
1810 FT_Byte* dst_tag = right->tags + right->num_points;
1811 FT_Vector* src_point = left->points + left->num_points - 1;
1812 FT_Byte* src_tag = left->tags + left->num_points - 1;
1841 left->num_points = left->start;
1842 right->num_points += new_points;
1952 FT_UInt num_points = 0, num_contours = 0;
1963 &num_points, &num_contours );
1966 *anum_points = num_points;
1982 FT_UInt count1, count2, num_points = 0;
1997 num_points = count1 + count3;
2001 *anum_points = num_points;
2290 FT_UInt num_points, num_contours;
2297 (void)FT_Stroker_GetCounts( stroker, &num_points, &num_contours );
2302 num_points, num_contours, outline );
2367 FT_UInt num_points, num_contours;
2384 num_points, &num_contours );
2389 num_points,