Home
last modified time | relevance | path

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

/external/chromium_org/third_party/freetype/src/base/
Dftcalc.c860 FT_Pos out_y ) in ft_corner_orientation() argument
869 result = out_y; in ft_corner_orientation()
871 result = -out_y; in ft_corner_orientation()
880 else if ( out_y == 0 ) in ft_corner_orientation()
889 if ( out_y >= 0 ) in ft_corner_orientation()
898 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation()
912 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 ); in ft_corner_orientation()
940 FT_Pos out_y ) in ft_corner_is_flat() argument
957 ay = out_y; in ft_corner_is_flat()
965 ay = out_y + in_y; in ft_corner_is_flat()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
Dftcalc.c858 FT_Pos out_y ) in ft_corner_orientation() argument
867 result = out_y; in ft_corner_orientation()
869 result = -out_y; in ft_corner_orientation()
878 else if ( out_y == 0 ) in ft_corner_orientation()
887 if ( out_y >= 0 ) in ft_corner_orientation()
896 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation()
910 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 ); in ft_corner_orientation()
938 FT_Pos out_y ) in ft_corner_is_flat() argument
955 ay = out_y; in ft_corner_is_flat()
963 ay = out_y + in_y; in ft_corner_is_flat()
/external/chromium_org/third_party/freetype/include/freetype/internal/
Dftcalc.h121 FT_Pos out_y );
132 FT_Pos out_y );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
Dftcalc.h121 FT_Pos out_y );
132 FT_Pos out_y );
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
Dftcalc.h121 FT_Pos out_y );
132 FT_Pos out_y );
/external/freetype/include/internal/
Dftcalc.h125 FT_Pos out_y );
136 FT_Pos out_y );
/external/freetype/src/base/
Dftcalc.c1107 FT_Pos out_y ) in ft_corner_orientation() argument
1116 result = out_y; in ft_corner_orientation()
1118 result = -out_y; in ft_corner_orientation()
1127 else if ( out_y == 0 ) in ft_corner_orientation()
1136 if ( out_y >= 0 ) in ft_corner_orientation()
1145 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; in ft_corner_orientation()
1159 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 ); in ft_corner_orientation()
1187 FT_Pos out_y ) in ft_corner_is_flat() argument
1220 ay = out_y; in ft_corner_is_flat()
1228 ay = out_y + in_y; in ft_corner_is_flat()
/external/freetype/src/autofit/
Dafhints.c730 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
745 out_y = point->fy - prev->fy; in af_glyph_hints_reload()
755 if ( FT_ABS( out_x ) + FT_ABS( out_y ) >= near_limit2 ) in af_glyph_hints_reload()
782 out_y = 0; in af_glyph_hints_reload()
798 out_y += next->fy - point->fy; in af_glyph_hints_reload()
800 if ( FT_ABS( out_x ) + FT_ABS( out_y ) < near_limit ) in af_glyph_hints_reload()
809 out_dir = af_direction_compute( out_x, out_y ); in af_glyph_hints_reload()
825 out_y = 0; in af_glyph_hints_reload()
849 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
859 out_y = next_u->fy - point->fy; in af_glyph_hints_reload()
[all …]
/external/chromium_org/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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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.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/chromium_org/skia/ext/
Dconvolver.cc449 for (int out_y = 0; out_y < num_output_rows; out_y++) { in BGRAConvolve2D() local
450 filter_values = filter_y.FilterForValue(out_y, in BGRAConvolve2D()
490 unsigned char* cur_output_row = &output[out_y * output_byte_row_stride]; in BGRAConvolve2D()
/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/freetype/src/autofit/
Dafhints.c747 FT_Pos out_x, out_y; in af_glyph_hints_reload() local
763 out_y = next->fy - point->fy; in af_glyph_hints_reload()
765 in_dir = af_direction_compute( out_x, out_y ); in af_glyph_hints_reload()
780 if ( ft_corner_is_flat( in_x, in_y, out_x, out_y ) ) in af_glyph_hints_reload()
787 in_y = out_y; in af_glyph_hints_reload()
/external/chromium_org/third_party/mesa/src/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/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
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_win.h451 LONG* out_y,
685 int* out_y,
693 int* out_y,
Dbrowser_accessibility_win.cc1932 LONG* out_y, in get_characterExtents() argument
1938 if (!out_x || !out_y || !out_width || !out_height) in get_characterExtents()
1958 *out_y = character_bounds.y(); in get_characterExtents()
2705 int* out_y, in get_clippedSubstringBounds() argument
2711 start_index, end_index, out_x, out_y, out_width, out_height); in get_clippedSubstringBounds()
2718 int* out_y, in get_unclippedSubstringBounds() argument
2724 if (!out_x || !out_y || !out_width || !out_height) in get_unclippedSubstringBounds()
2737 *out_y = bounds.y(); in get_unclippedSubstringBounds()