Searched refs:AF_Point (Results 1 – 6 of 6) sorted by relevance
229 AF_Point points = hints->points; in af_glyph_hints_dump_points()230 AF_Point limit = points + hints->num_points; in af_glyph_hints_dump_points()231 AF_Point point; in af_glyph_hints_dump_points()303 AF_Point points = hints->points; in af_glyph_hints_dump_segments()602 AF_Point points; in af_glyph_hints_reload()702 AF_Point point; in af_glyph_hints_reload()703 AF_Point point_limit = points + hints->num_points; in af_glyph_hints_reload()710 AF_Point end = points + outline->contours[0]; in af_glyph_hints_reload()711 AF_Point prev = end; in af_glyph_hints_reload()754 AF_Point* contour = hints->contours; in af_glyph_hints_reload()[all …]
233 typedef struct AF_PointRec_* AF_Point; typedef249 AF_Point next; /* next point in contour */250 AF_Point prev; /* previous point in contour */273 AF_Point first; /* first point in edge segment */274 AF_Point last; /* last point in edge segment */344 AF_Point points; /* points array */348 AF_Point* contours; /* contours array */364 AF_Point contours[AF_CONTOURS_EMBEDDED];
715 AF_Point* contour = hints->contours; in af_latin2_hints_compute_segments()716 AF_Point* contour_limit = contour + hints->num_contours; in af_latin2_hints_compute_segments()732 AF_Point point = hints->points; in af_latin2_hints_compute_segments()733 AF_Point limit = point + hints->num_points; in af_latin2_hints_compute_segments()744 AF_Point point = hints->points; in af_latin2_hints_compute_segments()745 AF_Point limit = point + hints->num_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()[all …]
1163 AF_Point* contour = hints->contours; in af_latin_hints_compute_segments()1164 AF_Point* contour_limit = contour + hints->num_contours; in af_latin_hints_compute_segments()1180 AF_Point point = hints->points; in af_latin_hints_compute_segments()1181 AF_Point limit = point + hints->num_points; in af_latin_hints_compute_segments()1192 AF_Point point = hints->points; in af_latin_hints_compute_segments()1193 AF_Point limit = point + hints->num_points; in af_latin_hints_compute_segments()1206 AF_Point point = contour[0]; in af_latin_hints_compute_segments()1207 AF_Point last = point->prev; in af_latin_hints_compute_segments()1327 AF_Point first = segment->first; in af_latin_hints_compute_segments()1328 AF_Point last = segment->last; in af_latin_hints_compute_segments()[all …]
721 AF_Point pt = seg->first; in af_cjk_hints_compute_segments()722 AF_Point last = seg->last; in af_cjk_hints_compute_segments()2118 AF_Point point = seg->first; in af_cjk_align_edge_points()2151 AF_Point point = seg->first; in af_cjk_align_edge_points()
169 AF_Point points; in af_warper_compute()