HomeSort by relevance Sort by last modified time
    Searched defs:ay (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticSubDivide.cpp 44 double ay = dst[0].y = interp_quad_coords(&src[0].y, t1); local
50 /* by = */ dst[1].y = 2*dy - (ay + cy)/2;
CubicParameterization_TestUtility.cpp 13 double ay, by, cy, dy; local
15 alt_set_abcd(&cubic[0].y, ay, by, cy, dy);
17 set_abcd(&cubic[0].y, ay, by, cy, dy);
18 calc_ABCD(ax, ay, coeffs);
26 double ay = cubic[0].y;
30 calc_ABCD(ax, bx, cx, dx, ay, by, cy, dy, coeffs);
34 coeffs[index] = (*calc_proc[procIndex])(ax, bx, cx, dx, ay, by, cy, dy);
CubicSubDivide.cpp 76 double ay = dst[0].y = interp_cubic_coords(&src[0].y, t1); local
84 double my = ey * 27 - ay * 8 - dy;
86 double ny = fy * 27 - ay - dy * 8;
EdgeWalkerQuadratic4x4_Test.cpp 21 int ay = state.a >> 2; local
42 path.moveTo(ax, ay);
52 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
EdgeWalkerPolygon4x4_Test.cpp 18 int ay = state.a >> 2; local
39 path.moveTo(ax, ay);
51 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
112 int ay = state.a >> 2; local
134 path.moveTo(ax, ay);
144 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
178 int ay = a >> 2; local
188 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
209 int ay = state.a >> 2 local
273 int ay = a >> 2; local
    [all...]
EdgeWalkerPolygons_Mismatches.cpp 1593 int ay = miss.a >> 2; local
    [all...]
  /external/skia/experimental/Intersection/
QuadraticSubDivide.cpp 44 double ay = dst[0].y = interp_quad_coords(&src[0].y, t1); local
50 /* by = */ dst[1].y = 2*dy - (ay + cy)/2;
CubicParameterization_TestUtility.cpp 13 double ay, by, cy, dy; local
15 alt_set_abcd(&cubic[0].y, ay, by, cy, dy);
17 set_abcd(&cubic[0].y, ay, by, cy, dy);
18 calc_ABCD(ax, ay, coeffs);
26 double ay = cubic[0].y;
30 calc_ABCD(ax, bx, cx, dx, ay, by, cy, dy, coeffs);
34 coeffs[index] = (*calc_proc[procIndex])(ax, bx, cx, dx, ay, by, cy, dy);
CubicSubDivide.cpp 76 double ay = dst[0].y = interp_cubic_coords(&src[0].y, t1); local
84 double my = ey * 27 - ay * 8 - dy;
86 double ny = fy * 27 - ay - dy * 8;
EdgeWalkerQuadratic4x4_Test.cpp 21 int ay = state.a >> 2; local
42 path.moveTo(ax, ay);
52 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
EdgeWalkerPolygon4x4_Test.cpp 18 int ay = state.a >> 2; local
39 path.moveTo(ax, ay);
51 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
112 int ay = state.a >> 2; local
134 path.moveTo(ax, ay);
144 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
178 int ay = a >> 2; local
188 if ((bx - ax) * (cy - ay) == (by - ay) * (cx - ax)) {
209 int ay = state.a >> 2 local
273 int ay = a >> 2; local
    [all...]
EdgeWalkerPolygons_Mismatches.cpp 1593 int ay = miss.a >> 2; local
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsSimplifyTrianglesThreadedTest.cpp 20 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)) {
PathOpsSimplifyDegenerateThreadedTest.cpp 19 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);
PathOpsSimplifyQuadThreadedTest.cpp 20 int ay = state.fA >> 2; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 20 int ay = state.fA >> 2; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
PathOpsQuadLineIntersectionThreadedTest.cpp 78 int ay = state.fA >> 2; local
83 SkDQuad quad = {{{(double) ax, (double) ay}, {(double) bx, (double) by},
  /external/chromium_org/third_party/WebKit/Source/platform/animation/
UnitBezier.h 45 ay = 1.0 - cy - by;
86 return ((ay * t + by) * t + cy) * t;
154 double ay; member in struct:blink::UnitBezier
  /external/skia/tests/
PathOpsSimplifyDegenerateThreadedTest.cpp 19 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);
PathOpsSimplifyQuadThreadedTest.cpp 20 int ay = state.fA >> 2; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 20 int ay = state.fA >> 2; local
41 path.moveTo(SkIntToScalar(ax), SkIntToScalar(ay));
54 str += sprintf(str, " path.moveTo(%d, %d);\n", ax, ay);
PathOpsSimplifyTrianglesThreadedTest.cpp 20 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)) {
PathOpsQuadLineIntersectionThreadedTest.cpp 78 int ay = state.fA >> 2; local
83 SkDQuad quad = {{{(double) ax, (double) ay}, {(double) bx, (double) by},
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
YuvTest.java 28 Allocation ay; field in class:YuvTest
61 ay = Allocation.createTyped(mRS, Type.createXY(mRS, Element.U8(mRS), w, h));
66 ay.copyFrom(by);
103 script.invoke_makeRef(ay, au, av, aref);
105 mVerify.invoke_verify(aref, aout, ay);
140 script.invoke_makeRef(ay, au, av, aref);
144 mVerify.invoke_verify(aref, aout, ay);
148 mVerify.invoke_verify(aref, aout, ay);
185 script.invoke_makeRef(ay, au, av, aref);
189 mVerify.invoke_verify(aref, aout, ay);
    [all...]
  /external/deqp/framework/common/
tcuTexVerifierUtil.cpp 67 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)

Completed in 308 milliseconds

1 2 3