Searched refs:error1 (Results 1 – 3 of 3) sorted by relevance
1945 FT_Pos cur_pos1, error1, error2, u_off, d_off; in af_latin2_hint_edges() local1967 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()
2319 FT_Pos cur_pos1, error1, error2, u_off, d_off; in af_latin_hint_edges() local2349 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()
1552 FT_Error error1; in open_face_PS_from_sfnt_stream() local1557 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