Searched refs:org_pos (Results 1 – 4 of 4) sorted by relevance
/external/freetype/src/pshinter/ |
D | pshalgo.c | 59 return hint1->org_pos + hint1->org_len >= hint2->org_pos && in psh_hint_overlap() 60 hint2->org_pos + hint2->org_len >= hint1->org_pos; in psh_hint_overlap() 208 write->org_pos = read->pos; in psh_hint_table_init() 326 if ( hint2->org_pos < hint1->org_pos ) in psh_hint_table_activate_mask() 413 hint->cur_pos = FT_MulFix( hint->org_pos, scale ) + delta; in ps_simple_scale() 452 FT_Pos pos = FT_MulFix( hint->org_pos, scale ) + delta; in psh_hint_align() 485 hint->org_pos + hint->org_len, in psh_hint_align() 486 hint->org_pos, in psh_hint_align() 525 par_org_center = parent->org_pos + ( parent->org_len >> 1 ); in psh_hint_align() 527 cur_org_center = hint->org_pos + ( hint->org_len >> 1 ); in psh_hint_align() [all …]
|
D | pshalgo.h | 56 FT_Int org_pos; member
|
/external/freetype/src/autofit/ |
D | aflatin.c | 1850 FT_Pos org_pos, org_len, org_center, cur_len; in af_latin_hint_edges() local 1854 org_pos = anchor->pos + ( edge->opos - anchor->opos ); in af_latin_hint_edges() 1856 org_center = org_pos + ( org_len >> 1 ); in af_latin_hint_edges() 1905 org_pos = anchor->pos + ( edge->opos - anchor->opos ); in af_latin_hint_edges() 1907 org_center = org_pos + ( org_len >> 1 ); in af_latin_hint_edges() 1914 cur_pos1 = FT_PIX_ROUND( org_pos ); in af_latin_hint_edges() 1919 cur_pos2 = FT_PIX_ROUND( org_pos + org_len ) - cur_len; in af_latin_hint_edges()
|
D | aflatin2.c | 1952 FT_Pos org_pos, org_len, org_center, cur_center, cur_len; in af_latin2_hint_edges() local 1956 org_pos = edge->opos + anchor_drift; in af_latin2_hint_edges() 1958 org_center = org_pos + ( org_len >> 1 ); in af_latin2_hint_edges() 1965 org_left = org_pos + ((org_len - cur_len) >> 1); in af_latin2_hint_edges() 1966 org_right = org_pos + ((org_len + cur_len) >> 1); in af_latin2_hint_edges()
|