Searched refs:out_x (Results 1 - 12 of 12) sorted by relevance

/external/skia/src/opts/
H A DSkBitmapFilter_opts_SSE2.cpp62 for (int out_x = 0; out_x < num_values; out_x++) {
64 filter.FilterForValue(out_x, &filter_offset, &filter_length);
191 for (int out_x = 0; out_x < num_values; out_x++) {
193 filter.FilterForValue(out_x, &filter_offset, &filter_length);
308 for (int out_x = 0; out_x < widt
[all...]
/external/freetype/src/base/
H A Dftcalc.c832 FT_Pos out_x,
849 result = -out_x;
851 result = out_x;
855 if ( out_x >= 0 )
860 else if ( out_x == 0 )
871 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x;
886 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 );
912 FT_Pos out_x,
915 FT_Pos ax = in_x + out_x;
941 d_out = FT_HYPOT( out_x, out_
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftcalc.c778 FT_Pos out_x,
795 result = -out_x;
797 result = out_x;
801 if ( out_x >= 0 )
806 else if ( out_x == 0 )
817 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x;
832 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 );
858 FT_Pos out_x,
861 FT_Pos ax = in_x + out_x;
887 d_out = FT_HYPOT( out_x, out_
[all...]
/external/freetype/include/internal/
H A Dftcalc.h311 FT_Pos out_x,
323 FT_Pos out_x,
/external/pdfium/third_party/freetype/include/internal/
H A Dftcalc.h311 FT_Pos out_x,
323 FT_Pos out_x,
/external/freetype/src/autofit/
H A Dafhints.c793 FT_Pos out_x, out_y; local
805 out_x = point->fx - prev->fx;
816 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 )
842 out_x = 0;
854 out_x += next->fx - point->fx;
857 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit )
866 out_dir = af_direction_compute( out_x, out_y );
881 out_x = 0;
907 FT_Pos out_x, out_y; local
916 out_x
[all...]
/external/freetype/src/pshinter/
H A Dpshalgo.c966 FT_Pos out_x,
983 result = -out_x;
985 result = out_x;
989 if ( out_x >= 0 )
994 else if ( out_x == 0 )
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
1064 out_x = start->org_u - before->org_u;
1067 } while ( out_x == 0 && out_y == 0 );
1069 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_
964 psh_corner_orientation( FT_Pos in_x, FT_Pos in_y, FT_Pos out_x, FT_Pos out_y ) argument
[all...]
/external/pdfium/third_party/freetype/src/pshinter/
H A Dpshalgo.c975 FT_Pos out_x,
992 result = -out_x;
994 result = out_x;
998 if ( out_x >= 0 )
1003 else if ( out_x == 0 )
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
1073 out_x = start->org_u - before->org_u;
1076 } while ( out_x == 0 && out_y == 0 );
1078 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_
973 psh_corner_orientation( FT_Pos in_x, FT_Pos in_y, FT_Pos out_x, FT_Pos out_y ) argument
[all...]
/external/kernel-headers/original/uapi/linux/
H A Domapfb.h114 __u32 out_x, out_y; member in struct:omapfb_update_window
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_renderer.c56 map_point(float *mat, float x, float y, float *out_x, float *out_y) argument
59 *out_x = x;
64 *out_x = mat[0] * x + mat[3] * y + mat[6];
69 *out_x *= w;
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c28 float *out_x, float *out_y)
31 *out_x = x;
36 *out_x = mat[0]*x + mat[3]*y + mat[6];
40 *out_x *= w;
27 map_point(float *mat, float x, float y, float *out_x, float *out_y) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmatrix.h154 VGfloat *out_x, VGfloat *out_y)
160 *out_x = mat->m[0]*tmp_x + mat->m[3]*tmp_y + mat->m[6];
164 *out_x *= w;
152 matrix_map_point(struct matrix *mat, VGfloat x, VGfloat y, VGfloat *out_x, VGfloat *out_y) argument

Completed in 8851 milliseconds