Searched refs:in_y (Results 1 – 4 of 4) sorted by relevance
/external/freetype/src/base/ |
D | ftcalc.c | 842 FT_Pos in_y, in ft_corner_orientation() argument 850 if ( in_y == 0 ) in ft_corner_orientation() 859 if ( in_y >= 0 ) in ft_corner_orientation() 867 result = in_y; in ft_corner_orientation() 869 result = -in_y; in ft_corner_orientation() 882 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation() 897 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 ); in ft_corner_orientation() 922 FT_Pos in_y, in ft_corner_is_flat() argument 927 FT_Pos ay = in_y; in ft_corner_is_flat() 949 ay = out_y + in_y; in ft_corner_is_flat()
|
/external/freetype/include/freetype/internal/ |
D | ftcalc.h | 147 FT_Pos in_y, 158 FT_Pos in_y,
|
/external/freetype/src/pshinter/ |
D | pshalgo.c | 975 FT_Pos in_y, in psh_corner_orientation() argument 983 if ( in_y == 0 ) in psh_corner_orientation() 992 if ( in_y >= 0 ) in psh_corner_orientation() 1000 result = in_y; in psh_corner_orientation() 1002 result = -in_y; 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 1059 in_y = end->org_v - start->org_v; 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 | 718 FT_Pos in_y = 0; in af_glyph_hints_reload() local 732 in_y = first->fy - prev->fy; 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() 765 in_y = out_y; in af_glyph_hints_reload()
|