Searched refs:AF_Point (Results 1 – 6 of 6) sorted by relevance
198 AF_Point point; in af_glyph_hints_dump_points()563 AF_Point points; in af_glyph_hints_reload()639 AF_Point point; in af_glyph_hints_reload()718 AF_Point next; in af_glyph_hints_reload()964 AF_Point point; in af_glyph_hints_align_strong_points()1107 AF_Point p; in af_iup_shift()1135 AF_Point p; in af_iup_interp()1209 AF_Point point; in af_glyph_hints_align_weak_points()1210 AF_Point end_point; in af_glyph_hints_align_weak_points()1211 AF_Point first_point; in af_glyph_hints_align_weak_points()[all …]
258 typedef struct AF_PointRec_* AF_Point; typedef274 AF_Point next; /* next point in contour */275 AF_Point prev; /* previous point in contour */298 AF_Point first; /* first point in edge segment */299 AF_Point last; /* last point in edge segment */356 AF_Point points; /* points array */360 AF_Point* contours; /* contours array */
732 AF_Point point = hints->points; in af_latin2_hints_compute_segments()744 AF_Point point = hints->points; in af_latin2_hints_compute_segments()758 AF_Point point = contour[0]; in af_latin2_hints_compute_segments()759 AF_Point start = point; in af_latin2_hints_compute_segments()760 AF_Point last = point->prev; in af_latin2_hints_compute_segments()789 AF_Point first; in af_latin2_hints_compute_segments()836 AF_Point pt = first; in af_latin2_hints_compute_segments()837 AF_Point last = point; in af_latin2_hints_compute_segments()886 AF_Point first = segment->first; in af_latin2_hints_compute_segments()887 AF_Point last = segment->last; in af_latin2_hints_compute_segments()[all …]
1131 AF_Point* contour = hints->contours; in af_latin_hints_compute_segments()1148 AF_Point point = hints->points; in af_latin_hints_compute_segments()1149 AF_Point limit = point + hints->num_points; in af_latin_hints_compute_segments()1160 AF_Point point = hints->points; in af_latin_hints_compute_segments()1161 AF_Point limit = point + hints->num_points; in af_latin_hints_compute_segments()1174 AF_Point point = contour[0]; in af_latin_hints_compute_segments()1175 AF_Point last = point->prev; in af_latin_hints_compute_segments()1293 AF_Point first = segment->first; in af_latin_hints_compute_segments()1294 AF_Point last = segment->last; in af_latin_hints_compute_segments()1304 AF_Point p; in af_latin_hints_compute_segments()[all …]
169 AF_Point points; in af_warper_compute()
711 AF_Point pt = seg->first; in af_cjk_hints_compute_segments()712 AF_Point last = seg->last; in af_cjk_hints_compute_segments()2098 AF_Point point = seg->first; in af_cjk_align_edge_points()2131 AF_Point point = seg->first; in af_cjk_align_edge_points()
Completed in 17 milliseconds