Home
last modified time | relevance | path

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

/external/freetype/src/autofit/
Daflatin.c1449 FT_Pos max_coord = -32000; in af_latin_hints_compute_segments() local
1462 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 …]
Dafhints.h265 FT_Short max_coord; /* maximum coordinate of segment */ member
469 #define AF_SEGMENT_LEN( seg ) ( (seg)->max_coord - (seg)->min_coord )
Daflatin2.c851 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()
Dafwarp.c122 FT_Pos len = segments[nn].max_coord - segments[nn].min_coord; in af_warper_compute_line_best()
Dafcjk.c859 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()
Dafhints.c445 seg->height - ( seg->max_coord - seg->min_coord ), in af_glyph_hints_dump_segments()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
Dafhints.h261 FT_Short max_coord; /* maximum coordinate of segment */ member
466 #define AF_SEGMENT_LEN( seg ) ( (seg)->max_coord - (seg)->min_coord )
Daflatin.c1366 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()
Daflatin2.c846 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()
Dafwarp.c122 FT_Pos len = segments[nn].max_coord - segments[nn].min_coord; in af_warper_compute_line_best()
Dafcjk.c798 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()
Dafhints.c432 seg->height - ( seg->max_coord - seg->min_coord ), in af_glyph_hints_dump_segments()