Home
last modified time | relevance | path

Searched refs:out_y (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/third_party/freetype/src/base/
Dftcalc.c779 FT_Pos out_y ) in ft_corner_orientation() argument
788 result = out_y; in ft_corner_orientation()
790 result = -out_y; in ft_corner_orientation()
799 else if ( out_y == 0 ) in ft_corner_orientation()
808 if ( out_y >= 0 ) 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()
859 FT_Pos out_y ) in ft_corner_is_flat() argument
862 FT_Pos ay = in_y + out_y; in ft_corner_is_flat()
887 d_out = FT_HYPOT( out_x, out_y ); in ft_corner_is_flat()
/external/freetype/src/base/
Dftcalc.c833 FT_Pos out_y ) in ft_corner_orientation() argument
842 result = out_y; in ft_corner_orientation()
844 result = -out_y; in ft_corner_orientation()
853 else if ( out_y == 0 ) in ft_corner_orientation()
862 if ( out_y >= 0 ) 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()
913 FT_Pos out_y ) in ft_corner_is_flat() argument
916 FT_Pos ay = in_y + out_y; in ft_corner_is_flat()
941 d_out = FT_HYPOT( out_x, out_y ); in ft_corner_is_flat()
/external/freetype/src/autofit/
Dafhints.c793 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
806 out_y = point->fy - prev->fy; in af_glyph_hints_reload()
816 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 ) in af_glyph_hints_reload()
843 out_y = 0; in af_glyph_hints_reload()
855 out_y += next->fy - point->fy; in af_glyph_hints_reload()
857 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) in af_glyph_hints_reload()
866 out_dir = af_direction_compute( out_x, out_y ); in af_glyph_hints_reload()
882 out_y = 0; in af_glyph_hints_reload()
907 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
917 out_y = next_u->fy - point->fy; in af_glyph_hints_reload()
[all …]
/external/pdfium/third_party/freetype/src/pshinter/
Dpshalgo.c976 FT_Pos out_y ) in psh_corner_orientation() argument
985 result = out_y; in psh_corner_orientation()
987 result = -out_y; in psh_corner_orientation()
996 else if ( out_y == 0 ) in psh_corner_orientation()
1005 if ( out_y >= 0 ) 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
1074 out_y = start->org_v - before->org_v; in psh_glyph_compute_inflections()
1076 } while ( out_x == 0 && out_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/
Dpshalgo.c967 FT_Pos out_y ) in psh_corner_orientation() argument
976 result = out_y; in psh_corner_orientation()
978 result = -out_y; in psh_corner_orientation()
987 else if ( out_y == 0 ) in psh_corner_orientation()
996 if ( out_y >= 0 ) 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
1065 out_y = start->org_v - before->org_v; in psh_glyph_compute_inflections()
1067 } while ( out_x == 0 && out_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/
Dftcalc.h312 FT_Pos out_y );
324 FT_Pos out_y );
/external/pdfium/third_party/freetype/include/internal/
Dftcalc.h312 FT_Pos out_y );
324 FT_Pos out_y );
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_renderer.c28 float *out_x, float *out_y) in map_point() argument
32 *out_y = y; in map_point()
37 *out_y = mat[1]*x + mat[4]*y + mat[7]; in map_point()
41 *out_y *= w; in map_point()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_renderer.c56 map_point(float *mat, float x, float y, float *out_x, float *out_y) in map_point() argument
60 *out_y = y; in map_point()
65 *out_y = mat[1] * x + mat[4] * y + mat[7]; in map_point()
70 *out_y *= w; in map_point()
/external/mesa3d/src/gallium/state_trackers/vega/
Dmatrix.h154 VGfloat *out_x, VGfloat *out_y) in matrix_map_point() argument
161 *out_y = mat->m[1]*tmp_x + mat->m[4]*tmp_y + mat->m[7]; in matrix_map_point()
165 *out_y *= w; in matrix_map_point()
/external/kernel-headers/original/uapi/linux/
Domapfb.h114 __u32 out_x, out_y; member