HomeSort by relevance Sort by last modified time
    Searched defs:num_points (Results 1 - 14 of 14) 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...]
  /external/freetype/src/autofit/
afwarp.c 174 FT_UInt nn, num_points, num_segments; local
203 num_points = hints->num_points;
214 for ( nn = 1; nn < num_points; nn++ )
afloader.c 283 FT_UInt num_points, num_new_points, num_base_points; local
315 num_points = gloader->base.outline.n_points;
316 num_new_points = num_points - num_base_points;
afhints.h 342 FT_Int num_points; /* number of used points */ member in struct:AF_GlyphHintsRec_
  /external/freetype/src/psaux/
t1decode.c 809 FT_UInt num_points, nn, mm; local
821 num_points = (FT_UInt)subr_no - 13 + ( subr_no == 18 );
822 if ( arg_cnt != (FT_Int)( num_points * blend->num_designs ) )
845 delta = top + num_points;
847 for ( nn = 0; nn < num_points; nn++ )
858 known_othersubr_result_cnt = num_points;
    [all...]
  /external/opencv/cvaux/src/
cv3dtracker.cpp 80 const int num_points = etalon_size.width * etalon_size.height; local
127 CV_CALL(object_points = (CvPoint3D32f *)cvAlloc(num_points * sizeof(CvPoint3D32f)));
128 CV_CALL(points = (CvPoint2D32f *)cvAlloc(num_points * sizeof(CvPoint2D32f)));
170 int count = num_points;
176 // If found is true, it means all the points were found (count = num_points).
  /external/freetype/src/pshinter/
pshalgo.h 205 FT_UInt num_points; member in struct:PSH_GlyphRec_
  /external/freetype/src/truetype/
ttgload.c 941 FT_UInt num_points = gloader->base.outline.n_points; local
956 for ( i = num_base_points; i < num_points; i++ )
976 l >= num_points )
1510 FT_UInt num_points = start_point; local
    [all...]
  /external/flac/include/FLAC/
format.h 610 unsigned num_points; member in struct:__anon6443
    [all...]
  /external/freetype/include/freetype/
t1tables.h 252 FT_Byte num_points; member in struct:PS_DesignMap_
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 101 unsigned short num_points; member in struct:_XkbOutline
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 101 unsigned short num_points; member in struct:_XkbOutline
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 101 unsigned short num_points; member in struct:_XkbOutline

Completed in 755 milliseconds