Searched refs:cvt_dist (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/truetype/
H A Dttinterp.c6176 FT_F26Dot6 cvt_dist, local
6214 cvt_dist = 0;
6216 cvt_dist = exc->func_read_cvt( exc, cvtEntry - 1 );
6220 if ( FT_ABS( cvt_dist - exc->GS.single_width_value ) <
6223 if ( cvt_dist >= 0 )
6224 cvt_dist = exc->GS.single_width_value;
6226 cvt_dist = -exc->GS.single_width_value;
6234 TT_MulFix14( cvt_dist,
6237 TT_MulFix14( cvt_dist,
6249 if ( ( org_dist ^ cvt_dist ) <
[all...]
/external/pdfium/third_party/freetype/src/truetype/
H A Dttinterp.c6618 FT_F26Dot6 cvt_dist, local
6656 cvt_dist = 0;
6658 cvt_dist = CUR_Func_read_cvt( cvtEntry - 1 );
6662 if ( FT_ABS( cvt_dist - CUR.GS.single_width_value ) <
6665 if ( cvt_dist >= 0 )
6666 cvt_dist = CUR.GS.single_width_value;
6668 cvt_dist = -CUR.GS.single_width_value;
6676 TT_MulFix14( (FT_UInt32)cvt_dist,
6679 TT_MulFix14( (FT_UInt32)cvt_dist,
6693 if ( ( org_dist ^ cvt_dist ) <
[all...]

Completed in 94 milliseconds