Searched refs:in_x (Results 1 - 9 of 9) sorted by relevance

/external/freetype/src/base/
H A Dftcalc.c830 ft_corner_orientation( FT_Pos in_x,
841 if ( in_x >= 0 )
846 else if ( in_x == 0 )
863 result = -in_x;
865 result = in_x;
871 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x;
885 ft_multo64( (FT_UInt32)in_x, (FT_UInt32)out_y, &z1 );
910 ft_corner_is_flat( FT_Pos in_x,
915 FT_Pos ax = in_x + out_x;
940 d_in = FT_HYPOT( in_x, in_
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftcalc.c776 ft_corner_orientation( FT_Pos in_x,
787 if ( in_x >= 0 )
792 else if ( in_x == 0 )
809 result = -in_x;
811 result = in_x;
817 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x;
831 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 );
856 ft_corner_is_flat( FT_Pos in_x,
861 FT_Pos ax = in_x + out_x;
886 d_in = FT_HYPOT( in_x, in_
[all...]
/external/freetype/include/internal/
H A Dftcalc.h309 ft_corner_orientation( FT_Pos in_x,
321 ft_corner_is_flat( FT_Pos in_x,
/external/pdfium/third_party/freetype/include/internal/
H A Dftcalc.h309 ft_corner_orientation( FT_Pos in_x,
321 ft_corner_is_flat( FT_Pos in_x,
/external/freetype/src/pshinter/
H A Dpshalgo.c964 psh_corner_orientation( FT_Pos in_x, argument
975 if ( in_x >= 0 )
980 else if ( in_x == 0 )
997 result = -in_x;
999 result = in_x;
1003 long long delta = (long long)in_x * out_y - (long long)in_y * out_x;
1029 FT_Pos in_x, in_y, out_x, out_y; local
1048 in_x = end->org_u - start->org_u;
1051 } while ( in_x == 0 && in_y == 0 );
1069 orient_prev = psh_corner_orientation( in_x, in_
[all...]
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshalgo.c973 psh_corner_orientation( FT_Pos in_x, argument
984 if ( in_x >= 0 )
989 else if ( in_x == 0 )
1006 result = -in_x;
1008 result = in_x;
1012 long long delta = (long long)in_x * out_y - (long long)in_y * out_x;
1038 FT_Pos in_x, in_y, out_x, out_y; local
1057 in_x = end->org_u - start->org_u;
1060 } while ( in_x == 0 && in_y == 0 );
1078 orient_prev = psh_corner_orientation( in_x, in_
[all...]
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dinv_txfm_sse2.h112 #define RECON_AND_STORE(dest, in_x) \
116 d0 = _mm_add_epi16(in_x, d0); \
H A Dinv_txfm_sse2.c15 #define RECON_AND_STORE4X4(dest, in_x) \
19 d0 = _mm_add_epi16(in_x, d0); \
/external/freetype/src/autofit/
H A Dafhints.c906 FT_Pos in_x, in_y; local
913 in_x = point->fx - prev_v->fx;
919 if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 )

Completed in 6733 milliseconds