Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.c56 return hint1->org_pos + hint1->org_len >= hint2->org_pos && in psh_hint_overlap()
57 hint2->org_pos + hint2->org_len >= hint1->org_pos; in psh_hint_overlap()
206 write->org_len = read->len; in psh_hint_table_init()
411 hint->cur_len = FT_MulFix( hint->org_len, scale ); in ps_simple_scale()
450 FT_Pos len = FT_MulFix( hint->org_len, scale ); in psh_hint_align()
482 hint->org_pos + hint->org_len, in psh_hint_align()
522 par_org_center = parent->org_pos + ( parent->org_len >> 1 ); in psh_hint_align()
524 cur_org_center = hint->org_pos + ( hint->org_len >> 1 ); in psh_hint_align()
678 FT_Pos len = FT_MulFix( hint->org_len, scale );
706 hint->org_pos + hint->org_len,
[all …]
Dpshalgo.h54 FT_Int org_len; member
/external/freetype/src/autofit/
Daflatin2.c1967 FT_Pos org_len, org_center, cur_len; in af_latin2_hint_edges() local
1971 org_len = edge2->opos - edge->opos; in af_latin2_hint_edges()
1972 cur_len = af_latin2_compute_stem_width( hints, dim, org_len, in af_latin2_hint_edges()
1985 org_center = edge->opos + ( org_len >> 1 ); in af_latin2_hint_edges()
2028 FT_Pos org_pos, org_len, org_center, cur_center, cur_len; in af_latin2_hint_edges() local
2033 org_len = edge2->opos - edge->opos; in af_latin2_hint_edges()
2034 org_center = org_pos + ( org_len >> 1 ); in af_latin2_hint_edges()
2036 cur_len = af_latin2_compute_stem_width( hints, dim, org_len, in af_latin2_hint_edges()
2040 org_left = org_pos + ( ( org_len - cur_len ) >> 1 ); in af_latin2_hint_edges()
2041 org_right = org_pos + ( ( org_len + cur_len ) >> 1 ); in af_latin2_hint_edges()
[all …]
Daflatin.c3105 FT_Pos org_len, org_center, cur_len; in af_latin_hint_edges() local
3109 org_len = edge2->opos - edge->opos; in af_latin_hint_edges()
3111 org_len, 0, in af_latin_hint_edges()
3133 org_center = edge->opos + ( org_len >> 1 ); in af_latin_hint_edges()
3172 FT_Pos org_pos, org_len, org_center, cur_len; in af_latin_hint_edges() local
3177 org_len = edge2->opos - edge->opos; in af_latin_hint_edges()
3178 org_center = org_pos + ( org_len >> 1 ); in af_latin_hint_edges()
3181 org_len, 0, in af_latin_hint_edges()
3238 org_len = edge2->opos - edge->opos; in af_latin_hint_edges()
3239 org_center = org_pos + ( org_len >> 1 ); in af_latin_hint_edges()
[all …]
Dafcjk.c1689 FT_Pos org_len, cur_len, org_center; in af_hint_normal_stem() local
1715 org_len = edge2->opos - edge->opos; in af_hint_normal_stem()
1716 cur_len = af_cjk_compute_stem_width( hints, dim, org_len, in af_hint_normal_stem()