HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1301 - 1325 of 3043) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 932 FT_Vector in, out, shift; local
959 out.x = v_next.x - v_cur.x;
960 out.y = v_next.y - v_cur.y;
961 l_out = FT_Vector_Length( &out );
964 out.x = FT_DivFix( out.x, l_out );
965 out.y = FT_DivFix( out.y, l_out );
968 d = FT_MulFix( in.x, out.x ) + FT_MulFix( in.y, out.y )
    [all...]