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

  /external/opencv/cv/src/
cvsubdivision2d.cpp 413 CvSubdiv2DPoint *curr_point = 0, *first_point = 0; local
457 first_point = cvSubdiv2DEdgeOrg( curr_edge );
458 cvSubdiv2DSetEdgePoints( base_edge, first_point, curr_point );
467 while( cvSubdiv2DEdgeDst( curr_edge ) != first_point );
489 else if( curr_org == first_point )
  /external/freetype/src/autofit/
afhints.c 1154 AF_Point first_point; local
1189 first_point = point;
1239 af_iup_shift( first_point, end_point, first_touched );
1248 af_iup_interp( first_point, first_touched - 1,
  /external/freetype/src/base/
ftstroke.c 767 FT_Bool first_point; /* is this the start? */ member in struct:FT_StrokerRec_
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1480 FT_UShort first_point; \/* offset of first (#0) point *\/ member in struct:TT_GlyphZoneRec_
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 6819 FT_UInt first_point; \/* first point of contour *\/ local
    [all...]
ttgload.c 700 zone->first_point = (FT_UShort)start_point;
    [all...]

Completed in 172 milliseconds