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

  /external/freetype/src/autofit/
afhints.c 196 AF_Point points = hints->points;
197 AF_Point limit = points + hints->num_points;
198 AF_Point point;
271 AF_Point points = hints->points;
555 /* Recompute all AF_Point in AF_GlyphHints from the definitions */
563 AF_Point points;
639 AF_Point point;
640 AF_Point point_limit = points + hints->num_points;
647 AF_Point end = points + outline->contours[0];
648 AF_Point prev = end
    [all...]
afhints.h 256 typedef struct AF_PointRec_* AF_Point;
272 AF_Point next; /* next point in contour */
273 AF_Point prev; /* previous point in contour */
296 AF_Point first; /* first point in edge segment */
297 AF_Point last; /* last point in edge segment */
354 AF_Point points; /* points array */
358 AF_Point* contours; /* contours array */
aflatin2.c 715 AF_Point* contour = hints->contours;
716 AF_Point* contour_limit = contour + hints->num_contours;
732 AF_Point point = hints->points;
733 AF_Point limit = point + hints->num_points;
744 AF_Point point = hints->points;
745 AF_Point limit = point + hints->num_points;
758 AF_Point point = contour[0];
759 AF_Point start = point;
760 AF_Point last = point->prev;
789 AF_Point first
    [all...]
aflatin.c     [all...]
afwarp.c 169 AF_Point points;
afcjk.c 721 AF_Point pt = seg->first;
722 AF_Point last = seg->last;
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 184 AF_Point points = hints->points;
185 AF_Point limit = points + hints->num_points;
186 AF_Point point;
258 AF_Point points = hints->points;
589 /* Recompute all AF_Point in AF_GlyphHints from the definitions */
597 AF_Point points;
673 AF_Point point;
674 AF_Point point_limit = points + hints->num_points;
681 AF_Point end = points + outline->contours[0];
682 AF_Point prev = end
    [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 714 AF_Point* contour = hints->contours;
715 AF_Point* contour_limit = contour + hints->num_contours;
731 AF_Point point = hints->points;
732 AF_Point limit = point + hints->num_points;
743 AF_Point point = hints->points;
744 AF_Point limit = point + hints->num_points;
757 AF_Point point = contour[0];
758 AF_Point start = point;
759 AF_Point last = point->prev;
788 AF_Point first
    [all...]
aflatin.c 801 AF_Point* contour = hints->contours;
802 AF_Point* contour_limit = contour + hints->num_contours;
818 AF_Point point = hints->points;
819 AF_Point limit = point + hints->num_points;
830 AF_Point point = hints->points;
831 AF_Point limit = point + hints->num_points;
844 AF_Point point = contour[0];
845 AF_Point last = point->prev;
963 AF_Point first = segment->first;
964 AF_Point last = segment->last
    [all...]
afwarp.c 169 AF_Point points;
afcjk.c 704 AF_Point pt = seg->first;
705 AF_Point last = seg->last;
    [all...]

Completed in 163 milliseconds