Home
last modified time | relevance | path

Searched refs:in_y (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/freetype/src/base/
Dftcalc.c777 FT_Pos in_y, in ft_corner_orientation() argument
785 if ( in_y == 0 ) in ft_corner_orientation()
794 if ( in_y >= 0 ) in ft_corner_orientation()
802 result = in_y; in ft_corner_orientation()
804 result = -in_y; in ft_corner_orientation()
817 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation()
832 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 ); in ft_corner_orientation()
857 FT_Pos in_y, in ft_corner_is_flat() argument
862 FT_Pos ay = in_y + out_y; in ft_corner_is_flat()
886 d_in = FT_HYPOT( in_x, in_y ); in ft_corner_is_flat()
/external/freetype/src/base/
Dftcalc.c831 FT_Pos in_y, in ft_corner_orientation() argument
839 if ( in_y == 0 ) in ft_corner_orientation()
848 if ( in_y >= 0 ) in ft_corner_orientation()
856 result = in_y; in ft_corner_orientation()
858 result = -in_y; in ft_corner_orientation()
871 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation()
886 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); in ft_corner_orientation()
911 FT_Pos in_y, in ft_corner_is_flat() argument
916 FT_Pos ay = in_y + out_y; in ft_corner_is_flat()
940 d_in = FT_HYPOT( in_x, in_y ); in ft_corner_is_flat()
/external/pdfium/third_party/freetype/src/pshinter/
Dpshalgo.c974 FT_Pos in_y, in psh_corner_orientation() argument
982 if ( in_y == 0 ) in psh_corner_orientation()
991 if ( in_y >= 0 ) in psh_corner_orientation()
999 result = in_y; in psh_corner_orientation()
1001 result = -in_y; in psh_corner_orientation()
1012 long long delta = (long long)in_x * out_y - (long long)in_y * out_x; in psh_corner_orientation()
1038 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
1058 in_y = end->org_v - start->org_v; in psh_glyph_compute_inflections()
1060 } while ( in_x == 0 && in_y == 0 ); in psh_glyph_compute_inflections()
1078 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
[all …]
/external/freetype/src/pshinter/
Dpshalgo.c965 FT_Pos in_y, in psh_corner_orientation() argument
973 if ( in_y == 0 ) in psh_corner_orientation()
982 if ( in_y >= 0 ) in psh_corner_orientation()
990 result = in_y; in psh_corner_orientation()
992 result = -in_y; in psh_corner_orientation()
1003 long long delta = (long long)in_x * out_y - (long long)in_y * out_x; in psh_corner_orientation()
1029 FT_Pos in_x, in_y, out_x, out_y; in psh_glyph_compute_inflections() local
1049 in_y = end->org_v - start->org_v; in psh_glyph_compute_inflections()
1051 } while ( in_x == 0 && in_y == 0 ); in psh_glyph_compute_inflections()
1069 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y ); in psh_glyph_compute_inflections()
[all …]
/external/freetype/include/internal/
Dftcalc.h310 FT_Pos in_y,
322 FT_Pos in_y,
/external/pdfium/third_party/freetype/include/internal/
Dftcalc.h310 FT_Pos in_y,
322 FT_Pos in_y,
/external/freetype/src/autofit/
Dafhints.c906 FT_Pos in_x, in_y; in af_glyph_hints_reload() local
914 in_y = point->fy - prev_v->fy; in af_glyph_hints_reload()
919 if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 ) in af_glyph_hints_reload()