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

  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
jquery.flot.dashes.js 125 var ax1 = axisx.p2c(x1) + xoffset,
133 var c = Math.sqrt(Math.pow(ax2 - ax1, 2) + Math.pow(ay2 - ay1, 2));
137 deltaX: ax2 - ax1,
143 var xsign = ax2 > ax1 ? 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);
171 ax1 += dashOffset.deltaX;
  /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 420 milliseconds