Searched refs:MUL_LONG (Results 1 – 5 of 5) sorted by relevance
501 #define MUL_LONG( a, b ) \ macro
1004 FT_Long z1 = MUL_LONG( in_x, out_y ); in ft_corner_orientation()1005 FT_Long z2 = MUL_LONG( in_y, out_x ); in ft_corner_orientation()
1092 MUL_LONG( v_cur.y - v_prev.y, in FT_Outline_Get_Orientation()
6602 if ( MUL_LONG( 19, FT_ABS( discriminant ) ) > FT_ABS( dotproduct ) ) in Ins_ISECT()
5666 * src/base/ftoutln.c (FT_Outline_Get_Orientation): Use `MUL_LONG'.