Searched refs:max_coord (Results 1 – 6 of 6) sorted by relevance
286 FT_Short max_coord; /* maximum coordinate of segment */ member468 #define AF_SEGMENT_LEN( seg ) ( (seg)->max_coord - (seg)->min_coord )
1242 segment->max_coord = (FT_Short)max_pos; in af_latin_hints_compute_segments()1243 segment->height = (FT_Short)( segment->max_coord - in af_latin_hints_compute_segments()1380 FT_Pos max = seg1->max_coord; in af_latin_hints_link_segments()1387 if ( max > seg2->max_coord ) in af_latin_hints_link_segments()1388 max = seg2->max_coord; in af_latin_hints_link_segments()1634 ups += seg->max_coord - seg->min_coord; in af_latin_hints_compute_edges()1636 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()1014 FT_Pos max = seg1->max_coord; in af_latin2_hints_link_segments()1021 if ( max > seg2->max_coord ) in af_latin2_hints_link_segments()1022 max = seg2->max_coord; in af_latin2_hints_link_segments()1278 ups += seg->max_coord-seg->min_coord; in af_latin2_hints_compute_edges()1280 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()
776 FT_Pos max = seg1->max_coord; in af_cjk_hints_link_segments()783 if ( max > seg2->max_coord ) in af_cjk_hints_link_segments()784 max = seg2->max_coord; in af_cjk_hints_link_segments()
303 seg->height - ( seg->max_coord - seg->min_coord ), in af_glyph_hints_dump_segments()
Completed in 17 milliseconds