HomeSort by relevance Sort by last modified time
    Searched defs:num_points (Results 1 - 9 of 9) 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 246 FT_UInt num_points; member in struct:FT_StrokeBorderRec_
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;
586 FT_UInt num_points = 0; local
1581 FT_UInt num_points = 0, num_contours = 0; local
1611 FT_UInt count1, count2, num_points = 0; local
1912 FT_UInt num_points, num_contours; local
1987 FT_UInt num_points, num_contours; local
    [all...]
  /external/freetype/src/autofit/
afwarp.c 145 FT_UInt nn, num_points, num_segments; local
174 num_points = hints->num_points;
185 for ( nn = 1; nn < num_points; nn++ )
afloader.c 273 FT_UInt num_points, num_new_points, num_base_points; local
305 num_points = gloader->base.outline.n_points;
306 num_new_points = num_points - num_base_points;
afhints.h 201 FT_Int num_points; member in struct:AF_GlyphHintsRec_
  /external/freetype/src/psaux/
t1decode.c 808 FT_UInt num_points, nn, mm; local
820 num_points = (FT_UInt)subr_no - 13 + ( subr_no == 18 );
821 if ( arg_cnt != (FT_Int)( num_points * blend->num_designs ) )
843 delta = top + num_points;
845 for ( nn = 0; nn < num_points; nn++ )
856 known_othersubr_result_cnt = num_points;
    [all...]
  /external/freetype/include/freetype/
t1tables.h 252 FT_Byte num_points; member in struct:PS_DesignMap_
  /external/freetype/src/pshinter/
pshalgo.h 205 FT_UInt num_points; member in struct:PSH_GlyphRec_
  /external/freetype/src/truetype/
ttgload.c 961 FT_UInt num_points = gloader->base.outline.n_points; local
976 for ( i = num_base_points; i < num_points; i++ )
996 l >= num_points )
1530 FT_UInt num_points = start_point; local
    [all...]

Completed in 828 milliseconds