Searched defs:ay (Results 1 - 25 of 44) sorted by relevance

12

/external/clang/test/Modules/Inputs/include_next/y/
H A Da.h1 enum { ay = 2 }; enumerator in enum:__anon2440
/external/pdfium/third_party/agg23/
H A Dagg_math.h49 AGG_INLINE bool calc_intersection(FX_FLOAT ax, FX_FLOAT ay, FX_FLOAT bx, FX_FLOAT by, argument
53 FX_FLOAT num = FXSYS_Mul(ay - cy, dx - cx) - FXSYS_Mul(ax - cx, dy - cy);
54 FX_FLOAT den = FXSYS_Mul(bx - ax, dy - cy) - FXSYS_Mul(by - ay, dx - cx);
59 *y = ay + FXSYS_MulDiv(by - ay, num, den);
/external/skia/include/core/
H A DSkRSXform.h28 * and anchor-point ax,ay within the src quad.
33 SkScalar ax, SkScalar ay) {
36 return Make(c, s, tx + -c * ax + s * ay, ty + -s * ax - c * ay);
32 MakeFromRadians(SkScalar scale, SkScalar radians, SkScalar tx, SkScalar ty, SkScalar ax, SkScalar ay) argument
/external/skia/tests/
H A DPathOpsSimplifyDegenerateThreadedTest.cpp19 int ay = state.fA >> 2; local
39 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
49 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
75 int ay = a >> 2; local
82 bool abcIsATriangle = (bx - ax) * (cy - ay) != (by - ay) * (cx - ax);
H A DPathOpsSimplifyQuadThreadedTest.cpp20 int ay = state.fA >> 2; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
57 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
H A DPathOpsSimplifyQuadralateralsThreadedTest.cpp20 int ay = state.fA >> 2; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
H A DPathOpsSimplifyTrianglesThreadedTest.cpp20 int ay = state.fA >> 2; local
42 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
52 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
80 int ay = a >> 2; local
90 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
H A DPathOpsQuadLineIntersectionThreadedTest.cpp78 int ay = state.fA >> 2; local
83 SkDQuad quad = {{{(double) ax, (double) ay}, {(double) bx, (double) by},
/external/skia/experimental/
H A DSkSetPoly3To3.cpp29 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
30 return SkScalarMul(ax, bx) + SkScalarMul(ay, by);
H A DSkSetPoly3To3_A.cpp42 static SkDScalar ddot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
43 return SkDScalar_setMul(ax, bx) + SkDScalar_setMul(ay, by);
46 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
47 return SkDScalar_toScalar(ddot(ax, ay, bx, by));
H A DSkSetPoly3To3_D.cpp49 static SkScalar dot(SkScalar ax, SkScalar ay, SkScalar bx, SkScalar by) { argument
51 SkDScalar_setMul(ay, by));
/external/deqp/framework/common/
H A DtcuTexVerifierUtil.cpp67 const float ay = de::abs(y); local
75 if (ay+ey < ax-ex && az+ez < ax-ex)
80 else if (ax+ex < ay-ey && az+ez < ay-ey)
85 else if (ax+ex < az-ez && ay+ey < az-ez)
99 if (ay > ey)
/external/freetype/src/base/
H A Dftcalc.c916 FT_Pos ay = in_y + out_y; local
942 d_hypot = FT_HYPOT( ax, ay );
/external/opencv3/modules/photo/src/
H A Dfast_nlmeans_denoising_invoker.hpp187 int ay = border_size_ + i; local
193 T a_up = extended_src_.at<T>(ay - template_window_half_size_ - 1, ax);
194 T a_down = extended_src_.at<T>(ay + template_window_half_size_, ax);
293 int ay = border_size_ + i; local
310 col_dist_sums[new_last_col_num][y][x] += D::template calcDist<T>(extended_src_, ay + ty, ax, by + ty, bx);
H A Dfast_nlmeans_multi_denoising_invoker.hpp197 int ay = border_size_ + i; local
206 T a_up = main_extended_src_.at<T>(ay - template_window_half_size_ - 1, ax);
207 T a_down = main_extended_src_.at<T>(ay + template_window_half_size_, ax);
325 int ay = border_size_ + i; local
349 main_extended_src_.at<T>(ay + ty, ax),
/external/opencv3/modules/shape/src/
H A Dtps_trans.cpp122 float ay=tpsParameters.at<float>(tpsParameters.rows-1,i); local
124 float affine=a1+ax*point.x+ay*point.y;
/external/pdfium/third_party/freetype/src/base/
H A Dftcalc.c967 FT_Pos ay = in_y + out_y; local
993 d_hypot = FT_HYPOT( ax, ay );
/external/skia/src/pathops/
H A DSkPathOpsConic.cpp121 double ax, ay, az; local
124 ay = fPts[0].fY;
128 ay = conic_eval_numerator(&fPts[0].fY, fWeight, t1);
132 ay = fPts[2].fY;
154 double by = 2 * dy - (ay + cy) / 2;
156 SkDConic dst = {{{{ax / az, ay / az}, {bx / bz, by / bz}, {cx / cz, cy / cz}}},
H A DSkPathOpsQuad.cpp235 double ay = dst[0].fY = interp_quad_coords(&fPts[0].fY, t1); local
241 /* by = */ dst[1].fY = 2 * dy - (ay + cy) / 2;
/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dmatrixop.c68 static float normalize(float *ax, float *ay, float *az) argument
70 float norm = sqrtf((*ax) * (*ax) + (*ay) * (*ay) + (*az) * (*az));
74 *ay /= norm;
82 float ax, float ay, float az)
90 float norm = normalize(&ax, &ay, &az);
96 yy = ay * ay;
98 xy = ax * ay;
99 yz = ay * a
81 Matrix4x4_Rotate(Matrix4x4 mat, float angle, float ax, float ay, float az) argument
[all...]
/external/opencv/cv/src/
H A Dcvrotcalipers.cpp151 double ay = vect[n-1].y; local
158 double convexity = ax * by - ay * bx;
166 ay = by;
H A Dcvconvhull.cpp77 int ay = cury - array[pprev]->y; local
78 int convexity = ay*bx - ax*by;/* if >0 then convex angle */
80 if( CV_SIGN(convexity) == sign2 && (ax != 0 || ay != 0) )
150 float ay = cury - array[pprev]->y; local
151 float convexity = ay*bx - ax*by;/* if >0 then convex angle */
153 if( CV_SIGN( convexity ) == sign2 && (ax != 0 || ay != 0) )
/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfAcesFile.cpp442 float ay = acesNeutral.y; local
443 V3f acesNeutralXYZ (ax / ay, 1, (1 - ax - ay) / ay);
/external/opencv3/modules/imgproc/src/
H A Drotcalipers.cpp149 double ay = vect[n-1].y; local
156 double convexity = ax * by - ay * bx;
164 ay = by;
/external/freetype/src/pshinter/
H A Dpshalgo.c933 FT_Pos ay = y_in; local
940 if ( ay < 0 )
941 ay = -ay;
942 d_in = ax + ay;
947 ay = y_out;
948 if ( ay < 0 )
949 ay = -ay;
950 d_out = ax + ay;
1151 FT_Pos ax, ay; local
[all...]

Completed in 786 milliseconds

12