HomeSort by relevance Sort by last modified time
    Searched refs:in_x (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/ppapi/cpp/
point.h 27 /// @param[in] in_x An int32_t value representing a horizontal coordinate
31 Point(int32_t in_x, int32_t in_y) {
32 point_.x = in_x;
76 /// @param[in] in_x A new x value.
77 void set_x(int32_t in_x) {
78 point_.x = in_x;
166 /// @param[in] in_x An value representing a horizontal coordinate of a
171 FloatPoint(float in_x, float in_y) {
172 float_point_.x = in_x;
215 /// @param[in] in_x A new x value
    [all...]
rect.h 131 /// @param[in] in_x A new x value.
132 void set_x(int32_t in_x) {
133 rect_.point.x = in_x;
516 /// @param[in] in_x A new x value.
517 void set_x(float in_x) {
518 rect_.point.x = in_x;
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftcalc.h 118 ft_corner_orientation( FT_Pos in_x,
129 ft_corner_is_flat( FT_Pos in_x,
  /external/freetype/include/internal/
ftcalc.h 122 ft_corner_orientation( FT_Pos in_x,
133 ft_corner_is_flat( FT_Pos in_x,
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftcalc.h 118 ft_corner_orientation( FT_Pos in_x,
129 ft_corner_is_flat( FT_Pos in_x,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftcalc.h 118 ft_corner_orientation( FT_Pos in_x,
129 ft_corner_is_flat( FT_Pos in_x,
  /system/core/include/mincrypt/
p256.h 129 // {out_x,out_y} := n{in_x,in_y}
131 const p256_int *in_x,
136 // {out_x,out_y} := n1G + n2{in_x,in_y}
139 const p256_int *in_x, const p256_int *in_y,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftcalc.c 855 ft_corner_orientation( FT_Pos in_x,
866 if ( in_x >= 0 )
871 else if ( in_x == 0 )
888 result = -in_x;
890 result = in_x;
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 );
935 ft_corner_is_flat( FT_Pos in_x,
940 FT_Pos ax = in_x;
960 ax = out_x + in_x;
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftcalc.c 857 ft_corner_orientation( FT_Pos in_x,
868 if ( in_x >= 0 )
873 else if ( in_x == 0 )
890 result = -in_x;
892 result = in_x;
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 );
937 ft_corner_is_flat( FT_Pos in_x,
942 FT_Pos ax = in_x;
962 ax = out_x + in_x;
    [all...]
  /external/freetype/src/base/
ftcalc.c 1104 ft_corner_orientation( FT_Pos in_x,
1115 if ( in_x >= 0 )
1120 else if ( in_x == 0 )
1137 result = -in_x;
1139 result = in_x;
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 );
1184 ft_corner_is_flat( FT_Pos in_x,
1189 FT_Pos ax = in_x;
1225 ax = out_x + in_x;
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c 973 psh_corner_orientation( FT_Pos in_x,
984 if ( in_x >= 0 )
989 else if ( in_x == 0 )
1006 result = -in_x;
1008 result = in_x;
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
1057 in_x = end->org_u - start->org_u;
1060 } while ( in_x == 0 && in_y == 0 );
1078 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y )
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 973 psh_corner_orientation( FT_Pos in_x,
984 if ( in_x >= 0 )
989 else if ( in_x == 0 )
1006 result = -in_x;
1008 result = in_x;
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
1057 in_x = end->org_u - start->org_u;
1060 } while ( in_x == 0 && in_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 973 psh_corner_orientation( FT_Pos in_x,
984 if ( in_x >= 0 )
989 else if ( in_x == 0 )
1006 result = -in_x;
1008 result = in_x;
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
1057 in_x = end->org_u - start->org_u;
1060 } while ( in_x == 0 && in_y == 0 );
1078 orient_prev = psh_corner_orientation( in_x, in_y, out_x, out_y )
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.h 111 #define RECON_AND_STORE(dest, in_x) \
115 d0 = _mm_add_epi16(in_x, d0); \
vp9_idct_intrin_sse2.c 13 #define RECON_AND_STORE4X4(dest, in_x) \
17 d0 = _mm_add_epi16(in_x, d0); \
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 739 FT_Pos in_x = 0; local
753 in_x = first->fx - prev->fx;
755 in_dir = af_direction_compute( in_x, in_y );
780 if ( ft_corner_is_flat( in_x, in_y, out_x, out_y ) )
786 in_x = out_x;
    [all...]
  /external/freetype/src/autofit/
afhints.c 848 FT_Pos in_x, in_y; local
855 in_x = point->fx - prev_v->fx;
861 if ( ( in_x ^ out_x ) >= 0 && ( in_y ^ out_y ) >= 0 )
    [all...]
  /system/core/libmincrypt/
p256_ec.c     [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 18 #define RECON_AND_STORE4X4(dest, in_x) \
22 d0 = _mm_add_epi16(in_x, d0); \
530 #define RECON_AND_STORE(dest, in_x) \
534 d0 = _mm_add_epi16(in_x, d0); \
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 18 #define RECON_AND_STORE4X4(dest, in_x) \
22 d0 = _mm_add_epi16(in_x, d0); \
530 #define RECON_AND_STORE(dest, in_x) \
534 d0 = _mm_add_epi16(in_x, d0); \
    [all...]

Completed in 330 milliseconds