/system/core/include/mincrypt/ |
p256.h | 124 // {out_x,out_y} := nG 127 p256_int *out_y); 129 // {out_x,out_y} := n{in_x,in_y} 134 p256_int *out_y); 136 // {out_x,out_y} := n1G + n2{in_x,in_y} 140 p256_int *out_x, p256_int *out_y);
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
ftcalc.h | 121 FT_Pos out_y ); 132 FT_Pos out_y );
|
/external/freetype/include/internal/ |
ftcalc.h | 125 FT_Pos out_y ); 136 FT_Pos out_y );
|
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
ftcalc.h | 121 FT_Pos out_y ); 132 FT_Pos out_y );
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/ |
ftcalc.h | 121 FT_Pos out_y ); 132 FT_Pos out_y );
|
/external/chromium_org/third_party/freetype/src/base/ |
ftcalc.c | 860 FT_Pos out_y ) 869 result = out_y; 871 result = -out_y; 880 else if ( out_y == 0 ) 889 if ( out_y >= 0 ) 898 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; 912 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 ); 940 FT_Pos out_y ) 957 ay = out_y; 965 ay = out_y + in_y [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
ftcalc.c | 858 FT_Pos out_y ) 867 result = out_y; 869 result = -out_y; 878 else if ( out_y == 0 ) 887 if ( out_y >= 0 ) 896 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; 910 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 ); 938 FT_Pos out_y ) 955 ay = out_y; 963 ay = out_y + in_y [all...] |
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshalgo.c | 976 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/freetype/src/pshinter/ |
pshalgo.c | 976 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/ |
pshalgo.c | 976 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/freetype/src/autofit/ |
afhints.c | 730 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 = next_u->fy - point->fy [all...] |
/external/freetype/src/base/ |
ftcalc.c | 1107 FT_Pos out_y ) 1116 result = out_y; 1118 result = -out_y; 1127 else if ( out_y == 0 ) 1136 if ( out_y >= 0 ) 1145 FT_Int64 delta = (FT_Int64)in_x * out_y - (FT_Int64)in_y * out_x; 1159 ft_multo64( (FT_Int32)in_x, (FT_Int32)out_y, &z1 ); 1187 FT_Pos out_y ) 1220 ay = out_y; 1228 ay = out_y + in_y [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/ |
xa_renderer.c | 56 map_point(float *mat, float x, float y, float *out_x, float *out_y) 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/ |
xorg_renderer.c | 28 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;
|
/external/kernel-headers/original/uapi/linux/ |
omapfb.h | 114 __u32 out_x, out_y; member in struct:omapfb_update_window
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_renderer.c | 56 map_point(float *mat, float x, float y, float *out_x, float *out_y) 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/ |
xorg_renderer.c | 28 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;
|
/system/core/libmincrypt/ |
p256_ec.c | [all...] |
/external/chromium_org/skia/ext/ |
convolver.cc | 449 for (int out_y = 0; out_y < num_output_rows; out_y++) { 450 filter_values = filter_y.FilterForValue(out_y, 490 unsigned char* cur_output_row = &output[out_y * output_byte_row_stride];
|
/external/chromium_org/third_party/freetype/src/autofit/ |
afhints.c | 747 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; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
matrix.h | 154 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;
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
matrix.h | 154 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;
|
/hardware/ti/omap4-aah/original-kernel-headers/linux/ |
omapfb.h | 115 __u32 out_x, out_y; member in struct:omapfb_update_window
|
/hardware/ti/omap4xxx/original-kernel-headers/linux/ |
omapfb.h | 115 __u32 out_x, out_y; member in struct:omapfb_update_window
|
/bionic/libc/kernel/uapi/linux/ |
omapfb.h | 114 __u32 out_x, out_y; member in struct:omapfb_update_window
|