Home
last modified time | relevance | path

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

/external/freetype/src/pshinter/
Dpshalgo.c55 return ADD_INT( hint1->org_pos, hint1->org_len ) >= hint2->org_pos && in psh_hint_overlap()
56 ADD_INT( hint2->org_pos, hint2->org_len ) >= hint1->org_pos; in psh_hint_overlap()
205 write->org_len = read->len; in psh_hint_table_init()
410 hint->cur_len = FT_MulFix( hint->org_len, scale ); in ps_simple_scale()
449 FT_Pos len = FT_MulFix( hint->org_len, scale ); in psh_hint_align()
481 ADD_INT( hint->org_pos, hint->org_len ), in psh_hint_align()
521 par_org_center = parent->org_pos + ( parent->org_len >> 1 ); in psh_hint_align()
523 cur_org_center = hint->org_pos + ( hint->org_len >> 1 ); in psh_hint_align()
677 FT_Pos len = FT_MulFix( hint->org_len, scale );
705 ADD_INT( hint->org_pos, hint->org_len ),
[all …]
Dpshalgo.h54 FT_Int org_len; member
/external/freetype/src/autofit/
Daflatin2.c1968 FT_Pos org_len, org_center, cur_len; in af_latin2_hint_edges() local
1972 org_len = edge2->opos - edge->opos; in af_latin2_hint_edges()
1973 cur_len = af_latin2_compute_stem_width( hints, dim, org_len, in af_latin2_hint_edges()
1986 org_center = edge->opos + ( org_len >> 1 ); in af_latin2_hint_edges()
2029 FT_Pos org_pos, org_len, org_center, cur_center, cur_len; in af_latin2_hint_edges() local
2034 org_len = edge2->opos - edge->opos; in af_latin2_hint_edges()
2035 org_center = org_pos + ( org_len >> 1 ); in af_latin2_hint_edges()
2037 cur_len = af_latin2_compute_stem_width( hints, dim, org_len, in af_latin2_hint_edges()
2041 org_left = org_pos + ( ( org_len - cur_len ) >> 1 ); in af_latin2_hint_edges()
2042 org_right = org_pos + ( ( org_len + cur_len ) >> 1 ); in af_latin2_hint_edges()
[all …]
Daflatin.c3140 FT_Pos org_len, org_center, cur_len; in af_latin_hint_edges() local
3144 org_len = edge2->opos - edge->opos; in af_latin_hint_edges()
3146 org_len, 0, in af_latin_hint_edges()
3168 org_center = edge->opos + ( org_len >> 1 ); in af_latin_hint_edges()
3207 FT_Pos org_pos, org_len, org_center, cur_len; in af_latin_hint_edges() local
3212 org_len = edge2->opos - edge->opos; in af_latin_hint_edges()
3213 org_center = org_pos + ( org_len >> 1 ); in af_latin_hint_edges()
3216 org_len, 0, in af_latin_hint_edges()
3273 org_len = edge2->opos - edge->opos; in af_latin_hint_edges()
3274 org_center = org_pos + ( org_len >> 1 ); in af_latin_hint_edges()
[all …]
Dafcjk.c1691 FT_Pos org_len, cur_len, org_center; in af_hint_normal_stem() local
1717 org_len = edge2->opos - edge->opos; in af_hint_normal_stem()
1718 cur_len = af_cjk_compute_stem_width( hints, dim, org_len, in af_hint_normal_stem()