HomeSort by relevance Sort by last modified time
    Searched refs:num_points (Results 1 - 25 of 25) sorted by null

  /external/freetype/src/base/
ftgloadr.c 364 FT_UInt num_points = source->base.outline.n_points; local
368 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours );
376 num_points );
378 num_points );
386 num_points );
388 num_points );
391 out->n_points = (short)num_points;
ftstroke.c 304 FT_UInt num_points; member in struct:FT_StrokeBorderRec_
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;
655 FT_UInt num_points = 0; local
1952 FT_UInt num_points = 0, num_contours = 0; local
1982 FT_UInt count1, count2, num_points = 0; local
2290 FT_UInt num_points, num_contours; local
2367 FT_UInt num_points, num_contours; local
    [all...]