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 247 AF_Point point = hints->points + point_idx;
262 AF_Point p = segment->first;
307 AF_Point points = hints->points;
308 AF_Point limit = points + hints->num_points;
309 AF_Point* contour = hints->contours;
310 AF_Point* climit = contour + hints->num_contours;
311 AF_Point point;
414 AF_Point points = hints->points;
728 /* Recompute all AF_Point in AF_GlyphHints from the definitions */
736 AF_Point points
    [all...]
afhints.h 236 typedef struct AF_PointRec_* AF_Point;
252 AF_Point next; /* next point in contour */
253 AF_Point prev; /* previous point in contour */
276 AF_Point first; /* first point in edge segment */
277 AF_Point last; /* last point in edge segment */
346 AF_Point points; /* points array */
350 AF_Point* contours; /* contours array */
366 AF_Point contours[AF_CONTOURS_EMBEDDED];
aflatin2.c 739 AF_Point* contour = hints->contours;
740 AF_Point* contour_limit = contour + hints->num_contours;
756 AF_Point point = hints->points;
757 AF_Point limit = point + hints->num_points;
768 AF_Point point = hints->points;
769 AF_Point limit = point + hints->num_points;
782 AF_Point point = contour[0];
783 AF_Point start = point;
784 AF_Point last = point->prev;
813 AF_Point first
    [all...]
aflatin.c     [all...]
afwarp.c 168 AF_Point points;
afcjk.c 822 AF_Point pt = seg->first;
823 AF_Point last = seg->last;
    [all...]

Completed in 1810 milliseconds