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

/external/chromium_org/third_party/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/freetype/src/autofit/
H A Dafhints.c730 FT_Pos out_x, out_y; local
745 out_y = point->fy - prev->fy;
755 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 )
782 out_y = 0;
798 out_y += next->fy - point->fy;
800 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit )
809 out_dir = af_direction_compute( out_x, out_y );
825 out_y = 0;
849 FT_Pos out_x, out_y; local
859 out_y
[all...]
/external/chromium_org/third_party/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/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/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/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
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.cc1935 LONG* out_y,
1941 if (!out_x || !out_y || !out_width || !out_height)
1961 *out_y = character_bounds.y();
2708 int* out_y,
2714 start_index, end_index, out_x, out_y, out_width, out_height);
2721 int* out_y,
2727 if (!out_x || !out_y || !out_width || !out_height)
2740 *out_y = bounds.y();
1931 get_characterExtents( LONG offset, enum IA2CoordinateType coordinate_type, LONG* out_x, LONG* out_y, LONG* out_width, LONG* out_height) argument
2704 get_clippedSubstringBounds( unsigned int start_index, unsigned int end_index, int* out_x, int* out_y, int* out_width, int* out_height) argument
2717 get_unclippedSubstringBounds( unsigned int start_index, unsigned int end_index, int* out_x, int* out_y, int* out_width, int* out_height) argument

Completed in 5943 milliseconds