Home | History | Annotate | Download | only in base

Lines Matching defs:n_points

324     anoutline->n_points    = (FT_Short)numPoints;
361 FT_Int n_points = outline->n_points;
368 if ( n_points == 0 && n_contours == 0 )
372 if ( n_points <= 0 || n_contours <= 0 )
381 if ( end <= end0 || end >= n_points )
387 if ( end != n_points - 1 )
411 if ( source->n_points != target->n_points ||
418 FT_ARRAY_COPY( target->points, source->points, source->n_points );
420 FT_ARRAY_COPY( target->tags, source->tags, source->n_points );
483 if ( outline->n_points == 0 )
493 FT_Vector* limit = vec + outline->n_points;
538 for ( n = 0; n < outline->n_points; n++ )
719 limit = vec + outline->n_points;
1048 if ( !outline || outline->n_points <= 0 )