Searched refs:AF_Point (Results 1 – 6 of 6) sorted by relevance
173 AF_Point points = hints->points; in af_glyph_hints_dump_points()174 AF_Point limit = points + hints->num_points; in af_glyph_hints_dump_points()175 AF_Point point; in af_glyph_hints_dump_points()575 AF_Point points; in af_glyph_hints_reload()651 AF_Point point; in af_glyph_hints_reload()652 AF_Point point_limit = points + hints->num_points; in af_glyph_hints_reload()659 AF_Point end = points + outline->contours[0]; in af_glyph_hints_reload()660 AF_Point prev = end; in af_glyph_hints_reload()700 AF_Point* contour = hints->contours; in af_glyph_hints_reload()701 AF_Point* contour_limit = contour + hints->num_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 */
686 AF_Point* contour = hints->contours; in af_latin2_hints_compute_segments()687 AF_Point* contour_limit = contour + hints->num_contours; in af_latin2_hints_compute_segments()703 AF_Point point = hints->points; in af_latin2_hints_compute_segments()704 AF_Point limit = point + hints->num_points; in af_latin2_hints_compute_segments()715 AF_Point point = hints->points; in af_latin2_hints_compute_segments()716 AF_Point limit = point + hints->num_points; in af_latin2_hints_compute_segments()729 AF_Point point = contour[0]; in af_latin2_hints_compute_segments()730 AF_Point start = point; in af_latin2_hints_compute_segments()731 AF_Point last = point->prev; in af_latin2_hints_compute_segments()760 AF_Point first; in af_latin2_hints_compute_segments()[all …]
734 AF_Point* contour = hints->contours; in af_latin_hints_compute_segments()735 AF_Point* contour_limit = contour + hints->num_contours; in af_latin_hints_compute_segments()751 AF_Point point = hints->points; in af_latin_hints_compute_segments()752 AF_Point limit = point + hints->num_points; in af_latin_hints_compute_segments()763 AF_Point point = hints->points; in af_latin_hints_compute_segments()764 AF_Point limit = point + hints->num_points; in af_latin_hints_compute_segments()777 AF_Point point = contour[0]; in af_latin_hints_compute_segments()778 AF_Point last = point->prev; in af_latin_hints_compute_segments()896 AF_Point first = segment->first; in af_latin_hints_compute_segments()897 AF_Point last = segment->last; in af_latin_hints_compute_segments()[all …]
169 AF_Point points; in af_warper_compute()
700 AF_Point pt = seg->first; in af_cjk_hints_compute_segments()701 AF_Point last = seg->last; in af_cjk_hints_compute_segments()2039 AF_Point point = seg->first; in af_cjk_align_edge_points()2072 AF_Point point = seg->first; in af_cjk_align_edge_points()