Searched refs:max_coord (Results 1 – 6 of 6) sorted by relevance
1542 FT_Pos max_coord = -32000; in af_latin_hints_compute_segments() local1555 FT_Pos prev_max_coord = max_coord; in af_latin_hints_compute_segments()1605 if ( v > max_coord ) in af_latin_hints_compute_segments()1607 max_coord = v; in af_latin_hints_compute_segments()1644 segment->max_coord = (FT_Short)max_coord; in af_latin_hints_compute_segments()1645 segment->height = segment->max_coord - segment->min_coord; in af_latin_hints_compute_segments()1651 prev_max_coord = max_coord; in af_latin_hints_compute_segments()1682 if ( prev_max_coord > max_coord ) in af_latin_hints_compute_segments()1684 max_coord = prev_max_coord; in af_latin_hints_compute_segments()1704 prev_segment->max_coord = (FT_Short)max_coord; in af_latin_hints_compute_segments()[all …]
265 FT_Short max_coord; /* maximum coordinate of segment */ member469 #define AF_SEGMENT_LEN( seg ) ( (seg)->max_coord - (seg)->min_coord )
851 segment->max_coord = (FT_Short) max_v; in af_latin2_hints_compute_segments()1030 FT_Pos max = seg1->max_coord; in af_latin2_hints_link_segments()1037 if ( max > seg2->max_coord ) in af_latin2_hints_link_segments()1038 max = seg2->max_coord; in af_latin2_hints_link_segments()1295 ups += seg->max_coord-seg->min_coord; in af_latin2_hints_compute_edges()1297 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()
859 FT_Pos max = seg1->max_coord; in af_cjk_hints_link_segments()866 if ( max > seg2->max_coord ) in af_cjk_hints_link_segments()867 max = seg2->max_coord; in af_cjk_hints_link_segments()
445 seg->height - ( seg->max_coord - seg->min_coord ), in af_glyph_hints_dump_segments()