Searched refs:org_len (Results 1 – 4 of 4) sorted by relevance
/external/freetype/src/pshinter/ |
D | pshalgo.c | 55 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() 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 ADD_INT( 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 ADD_INT( hint->org_pos, hint->org_len ), [all …]
|
D | pshalgo.h | 54 FT_Int org_len; member
|
/external/freetype/src/autofit/ |
D | aflatin.c | 3152 FT_Pos org_len, org_center, cur_len; in af_latin_hint_edges() local 3156 org_len = edge2->opos - edge->opos; in af_latin_hint_edges() 3158 org_len, 0, in af_latin_hint_edges() 3180 org_center = edge->opos + ( org_len >> 1 ); in af_latin_hint_edges() 3219 FT_Pos org_pos, org_len, org_center, cur_len; in af_latin_hint_edges() local 3224 org_len = edge2->opos - edge->opos; in af_latin_hint_edges() 3225 org_center = org_pos + ( org_len >> 1 ); in af_latin_hint_edges() 3228 org_len, 0, in af_latin_hint_edges() 3285 org_len = edge2->opos - edge->opos; in af_latin_hint_edges() 3286 org_center = org_pos + ( org_len >> 1 ); in af_latin_hint_edges() [all …]
|
D | afcjk.c | 1678 FT_Pos org_len, cur_len, org_center; in af_hint_normal_stem() local 1704 org_len = edge2->opos - edge->opos; in af_hint_normal_stem() 1705 cur_len = af_cjk_compute_stem_width( hints, dim, org_len, in af_hint_normal_stem()
|