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

  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 126 ay1 = axisy.p2c(y1) + yoffset,
133 var c = Math.sqrt(Math.pow(ax2 - ax1, 2) + Math.pow(ay2 - ay1, 2));
138 deltaY: ay2 - ay1,
144 ysign = ay2 > ay1 ? 1 : -1;
146 deltaX: xsign * Math.sqrt(Math.pow(segmentLength, 2) / (1 + Math.pow((ay2 - ay1)/(ax2 - ax1), 2))),
147 deltaY: ysign * Math.sqrt(Math.pow(segmentLength, 2) - Math.pow(segmentLength, 2) / (1 + Math.pow((ay2 - ay1)/(ax2 - ax1), 2))),
163 ctx.lineTo(ax1 + dashOffset.deltaX, ay1 + dashOffset.deltaY);
165 ctx.moveTo(ax1 + dashOffset.deltaX, ay1 + dashOffset.deltaY);
172 ay1 += dashOffset.deltaY;
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
vp_motionmodel.c 314 double ax1, ay1, ax2, ay2, ax3, ay3, ax4, ay4; local
319 VP_WARP_POINT_2D(xo, yo, *mot_a, ax1, ay1);
330 err += (VP_SQR(ax1 - bx1) + VP_SQR(ay1 - by1));
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 41 milliseconds