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 166 AF_Point points = hints->points;
167 AF_Point limit = points + hints->num_points;
168 AF_Point point;
443 AF_Point points;
519 AF_Point point;
520 AF_Point point_limit = points + hints->num_points;
527 AF_Point end = points + outline->contours[0];
528 AF_Point prev = end;
568 AF_Point* contour = hints->contours;
569 AF_Point* contour_limit = contour + hints->num_contours
    [all...]
afhints.h 100 typedef struct AF_PointRec_* AF_Point;
116 AF_Point next; /* next point in contour */
117 AF_Point prev; /* previous point in contour */
140 AF_Point first; /* first point in edge segment */
141 AF_Point last; /* last point in edge segment */
142 AF_Point* contour; /* ptr to first point of segment's contour */
202 AF_Point points;
206 AF_Point* contours;
280 * recompute all AF_Point in a AF_GlyphHints from the definitions
aflatin2.c 669 AF_Point* contour = hints->contours;
670 AF_Point* contour_limit = contour + hints->num_contours;
686 AF_Point point = hints->points;
687 AF_Point limit = point + hints->num_points;
698 AF_Point point = hints->points;
699 AF_Point limit = point + hints->num_points;
712 AF_Point point = contour[0];
713 AF_Point start = point;
714 AF_Point last = point->prev;
743 AF_Point first
    [all...]
aflatin.c 667 AF_Point* contour = hints->contours;
668 AF_Point* contour_limit = contour + hints->num_contours;
684 AF_Point point = hints->points;
685 AF_Point limit = point + hints->num_points;
696 AF_Point point = hints->points;
697 AF_Point limit = point + hints->num_points;
710 AF_Point point = contour[0];
711 AF_Point last = point->prev;
830 AF_Point first = segment->first;
831 AF_Point last = segment->last
    [all...]
afcjk.c 135 AF_Point pt = seg->first;
136 AF_Point last = seg->last;
    [all...]
afwarp.c 140 AF_Point points;

Completed in 63 milliseconds