Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/pshinter/
A 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()
680 FT_Pos len = FT_MulFix( hint->org_len, scale );
708 hint->org_pos + hint->org_len,
1645 org_u <= hint->org_pos + hint->org_len ) in psh_hint_table_find_strong_points()
1859 else if ( delta >= hint->org_len ) in psh_glyph_interpolate_strong_points()
[all …]
A Dpshalgo.h56 FT_Int org_len; member
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjstringio.c93 mp_uint_t org_len = o->vstr->len; in stringio_write() local
101 if (o->pos > org_len) { in stringio_write()
102 memset(o->vstr->buf + org_len, 0, o->pos - org_len); in stringio_write()
/AliOS-Things-master/components/freetype/src/autofit/
A Daflatin.c2318 FT_Pos org_len, org_center, cur_len; in af_latin_hint_edges() local
2322 org_len = edge2->opos - edge->opos; in af_latin_hint_edges()
2324 hints, dim, org_len, in af_latin_hint_edges()
2346 org_center = edge->opos + ( org_len >> 1 ); in af_latin_hint_edges()
2385 FT_Pos org_pos, org_len, org_center, cur_len; in af_latin_hint_edges() local
2390 org_len = edge2->opos - edge->opos; in af_latin_hint_edges()
2391 org_center = org_pos + ( org_len >> 1 ); in af_latin_hint_edges()
2394 hints, dim, org_len, in af_latin_hint_edges()
2451 org_len = edge2->opos - edge->opos; in af_latin_hint_edges()
2452 org_center = org_pos + ( org_len >> 1 ); in af_latin_hint_edges()
[all …]
A Daflatin2.c1944 FT_Pos org_len, org_center, cur_len; in af_latin2_hint_edges() local
1948 org_len = edge2->opos - edge->opos; in af_latin2_hint_edges()
1950 hints, dim, org_len, in af_latin2_hint_edges()
1963 org_center = edge->opos + ( org_len >> 1 ); in af_latin2_hint_edges()
2006 FT_Pos org_pos, org_len, org_center, cur_center, cur_len; in af_latin2_hint_edges() local
2011 org_len = edge2->opos - edge->opos; in af_latin2_hint_edges()
2012 org_center = org_pos + ( org_len >> 1 ); in af_latin2_hint_edges()
2015 hints, dim, org_len, in af_latin2_hint_edges()
2019 org_left = org_pos + ( ( org_len - cur_len ) >> 1 ); in af_latin2_hint_edges()
2020 org_right = org_pos + ( ( org_len + cur_len ) >> 1 ); in af_latin2_hint_edges()
[all …]
A Dafcjk.c1571 FT_Pos org_len, cur_len, org_center; in af_hint_normal_stem() local
1597 org_len = edge2->opos - edge->opos; in af_hint_normal_stem()
1598 cur_len = af_cjk_compute_stem_width( hints, dim, org_len, in af_hint_normal_stem()

Completed in 18 milliseconds