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

  /external/freetype/src/autofit/
afhints.c 173 AF_Point points = hints->points;
174 AF_Point limit = points + hints->num_points;
175 AF_Point point;
567 /* Recompute all AF_Point in AF_GlyphHints from the definitions */
575 AF_Point points;
651 AF_Point point;
652 AF_Point point_limit = points + hints->num_points;
659 AF_Point end = points + outline->contours[0];
660 AF_Point prev = end;
700 AF_Point* contour = hints->contours
    [all...]
afhints.h 245 typedef struct AF_PointRec_* AF_Point;
261 AF_Point next; /* next point in contour */
262 AF_Point prev; /* previous point in contour */
285 AF_Point first; /* first point in edge segment */
286 AF_Point last; /* last point in edge segment */
343 AF_Point points; /* points array */
347 AF_Point* contours; /* contours array */
aflatin2.c 686 AF_Point* contour = hints->contours;
687 AF_Point* contour_limit = contour + hints->num_contours;
703 AF_Point point = hints->points;
704 AF_Point limit = point + hints->num_points;
715 AF_Point point = hints->points;
716 AF_Point limit = point + hints->num_points;
729 AF_Point point = contour[0];
730 AF_Point start = point;
731 AF_Point last = point->prev;
760 AF_Point first
    [all...]
aflatin.c 734 AF_Point* contour = hints->contours;
735 AF_Point* contour_limit = contour + hints->num_contours;
751 AF_Point point = hints->points;
752 AF_Point limit = point + hints->num_points;
763 AF_Point point = hints->points;
764 AF_Point limit = point + hints->num_points;
777 AF_Point point = contour[0];
778 AF_Point last = point->prev;
896 AF_Point first = segment->first;
897 AF_Point last = segment->last
    [all...]
afwarp.c 169 AF_Point points;
afcjk.c 700 AF_Point pt = seg->first;
701 AF_Point last = seg->last;
    [all...]

Completed in 579 milliseconds