Searched refs:AF_Point (Results 1 – 4 of 4) sorted by relevance
345 AF_Point point = hints->points + point_idx; in af_get_segment_index()360 AF_Point p = segment->first; in af_get_segment_index()418 AF_Point points = hints->points; in af_glyph_hints_dump_points()419 AF_Point limit = points + hints->num_points; in af_glyph_hints_dump_points()420 AF_Point* contour = hints->contours; in af_glyph_hints_dump_points()421 AF_Point* climit = contour + hints->num_contours; in af_glyph_hints_dump_points()422 AF_Point point; in af_glyph_hints_dump_points()542 AF_Point points = hints->points; in af_glyph_hints_dump_segments()864 AF_Point points; in af_glyph_hints_reload()961 AF_Point point; in af_glyph_hints_reload()[all …]
234 typedef struct AF_PointRec_* AF_Point; typedef250 AF_Point next; /* next point in contour */251 AF_Point prev; /* previous point in contour */280 AF_Point first; /* first point in edge segment */281 AF_Point last; /* last point in edge segment */347 AF_Point points; /* points array */351 AF_Point* contours; /* contours array */364 AF_Point contours[AF_CONTOURS_EMBEDDED];
1541 AF_Point* contour = hints->contours; in af_latin_hints_compute_segments()1542 AF_Point* contour_limit = contour + hints->num_contours; in af_latin_hints_compute_segments()1560 AF_Point point = hints->points; in af_latin_hints_compute_segments()1561 AF_Point limit = point + hints->num_points; in af_latin_hints_compute_segments()1572 AF_Point point = hints->points; in af_latin_hints_compute_segments()1573 AF_Point limit = point + hints->num_points; in af_latin_hints_compute_segments()1586 AF_Point point = contour[0]; in af_latin_hints_compute_segments()1587 AF_Point last = point->prev; in af_latin_hints_compute_segments()1937 AF_Point first = segment->first; in af_latin_hints_compute_segments()1938 AF_Point last = segment->last; in af_latin_hints_compute_segments()[all …]
817 AF_Point pt = seg->first; in af_cjk_hints_compute_segments()818 AF_Point last = seg->last; in af_cjk_hints_compute_segments()2205 AF_Point point = seg->first; in af_cjk_align_edge_points()2238 AF_Point point = seg->first; in af_cjk_align_edge_points()