Home
last modified time | relevance | path

Searched refs:org_pos (Results 1 – 4 of 4) 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()
205 write->org_pos = read->pos; in psh_hint_table_init()
323 if ( hint2->org_pos < hint1->org_pos ) in psh_hint_table_activate_mask()
410 hint->cur_pos = FT_MulFix( hint->org_pos, scale ) + delta; in ps_simple_scale()
449 FT_Pos pos = FT_MulFix( hint->org_pos, scale ) + delta; in psh_hint_align()
482 hint->org_pos + hint->org_len, in psh_hint_align()
483 hint->org_pos, 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()
[all …]
Dpshalgo.h53 FT_Int org_pos; member
/external/freetype/src/autofit/
Daflatin.c3172 FT_Pos org_pos, org_len, org_center, cur_len; in af_latin_hint_edges() local
3176 org_pos = anchor->pos + ( edge->opos - anchor->opos ); in af_latin_hint_edges()
3178 org_center = org_pos + ( org_len >> 1 ); in af_latin_hint_edges()
3237 org_pos = anchor->pos + ( edge->opos - anchor->opos ); in af_latin_hint_edges()
3239 org_center = org_pos + ( org_len >> 1 ); in af_latin_hint_edges()
3246 cur_pos1 = FT_PIX_ROUND( org_pos ); in af_latin_hint_edges()
3251 cur_pos2 = FT_PIX_ROUND( org_pos + org_len ) - cur_len; in af_latin_hint_edges()
Daflatin2.c2028 FT_Pos org_pos, org_len, org_center, cur_center, cur_len; in af_latin2_hint_edges() local
2032 org_pos = edge->opos + anchor_drift; in af_latin2_hint_edges()
2034 org_center = org_pos + ( org_len >> 1 ); 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()