Home
last modified time | relevance | path

Searched refs:org_pos (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/freetype/src/pshinter/
Dpshalgo.c58 return hint1->org_pos + hint1->org_len >= hint2->org_pos && in psh_hint_overlap()
59 hint2->org_pos + hint2->org_len >= hint1->org_pos; in psh_hint_overlap()
207 write->org_pos = read->pos; in psh_hint_table_init()
325 if ( hint2->org_pos < hint1->org_pos ) in psh_hint_table_activate_mask()
412 hint->cur_pos = FT_MulFix( hint->org_pos, scale ) + delta; in ps_simple_scale()
451 FT_Pos pos = FT_MulFix( hint->org_pos, scale ) + delta; in psh_hint_align()
484 hint->org_pos + hint->org_len, in psh_hint_align()
485 hint->org_pos, in psh_hint_align()
524 par_org_center = parent->org_pos + ( parent->org_len >> 1 ); in psh_hint_align()
526 cur_org_center = hint->org_pos + ( hint->org_len >> 1 ); in psh_hint_align()
[all …]
Dpshalgo.h55 FT_Int org_pos; member
/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.c2510 FT_Pos org_pos, org_len, org_center, cur_len; in af_latin_hint_edges() local
2514 org_pos = anchor->pos + ( edge->opos - anchor->opos ); in af_latin_hint_edges()
2516 org_center = org_pos + ( org_len >> 1 ); in af_latin_hint_edges()
2574 org_pos = anchor->pos + ( edge->opos - anchor->opos ); in af_latin_hint_edges()
2576 org_center = org_pos + ( org_len >> 1 ); in af_latin_hint_edges()
2582 cur_pos1 = FT_PIX_ROUND( org_pos ); in af_latin_hint_edges()
2587 cur_pos2 = FT_PIX_ROUND( org_pos + org_len ) - cur_len; in af_latin_hint_edges()
Daflatin2.c2004 FT_Pos org_pos, org_len, org_center, cur_center, cur_len; in af_latin2_hint_edges() local
2008 org_pos = edge->opos + anchor_drift; in af_latin2_hint_edges()
2010 org_center = org_pos + ( org_len >> 1 ); in af_latin2_hint_edges()
2016 org_left = org_pos + ( ( org_len - cur_len ) >> 1 ); in af_latin2_hint_edges()
2017 org_right = org_pos + ( ( org_len + cur_len ) >> 1 ); in af_latin2_hint_edges()