Home
last modified time | relevance | path

Searched refs:max_coord (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.h286 FT_Short max_coord; /* maximum coordinate of segment */ member
468 #define AF_SEGMENT_LEN( seg ) ( (seg)->max_coord - (seg)->min_coord )
A Daflatin.c1242 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()
A Daflatin2.c830 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()
A Dafwarp.c122 FT_Pos len = segments[nn].max_coord - segments[nn].min_coord; in af_warper_compute_line_best()
A Dafcjk.c776 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()
A Dafhints.c303 seg->height - ( seg->max_coord - seg->min_coord ), in af_glyph_hints_dump_segments()

Completed in 17 milliseconds