HomeSort by relevance Sort by last modified time
    Searched refs:ay (Results 76 - 100 of 126) sorted by null

1 2 34 5 6

  /external/opencv/cv/src/
cvconvhull.cpp 77 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/opencv/cxcore/src/
cxdrawing.cpp 302 int ax, ay; local
333 ay = (dy ^ i) - i;
335 if( ax > ay )
361 dy = ay;
370 x_step = (int) (((int64) dx << XY_SHIFT) / (ay | 1));
416 if( ax > ay )
491 if( ax > ay )
565 int ax, ay; local
596 ay = (dy ^ i) - i;
598 if( ax > ay )
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsQuad.cpp 221 double ay = dst[0].fY = interp_quad_coords(&fPts[0].fY, t1); local
227 /* by = */ dst[1].fY = 2*dy - (ay + cy)/2;
SkPathOpsCubic.cpp 315 double Ay = fPts[1].fY - fPts[0].fY;
320 return SkDQuad::RootsValidT(Bx * Cy - By * Cx, Ax * Cy - Ay * Cx, Ax * By - Ay * Bx, tValues);
477 double ay = dst[0].fY = interp_cubic_coords(&fPts[0].fY, t1); local
485 double my = ey * 27 - ay * 8 - dy;
487 double ny = fy * 27 - ay - dy * 8;
  /external/skia/src/pathops/
SkPathOpsQuad.cpp 221 double ay = dst[0].fY = interp_quad_coords(&fPts[0].fY, t1); local
227 /* by = */ dst[1].fY = 2*dy - (ay + cy)/2;
SkPathOpsCubic.cpp 315 double Ay = fPts[1].fY - fPts[0].fY;
320 return SkDQuad::RootsValidT(Bx * Cy - By * Cx, Ax * Cy - Ay * Cx, Ax * By - Ay * Bx, tValues);
477 double ay = dst[0].fY = interp_cubic_coords(&fPts[0].fY, t1); local
485 double my = ey * 27 - ay * 8 - dy;
487 double ny = fy * 27 - ay - dy * 8;
  /external/chromium_org/third_party/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.cpp 700 float ax, float ay,
705 float dy = by - ay;
714 float acy = (ay + cy) * 0.5f;
721 RecursiveQuadraticBezierVertices(ax, ay, mx, my, acx, acy,
  /external/skia/experimental/AndroidPathRenderer/
AndroidPathRenderer.cpp 700 float ax, float ay,
705 float dy = by - ay;
714 float acy = (ay + cy) * 0.5f;
721 RecursiveQuadraticBezierVertices(ax, ay, mx, my, acx, acy,
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
TransformationMatrix.cpp 477 double ax, ay, az, aw; local
483 ax = qa[0]; ay = qa[1]; az = qa[2]; aw = qa[3];
486 angle = ax * bx + ay * by + az * bz + aw * bw;
489 ax = -ax; ay = -ay;
505 bx = -ay;
514 cy = ay * scale + by * invscale;
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Delaunay.cpp 500 double ay = sa[a].Y(); local
504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy);
  /external/qemu/android/skin/
trackball.c 494 Fix16 ay = fixedvector_dot( (Fix16Vector)&coord->f, (Fix16Vector)&faxes[1] ); local
507 d[1] = ball->dots[pp][1] - ay;
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 500 double ay = sa[a].Y(); local
504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 500 double ay = sa[a].Y(); local
504 double val = (ax - cx)*(by - cy) - (bx - cx)*(ay - cy);
  /frameworks/base/libs/hwui/
PathTessellator.cpp     [all...]
SpotShadow.cpp 220 bool SpotShadow::ccw(double ax, double ay, double bx, double by,
222 return (bx - ax) * (cy - ay) - (by - ay) * (cx - ax) > EPSILON;
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscnvrt.c 186 cmsFloat64Number ax, ay, az, bx, by, bz, tx, ty, tz; local
201 ay = (BlackPointOut->Y - cmsD50_XYZ()->Y) / ty;
209 _cmsVEC3init(&m ->v[1], 0, ay, 0);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
PieControl.java 156 public void onLayout(int ax, int ay, boolean left) {
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js     [all...]
  /external/deqp/framework/common/
tcuTexture.cpp 2241 const float ay = deFloatAbs(y); local
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.cpp 376 float ay = -1.0f + (float)(y + 0 + yOffset*(charHei+2))*0.1f/(float)(charHei+2);
397 m_posBuf.push_back(ay);
400 m_posBuf.push_back(ay);
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 66 public void onLayout(int ax, int ay, boolean left);
  /external/chromium_org/third_party/d3/src/
d3.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp 2221 float ay = quad[1].y() - quad[0].y(); local
    [all...]

Completed in 1523 milliseconds

1 2 34 5 6