Searched defs:out_y (Results 1 - 11 of 11) sorted by relevance

/external/kernel-headers/original/linux/
H A Dtegrafb.h73 __u32 out_y; member in struct:tegra_fb_windowattr
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafhints.c725 FT_Pos out_x, out_y; local
741 out_y = next->fy - point->fy;
743 in_dir = af_direction_compute( out_x, out_y );
758 if ( ft_corner_is_flat( in_x, in_y, out_x, out_y ) )
765 in_y = out_y;
/external/freetype/src/autofit/
H A Dafhints.c747 FT_Pos out_x, out_y; local
763 out_y = next->fy - point->fy;
765 in_dir = af_direction_compute( out_x, out_y );
780 if ( ft_corner_is_flat( in_x, in_y, out_x, out_y ) )
787 in_y = out_y;
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshalgo.c977 FT_Pos out_y )
986 result = out_y;
988 result = -out_y;
997 else if ( out_y == 0 )
1006 if ( out_y >= 0 )
1013 long long delta = (long long)in_x * out_y - (long long)in_y * out_x;
1039 FT_Pos in_x, in_y, out_x, out_y; local
1075 out_y = start->org_v - before->org_v;
1077 } while ( out_x == 0 && out_y == 0 );
1079 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dmatrix.h154 VGfloat *out_x, VGfloat *out_y)
161 *out_y = mat->m[1]*tmp_x + mat->m[4]*tmp_y + mat->m[7];
165 *out_y *= w;
152 matrix_map_point(struct matrix *mat, VGfloat x, VGfloat y, VGfloat *out_x, VGfloat *out_y) argument
/external/chromium_org/third_party/mesa/src/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
60 *out_y = y;
65 *out_y = mat[1] * x + mat[4] * y + mat[7];
70 *out_y *= w;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c28 float *out_x, float *out_y)
32 *out_y = y;
37 *out_y = mat[1]*x + mat[4]*y + mat[7];
41 *out_y *= w;
27 map_point(float *mat, float x, float y, float *out_x, float *out_y) argument
/external/freetype/src/pshinter/
H A Dpshalgo.c976 FT_Pos out_y )
985 result = out_y;
987 result = -out_y;
996 else if ( out_y == 0 )
1005 if ( out_y >= 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
1074 out_y = start->org_v - before->org_v;
1076 } while ( out_x == 0 && out_y == 0 );
1078 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y );
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmatrix.h154 VGfloat *out_x, VGfloat *out_y)
161 *out_y = mat->m[1]*tmp_x + mat->m[4]*tmp_y + mat->m[7];
165 *out_y *= w;
152 matrix_map_point(struct matrix *mat, VGfloat x, VGfloat y, VGfloat *out_x, VGfloat *out_y) argument
/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
60 *out_y = y;
65 *out_y = mat[1] * x + mat[4] * y + mat[7];
70 *out_y *= w;
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c28 float *out_x, float *out_y)
32 *out_y = y;
37 *out_y = mat[1]*x + mat[4]*y + mat[7];
41 *out_y *= w;
27 map_point(float *mat, float x, float y, float *out_x, float *out_y) argument

Completed in 313 milliseconds