Searched defs:fitted_width (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/autofit/
H A Dafcjk.c1505 FT_Pos fitted_width = af_cjk_compute_stem_width( local
1511 stem_edge->pos = base_edge->pos + fitted_width;
H A Daflatin.c1757 FT_Pos fitted_width = af_latin_compute_stem_width( local
1763 stem_edge->pos = base_edge->pos + fitted_width;
1768 stem_edge->pos / 64.0, dist / 64.0, fitted_width / 64.0 ));
H A Daflatin2.c1769 FT_Pos fitted_width = af_latin2_compute_stem_width( local
1775 stem_edge->pos = base_edge->pos + fitted_width;
1780 stem_edge->pos / 64.0, dist / 64.0, fitted_width / 64.0 ));

Completed in 5277 milliseconds