Searched refs:in_x (Results 1 – 4 of 4) sorted by relevance
/external/freetype/src/base/ |
D | ftcalc.c | 841 ft_corner_orientation( FT_Pos in_x, in ft_corner_orientation() argument 852 if ( in_x >= 0 ) in ft_corner_orientation() 857 else if ( in_x == 0 ) in ft_corner_orientation() 874 result = -in_x; in ft_corner_orientation() 876 result = in_x; in ft_corner_orientation() 882 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation() 896 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 ); in ft_corner_orientation() 921 ft_corner_is_flat( FT_Pos in_x, in ft_corner_is_flat() argument 926 FT_Pos ax = in_x; in ft_corner_is_flat() 946 ax = out_x + in_x; in ft_corner_is_flat()
|
/external/freetype/include/freetype/internal/ |
D | ftcalc.h | 146 ft_corner_orientation( FT_Pos in_x, 157 ft_corner_is_flat( FT_Pos in_x,
|
/external/freetype/src/pshinter/ |
D | pshalgo.c | 974 psh_corner_orientation( FT_Pos in_x, in psh_corner_orientation() argument 985 if ( in_x >= 0 ) in psh_corner_orientation() 990 else if ( in_x == 0 ) in psh_corner_orientation() 1007 result = -in_x; in psh_corner_orientation() 1009 result = in_x; in psh_corner_orientation() 1013 long long delta = (long long)in_x * out_y - (long long)in_y * out_x; in psh_corner_orientation() 1039 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local 1058 in_x = end->org_u - start->org_u; in psh_glyph_compute_inflections() 1061 } while ( in_x == 0 && in_y == 0 ); in psh_glyph_compute_inflections() 1079 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections() [all …]
|
/external/freetype/src/autofit/ |
D | afhints.c | 717 FT_Pos in_x = 0; in af_glyph_hints_reload() local 731 in_x = first->fx - prev->fx; in af_glyph_hints_reload() 733 in_dir = af_direction_compute( in_x, in_y ); in af_glyph_hints_reload() 758 if ( ft_corner_is_flat( in_x, in_y, out_x, out_y ) ) in af_glyph_hints_reload() 764 in_x = out_x; in af_glyph_hints_reload()
|