Home
last modified time | relevance | path

Searched refs:org_len (Results 1 – 7 of 7) 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()
208 write->org_len = read->len; in psh_hint_table_init()
413 hint->cur_len = FT_MulFix( hint->org_len, scale ); in ps_simple_scale()
452 FT_Pos len = FT_MulFix( hint->org_len, scale ); in psh_hint_align()
484 hint->org_pos + hint->org_len, 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()
680 FT_Pos len = FT_MulFix( hint->org_len, scale );
708 hint->org_pos + hint->org_len,
[all …]
Dpshalgo.h56 FT_Int org_len; 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()
206 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 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 hint->org_pos + hint->org_len,
[all …]
Dpshalgo.h54 FT_Int org_len; member
/external/freetype/src/autofit/
Daflatin2.c1943 FT_Pos org_len, org_center, cur_len; in af_latin2_hint_edges() local
1947 org_len = edge2->opos - edge->opos; in af_latin2_hint_edges()
1948 cur_len = af_latin2_compute_stem_width( hints, dim, org_len, in af_latin2_hint_edges()
1961 org_center = edge->opos + ( org_len >> 1 ); in af_latin2_hint_edges()
2004 FT_Pos org_pos, org_len, org_center, cur_center, cur_len; in af_latin2_hint_edges() local
2009 org_len = edge2->opos - edge->opos; in af_latin2_hint_edges()
2010 org_center = org_pos + ( org_len >> 1 ); in af_latin2_hint_edges()
2012 cur_len = af_latin2_compute_stem_width( hints, dim, org_len, 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()
[all …]
Daflatin.c2444 FT_Pos org_len, org_center, cur_len; in af_latin_hint_edges() local
2448 org_len = edge2->opos - edge->opos; in af_latin_hint_edges()
2449 cur_len = af_latin_compute_stem_width( hints, dim, org_len, in af_latin_hint_edges()
2471 org_center = edge->opos + ( org_len >> 1 ); in af_latin_hint_edges()
2510 FT_Pos org_pos, org_len, org_center, cur_len; in af_latin_hint_edges() local
2515 org_len = edge2->opos - edge->opos; in af_latin_hint_edges()
2516 org_center = org_pos + ( org_len >> 1 ); in af_latin_hint_edges()
2518 cur_len = af_latin_compute_stem_width( hints, dim, org_len, in af_latin_hint_edges()
2575 org_len = edge2->opos - edge->opos; in af_latin_hint_edges()
2576 org_center = org_pos + ( org_len >> 1 ); in af_latin_hint_edges()
[all …]
Dafcjk.c1591 FT_Pos org_len, cur_len, org_center; in af_hint_normal_stem() local
1617 org_len = edge2->opos - edge->opos; in af_hint_normal_stem()
1618 cur_len = af_cjk_compute_stem_width( hints, dim, org_len, in af_hint_normal_stem()