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()414 AF_Point points = hints->points; in af_glyph_hints_dump_segments()736 AF_Point points; in af_glyph_hints_reload()836 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];
739 AF_Point* contour = hints->contours; in af_latin2_hints_compute_segments()740 AF_Point* contour_limit = contour + hints->num_contours; in af_latin2_hints_compute_segments()756 AF_Point point = hints->points; in af_latin2_hints_compute_segments()757 AF_Point limit = point + hints->num_points; in af_latin2_hints_compute_segments()768 AF_Point point = hints->points; in af_latin2_hints_compute_segments()769 AF_Point limit = point + hints->num_points; in af_latin2_hints_compute_segments()782 AF_Point point = contour[0]; in af_latin2_hints_compute_segments()783 AF_Point start = point; in af_latin2_hints_compute_segments()784 AF_Point last = point->prev; in af_latin2_hints_compute_segments()813 AF_Point first; in af_latin2_hints_compute_segments()[all …]
1511 AF_Point* contour = hints->contours; in af_latin_hints_compute_segments()1512 AF_Point* contour_limit = contour + hints->num_contours; in af_latin_hints_compute_segments()1530 AF_Point point = hints->points; in af_latin_hints_compute_segments()1531 AF_Point limit = point + hints->num_points; in af_latin_hints_compute_segments()1542 AF_Point point = hints->points; in af_latin_hints_compute_segments()1543 AF_Point limit = point + hints->num_points; in af_latin_hints_compute_segments()1556 AF_Point point = contour[0]; in af_latin_hints_compute_segments()1557 AF_Point last = point->prev; in af_latin_hints_compute_segments()1882 AF_Point first = segment->first; in af_latin_hints_compute_segments()1883 AF_Point last = segment->last; in af_latin_hints_compute_segments()[all …]
822 AF_Point pt = seg->first; in af_cjk_hints_compute_segments()823 AF_Point last = seg->last; in af_cjk_hints_compute_segments()2216 AF_Point point = seg->first; in af_cjk_align_edge_points()2249 AF_Point point = seg->first; in af_cjk_align_edge_points()
168 AF_Point points; in af_warper_compute()