Searched refs:AF_Point (Results 1 – 6 of 6) sorted by relevance
247 AF_Point point = hints->points + point_idx; in af_get_segment_index()262 AF_Point p = segment->first; in af_get_segment_index()307 AF_Point points = hints->points; in af_glyph_hints_dump_points()308 AF_Point limit = points + hints->num_points; in af_glyph_hints_dump_points()309 AF_Point* contour = hints->contours; in af_glyph_hints_dump_points()310 AF_Point* climit = contour + hints->num_contours; in af_glyph_hints_dump_points()311 AF_Point point; in af_glyph_hints_dump_points()410 AF_Point points = hints->points; in af_glyph_hints_dump_segments()723 AF_Point points; in af_glyph_hints_reload()823 AF_Point point; in af_glyph_hints_reload()[all …]
236 typedef struct AF_PointRec_* AF_Point; typedef252 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];
736 AF_Point* contour = hints->contours; in af_latin2_hints_compute_segments()737 AF_Point* contour_limit = contour + hints->num_contours; in af_latin2_hints_compute_segments()753 AF_Point point = hints->points; in af_latin2_hints_compute_segments()754 AF_Point limit = point + hints->num_points; in af_latin2_hints_compute_segments()765 AF_Point point = hints->points; in af_latin2_hints_compute_segments()766 AF_Point limit = point + hints->num_points; in af_latin2_hints_compute_segments()779 AF_Point point = contour[0]; in af_latin2_hints_compute_segments()780 AF_Point start = point; in af_latin2_hints_compute_segments()781 AF_Point last = point->prev; in af_latin2_hints_compute_segments()810 AF_Point first; in af_latin2_hints_compute_segments()[all …]
1487 AF_Point* contour = hints->contours; in af_latin_hints_compute_segments()1488 AF_Point* contour_limit = contour + hints->num_contours; in af_latin_hints_compute_segments()1506 AF_Point point = hints->points; in af_latin_hints_compute_segments()1507 AF_Point limit = point + hints->num_points; in af_latin_hints_compute_segments()1518 AF_Point point = hints->points; in af_latin_hints_compute_segments()1519 AF_Point limit = point + hints->num_points; in af_latin_hints_compute_segments()1532 AF_Point point = contour[0]; in af_latin_hints_compute_segments()1533 AF_Point last = point->prev; in af_latin_hints_compute_segments()1853 AF_Point first = segment->first; in af_latin_hints_compute_segments()1854 AF_Point last = segment->last; in af_latin_hints_compute_segments()[all …]
798 AF_Point pt = seg->first; in af_cjk_hints_compute_segments()799 AF_Point last = seg->last; in af_cjk_hints_compute_segments()2192 AF_Point point = seg->first; in af_cjk_align_edge_points()2225 AF_Point point = seg->first; in af_cjk_align_edge_points()
169 AF_Point points; in af_warper_compute()