Searched refs:AF_Point (Results 1 – 12 of 12) sorted by relevance
184 AF_Point points = hints->points; in af_glyph_hints_dump_points()185 AF_Point limit = points + hints->num_points; in af_glyph_hints_dump_points()186 AF_Point point; in af_glyph_hints_dump_points()258 AF_Point points = hints->points; in af_glyph_hints_dump_segments()597 AF_Point points; in af_glyph_hints_reload()673 AF_Point point; in af_glyph_hints_reload()674 AF_Point point_limit = points + hints->num_points; in af_glyph_hints_reload()681 AF_Point end = points + outline->contours[0]; in af_glyph_hints_reload()682 AF_Point prev = end; in af_glyph_hints_reload()722 AF_Point* contour = hints->contours; in af_glyph_hints_reload()[all …]
245 typedef struct AF_PointRec_* AF_Point; typedef261 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 */
714 AF_Point* contour = hints->contours; in af_latin2_hints_compute_segments()715 AF_Point* contour_limit = contour + hints->num_contours; in af_latin2_hints_compute_segments()731 AF_Point point = hints->points; in af_latin2_hints_compute_segments()732 AF_Point limit = point + hints->num_points; in af_latin2_hints_compute_segments()743 AF_Point point = hints->points; in af_latin2_hints_compute_segments()744 AF_Point limit = point + hints->num_points; in af_latin2_hints_compute_segments()757 AF_Point point = contour[0]; in af_latin2_hints_compute_segments()758 AF_Point start = point; in af_latin2_hints_compute_segments()759 AF_Point last = point->prev; in af_latin2_hints_compute_segments()788 AF_Point first; in af_latin2_hints_compute_segments()[all …]
801 AF_Point* contour = hints->contours; in af_latin_hints_compute_segments()802 AF_Point* contour_limit = contour + hints->num_contours; in af_latin_hints_compute_segments()818 AF_Point point = hints->points; in af_latin_hints_compute_segments()819 AF_Point limit = point + hints->num_points; in af_latin_hints_compute_segments()830 AF_Point point = hints->points; in af_latin_hints_compute_segments()831 AF_Point limit = point + hints->num_points; in af_latin_hints_compute_segments()844 AF_Point point = contour[0]; in af_latin_hints_compute_segments()845 AF_Point last = point->prev; in af_latin_hints_compute_segments()963 AF_Point first = segment->first; in af_latin_hints_compute_segments()964 AF_Point last = segment->last; in af_latin_hints_compute_segments()[all …]
169 AF_Point points; in af_warper_compute()
704 AF_Point pt = seg->first; in af_cjk_hints_compute_segments()705 AF_Point last = seg->last; in af_cjk_hints_compute_segments()2044 AF_Point point = seg->first; in af_cjk_align_edge_points()2077 AF_Point point = seg->first; in af_cjk_align_edge_points()