Home
last modified time | relevance | path

Searched refs:error1 (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/freetype/src/autofit/
A Daflatin2.c1945 FT_Pos cur_pos1, error1, error2, u_off, d_off; in af_latin2_hint_edges() local
1967 error1 = org_center - ( cur_pos1 - u_off ); in af_latin2_hint_edges()
1968 if ( error1 < 0 ) in af_latin2_hint_edges()
1969 error1 = -error1; in af_latin2_hint_edges()
1975 if ( error1 < error2 ) in af_latin2_hint_edges()
A Daflatin.c2319 FT_Pos cur_pos1, error1, error2, u_off, d_off; in af_latin_hint_edges() local
2349 error1 = org_center - ( cur_pos1 - u_off ); in af_latin_hint_edges()
2350 if ( error1 < 0 ) in af_latin_hint_edges()
2351 error1 = -error1; in af_latin_hint_edges()
2357 if ( error1 < error2 ) in af_latin_hint_edges()
/AliOS-Things-master/components/freetype/src/base/
A Dftobjs.c1552 FT_Error error1; in open_face_PS_from_sfnt_stream() local
1557 error1 = FT_Stream_Seek( stream, pos ); in open_face_PS_from_sfnt_stream()
1558 if ( error1 ) in open_face_PS_from_sfnt_stream()
1559 return error1; in open_face_PS_from_sfnt_stream()

Completed in 21 milliseconds