Searched refs:max_coord (Results 1 – 12 of 12) sorted by relevance
1449 FT_Pos max_coord = -32000; in af_latin_hints_compute_segments() local1462 FT_Pos prev_max_coord = max_coord; in af_latin_hints_compute_segments()1512 if ( v > max_coord ) in af_latin_hints_compute_segments()1514 max_coord = v; in af_latin_hints_compute_segments()1551 segment->max_coord = (FT_Short)max_coord; in af_latin_hints_compute_segments()1552 segment->height = segment->max_coord - segment->min_coord; in af_latin_hints_compute_segments()1558 prev_max_coord = max_coord; in af_latin_hints_compute_segments()1589 if ( prev_max_coord > max_coord ) in af_latin_hints_compute_segments()1591 max_coord = prev_max_coord; in af_latin_hints_compute_segments()1611 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()
261 FT_Short max_coord; /* maximum coordinate of segment */ member466 #define AF_SEGMENT_LEN( seg ) ( (seg)->max_coord - (seg)->min_coord )
1366 segment->max_coord = (FT_Short)max_pos; in af_latin_hints_compute_segments()1367 segment->height = (FT_Short)( segment->max_coord - in af_latin_hints_compute_segments()1524 FT_Pos max = seg1->max_coord; in af_latin_hints_link_segments()1531 if ( max > seg2->max_coord ) in af_latin_hints_link_segments()1532 max = seg2->max_coord; in af_latin_hints_link_segments()1812 ups += seg->max_coord - seg->min_coord; in af_latin_hints_compute_edges()1814 downs += seg->max_coord - seg->min_coord; in af_latin_hints_compute_edges()
846 segment->max_coord = (FT_Short) max_v; in af_latin2_hints_compute_segments()1025 FT_Pos max = seg1->max_coord; in af_latin2_hints_link_segments()1032 if ( max > seg2->max_coord ) in af_latin2_hints_link_segments()1033 max = seg2->max_coord; in af_latin2_hints_link_segments()1290 ups += seg->max_coord-seg->min_coord; in af_latin2_hints_compute_edges()1292 downs += seg->max_coord-seg->min_coord; in af_latin2_hints_compute_edges()
798 FT_Pos max = seg1->max_coord; in af_cjk_hints_link_segments()805 if ( max > seg2->max_coord ) in af_cjk_hints_link_segments()806 max = seg2->max_coord; in af_cjk_hints_link_segments()
432 seg->height - ( seg->max_coord - seg->min_coord ), in af_glyph_hints_dump_segments()