Home | History | Annotate | Download | only in base

Lines Matching defs:n_points

312     anoutline->n_points    = (FT_UShort)numPoints;
349 FT_Int n_points = outline->n_points;
356 if ( n_points == 0 && n_contours == 0 )
360 if ( n_points <= 0 || n_contours <= 0 )
369 if ( end <= end0 || end >= n_points )
375 if ( end != n_points - 1 )
397 source->n_points != target->n_points ||
404 FT_ARRAY_COPY( target->points, source->points, source->n_points );
406 FT_ARRAY_COPY( target->tags, source->tags, source->n_points );
468 if ( outline->n_points == 0 )
478 FT_Vector* limit = vec + outline->n_points;
523 for ( n = 0; n < outline->n_points; n++ )
706 limit = vec + outline->n_points;
997 if ( !outline || outline->n_points <= 0 )