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

  /external/freetype/src/base/
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...]
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;
  /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++ )
afhints.c 167 AF_Point limit = points + hints->num_points;
421 hints->num_points = 0;
452 hints->num_points = 0;
490 hints->num_points = outline->n_points;
515 if ( hints->num_points == 0 )
520 AF_Point point_limit = points + hints->num_points;
647 AF_Point limit = point + hints->num_points;
755 AF_Point point_limit = points + hints->num_points;
993 AF_Point point_limit = points + hints->num_points;
1124 AF_Point points_limit = points + hints->num_points;
    [all...]
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_
aflatin.c 685 AF_Point limit = point + hints->num_points;
697 AF_Point limit = point + hints->num_points;
    [all...]
aflatin2.c 687 AF_Point limit = point + hints->num_points;
699 AF_Point limit = point + hints->num_points;
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 1150 glyph->num_points = 0;
1190 FT_UInt count = glyph->num_points;
    [all...]
pshalgo.h 205 FT_UInt num_points; member in struct:PSH_GlyphRec_
  /external/freetype/include/freetype/
t1tables.h 252 FT_Byte num_points; member in struct:PS_DesignMap_
  /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/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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 101 unsigned short num_points; member in struct:_XkbOutline

Completed in 132 milliseconds