Searched refs:max_coord (Results 1 – 6 of 6) sorted by relevance
261 FT_Short max_coord; /* maximum coordinate of segment */ member466 #define AF_SEGMENT_LEN( seg ) ( (seg)->max_coord - (seg)->min_coord )
1274 segment->max_coord = (FT_Short)max_pos; in af_latin_hints_compute_segments()1275 segment->height = (FT_Short)( segment->max_coord - in af_latin_hints_compute_segments()1423 FT_Pos max = seg1->max_coord; in af_latin_hints_link_segments()1430 if ( max > seg2->max_coord ) in af_latin_hints_link_segments()1431 max = seg2->max_coord; in af_latin_hints_link_segments()1711 ups += seg->max_coord - seg->min_coord; in af_latin_hints_compute_edges()1713 downs += seg->max_coord - seg->min_coord; in af_latin_hints_compute_edges()
830 segment->max_coord = (FT_Short) max_v; in af_latin2_hints_compute_segments()1009 FT_Pos max = seg1->max_coord; in af_latin2_hints_link_segments()1016 if ( max > seg2->max_coord ) in af_latin2_hints_link_segments()1017 max = seg2->max_coord; in af_latin2_hints_link_segments()1274 ups += seg->max_coord-seg->min_coord; in af_latin2_hints_compute_edges()1276 downs += seg->max_coord-seg->min_coord; in af_latin2_hints_compute_edges()
122 FT_Pos len = segments[nn].max_coord - segments[nn].min_coord; in af_warper_compute_line_best()
782 FT_Pos max = seg1->max_coord; in af_cjk_hints_link_segments()789 if ( max > seg2->max_coord ) in af_cjk_hints_link_segments()790 max = seg2->max_coord; in af_cjk_hints_link_segments()
335 seg->height - ( seg->max_coord - seg->min_coord ), in af_glyph_hints_dump_segments()