/external/pdfium/third_party/freetype/src/base/ |
D | ftcalc.c | 776 ft_corner_orientation( FT_Pos in_x, in ft_corner_orientation() argument 787 if ( in_x >= 0 ) in ft_corner_orientation() 792 else if ( in_x == 0 ) in ft_corner_orientation() 809 result = -in_x; in ft_corner_orientation() 811 result = in_x; in ft_corner_orientation() 817 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation() 831 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 ); in ft_corner_orientation() 856 ft_corner_is_flat( FT_Pos in_x, in ft_corner_is_flat() argument 861 FT_Pos ax = in_x + out_x; in ft_corner_is_flat() 886 d_in = FT_HYPOT( in_x, in_y ); in ft_corner_is_flat()
|
/external/freetype/src/base/ |
D | ftcalc.c | 830 ft_corner_orientation( FT_Pos in_x, in ft_corner_orientation() argument 841 if ( in_x >= 0 ) in ft_corner_orientation() 846 else if ( in_x == 0 ) in ft_corner_orientation() 863 result = -in_x; in ft_corner_orientation() 865 result = in_x; in ft_corner_orientation() 871 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation() 885 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 ); in ft_corner_orientation() 910 ft_corner_is_flat( FT_Pos in_x, in ft_corner_is_flat() argument 915 FT_Pos ax = in_x + out_x; 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/ |
D | pshalgo.c | 973 psh_corner_orientation( FT_Pos in_x, in psh_corner_orientation() argument 984 if ( in_x >= 0 ) in psh_corner_orientation() 989 else if ( in_x == 0 ) in psh_corner_orientation() 1006 result = -in_x; in psh_corner_orientation() 1008 result = in_x; 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 1057 in_x = end->org_u - start->org_u; 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/ |
D | pshalgo.c | 964 psh_corner_orientation( FT_Pos in_x, in psh_corner_orientation() argument 975 if ( in_x >= 0 ) in psh_corner_orientation() 980 else if ( in_x == 0 ) in psh_corner_orientation() 997 result = -in_x; in psh_corner_orientation() 999 result = in_x; 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 1048 in_x = end->org_u - start->org_u; 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/ |
D | ftcalc.h | 309 ft_corner_orientation( FT_Pos in_x, 321 ft_corner_is_flat( FT_Pos in_x,
|
/external/pdfium/third_party/freetype/include/internal/ |
D | ftcalc.h | 309 ft_corner_orientation( FT_Pos in_x, 321 ft_corner_is_flat( FT_Pos in_x,
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_idct_intrin_sse2.h | 111 #define RECON_AND_STORE(dest, in_x) \ argument 115 d0 = _mm_add_epi16(in_x, d0); \
|
D | vp9_idct_intrin_sse2.c | 13 #define RECON_AND_STORE4X4(dest, in_x) \ argument 17 d0 = _mm_add_epi16(in_x, d0); \
|
/external/freetype/src/autofit/ |
D | afhints.c | 906 FT_Pos in_x, in_y; in af_glyph_hints_reload() local 913 in_x = point->fx - prev_v->fx; in af_glyph_hints_reload() 919 if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 ) in af_glyph_hints_reload()
|