/external/pdfium/third_party/freetype/src/base/ |
D | ftcalc.c | 778 FT_Pos out_x, in ft_corner_orientation() argument 795 result = -out_x; in ft_corner_orientation() 797 result = out_x; in ft_corner_orientation() 801 if ( out_x >= 0 ) in ft_corner_orientation() 806 else if ( out_x == 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() 832 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 ); in ft_corner_orientation() 858 FT_Pos out_x, in ft_corner_is_flat() argument 861 FT_Pos ax = in_x + out_x; in ft_corner_is_flat() 887 d_out = FT_HYPOT( out_x, out_y ); in ft_corner_is_flat()
|
/external/freetype/src/base/ |
D | ftcalc.c | 832 FT_Pos out_x, in ft_corner_orientation() argument 849 result = -out_x; in ft_corner_orientation() 851 result = out_x; in ft_corner_orientation() 855 if ( out_x >= 0 ) in ft_corner_orientation() 860 else if ( out_x == 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() 886 ft_multo64( (FT_UInt32)in_y, (FT_UInt32)out_x, &z2 ); in ft_corner_orientation() 912 FT_Pos out_x, in ft_corner_is_flat() argument 915 FT_Pos ax = in_x + out_x; in ft_corner_is_flat() 941 d_out = FT_HYPOT( out_x, out_y ); in ft_corner_is_flat()
|
/external/freetype/src/autofit/ |
D | afhints.c | 793 FT_Pos out_x, out_y; in af_glyph_hints_reload() local 805 out_x = point->fx - prev->fx; in af_glyph_hints_reload() 816 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 ) in af_glyph_hints_reload() 842 out_x = 0; in af_glyph_hints_reload() 854 out_x += next->fx - point->fx; 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() 881 out_x = 0; in af_glyph_hints_reload() 907 FT_Pos out_x, out_y; in af_glyph_hints_reload() local 916 out_x = next_u->fx - point->fx; in af_glyph_hints_reload() [all …]
|
/external/pdfium/third_party/freetype/src/pshinter/ |
D | pshalgo.c | 975 FT_Pos out_x, in psh_corner_orientation() argument 992 result = -out_x; in psh_corner_orientation() 994 result = out_x; in psh_corner_orientation() 998 if ( out_x >= 0 ) in psh_corner_orientation() 1003 else if ( out_x == 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 1073 out_x = start->org_u - before->org_u; 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/ |
D | pshalgo.c | 966 FT_Pos out_x, in psh_corner_orientation() argument 983 result = -out_x; in psh_corner_orientation() 985 result = out_x; in psh_corner_orientation() 989 if ( out_x >= 0 ) in psh_corner_orientation() 994 else if ( out_x == 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 1064 out_x = start->org_u - before->org_u; 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/ |
D | ftcalc.h | 311 FT_Pos out_x, 323 FT_Pos out_x,
|
/external/pdfium/third_party/freetype/include/internal/ |
D | ftcalc.h | 311 FT_Pos out_x, 323 FT_Pos out_x,
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_renderer.c | 28 float *out_x, float *out_y) in map_point() argument 31 *out_x = x; in map_point() 36 *out_x = mat[0]*x + mat[3]*y + mat[6]; in map_point() 40 *out_x *= w; in map_point()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_renderer.c | 56 map_point(float *mat, float x, float y, float *out_x, float *out_y) in map_point() argument 59 *out_x = x; in map_point() 64 *out_x = mat[0] * x + mat[3] * y + mat[6]; in map_point() 69 *out_x *= w; in map_point()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | matrix.h | 154 VGfloat *out_x, VGfloat *out_y) in matrix_map_point() argument 160 *out_x = mat->m[0]*tmp_x + mat->m[3]*tmp_y + mat->m[6]; in matrix_map_point() 164 *out_x *= w; in matrix_map_point()
|
/external/kernel-headers/original/uapi/linux/ |
D | omapfb.h | 114 __u32 out_x, out_y; member
|