Home
last modified time | relevance | path

Searched refs:fpos (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.c119 if ( edge[-1].fpos < fpos ) in af_axis_hints_new_edge()
124 if ( edge[-1].fpos == fpos && dir == axis->major_dir ) in af_axis_hints_new_edge()
134 edge->fpos = (FT_Short)fpos; in af_axis_hints_new_edge()
999 delta = edge->fpos - u; in af_glyph_hints_align_strong_points()
1008 delta = u - edge->fpos; in af_glyph_hints_align_strong_points()
1017 FT_Pos fpos; in af_glyph_hints_align_strong_points() local
1035 if ( edges[nn].fpos == u ) in af_glyph_hints_align_strong_points()
1048 fpos = edge->fpos; in af_glyph_hints_align_strong_points()
1050 if ( u < fpos ) in af_glyph_hints_align_strong_points()
1052 else if ( u > fpos ) in af_glyph_hints_align_strong_points()
[all …]
A Dafcjk.c963 dist = seg->pos - edge->fpos; in af_cjk_hints_compute_edges()
1021 edge->fpos = seg->pos; in af_cjk_hints_compute_edges()
1119 edge_delta = edge->fpos - edge2->fpos; in af_cjk_hints_compute_edges()
1246 if ( FT_ABS( edge->fpos - blue->ref.org ) > in af_cjk_hints_compute_blue_edges()
1247 FT_ABS( edge->fpos - blue->shoot.org ) ) in af_cjk_hints_compute_blue_edges()
1252 dist = edge->fpos - compare->org; in af_cjk_hints_compute_blue_edges()
1750 edge1 - edges, edge1->fpos, edge1->opos / 64.0, in af_cjk_hint_edges()
2048 if ( after->fpos == before->fpos ) in af_cjk_hint_edges()
2052 FT_MulDiv( edge->fpos - before->fpos, in af_cjk_hint_edges()
2054 after->fpos - before->fpos ); in af_cjk_hint_edges()
A Dafhints.h306 FT_Short fpos; /* original, unscaled position (in font units) */ member
422 FT_Int fpos,
A Daflatin2.c1169 dist = seg->pos - edge->fpos; in af_latin2_hints_compute_edges()
1197 edge->fpos = seg->pos; in af_latin2_hints_compute_edges()
1310 edge_delta = edge->fpos - edge2->fpos; in af_latin2_hints_compute_edges()
1450 dist = edge->fpos - compare->org; in af_latin2_hints_compute_blue_edges()
1467 FT_Bool is_under_ref = FT_BOOL( edge->fpos < blue->ref.org ); in af_latin2_hints_compute_blue_edges()
1473 dist = edge->fpos - blue->shoot.org; in af_latin2_hints_compute_blue_edges()
A Daflatin.c1523 dist = seg->pos - edge->fpos; in af_latin_hints_compute_edges()
1553 edge->fpos = seg->pos; in af_latin_hints_compute_edges()
1666 edge_delta = edge->fpos - edge2->fpos; in af_latin_hints_compute_edges()
1806 dist = edge->fpos - blue->ref.org; in af_latin_hints_compute_blue_edges()
1823 FT_Bool is_under_ref = FT_BOOL( edge->fpos < blue->ref.org ); in af_latin_hints_compute_blue_edges()
1828 dist = edge->fpos - blue->shoot.org; in af_latin_hints_compute_blue_edges()

Completed in 16 milliseconds