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

1 2

  /external/webkit/Source/WebCore/platform/graphics/
UnitBezier.h 43 ay = 1.0 - cy - by;
54 return ((ay * t + by) * t + cy) * t;
118 double ay; member in struct:WebCore::UnitBezier
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 62 float ay = y - floor(y); local
64 float ayn = 1.0f - ay;
70 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
75 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
80 ax * ay * p2[4] + axn * ay * p2[0] + 0.5f);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 88 // A(ax,ay) is the vector p1->p2.
90 final int ay = mP2Y - mP1Y; local
103 final float crossProdAB = ax * by - ay * bx;
104 final float dotProdAB = ax * bx + ay * by;
105 final float normASquare = ax * ax + ay * ay;
108 mSlope1X = invHalfNormASquare * (dotProdAB * ax + crossProdAB * ay);
109 mSlope1Y = invHalfNormASquare * (dotProdAB * ay - crossProdAB * ax);
113 mSlope1Y = ay;
127 final float crossProdAB = ax * by - ay * bx
    [all...]
  /external/freetype/src/base/
ftcalc.c 927 FT_Pos ay = in_y; local
934 if ( ay < 0 )
935 ay = -ay;
936 d_in = ax + ay;
941 ay = out_y;
942 if ( ay < 0 )
943 ay = -ay;
944 d_out = ax + ay;
    [all...]
  /external/opencv/cv/src/
cvrotcalipers.cpp 151 double ay = vect[n-1].y; local
158 double convexity = ax * by - ay * bx;
166 ay = by;
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/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp 58 float ay = v0Delta.height(); local
63 float f = ay * bx - ax * by;
66 float e = ax * cy - ay * cx;
  /external/webkit/Source/WebCore/rendering/
RenderImage.cpp 297 int ay = ty + topBorder + topPad; local
308 context->drawText(font, textRun, IntPoint(ax, ay + ascent));
310 context->drawText(font, textRun, IntPoint(ax, ay + ascent));
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view_single.c 293 Evas_Coord mx, my, mw, mh, ax, ay, aw, ah, bx, by, bw, bh; local
319 ay = my;
326 sr->dx, sr->dy, mx, my, mw, mh, ax, ay, aw, ah, bx, by, bw, bh);
332 ewk_view_repaint_add(sd->_priv, ax, ay, aw, ah);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; local
131 ay=x1[1]*m;
144 (l(ax*bx+ay*by)+1)^2*(l(apx^2+apy^2)+1)*(l(bpx^2+bpy^2)+1)=
145 (l(apx*bpx+apy*bpy)+1)^2*(l(ax^2+ay^2)+1)*(l(bx^2+by^2)+1)*/
146 p1[1]=ax*bx+ay*by;
150 p5[1]=db_sqr(ax)+db_sqr(ay);
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_image_homography.cpp 116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; local
131 ay=x1[1]*m;
144 (l(ax*bx+ay*by)+1)^2*(l(apx^2+apy^2)+1)*(l(bpx^2+bpy^2)+1)=
145 (l(apx*bpx+apy*bpy)+1)^2*(l(ax^2+ay^2)+1)*(l(bx^2+by^2)+1)*/
146 p1[1]=ax*bx+ay*by;
150 p5[1]=db_sqr(ax)+db_sqr(ay);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 116 double m,ax,ay,apx,apy,bx,by,bpx,bpy; local
131 ay=x1[1]*m;
144 (l(ax*bx+ay*by)+1)^2*(l(apx^2+apy^2)+1)*(l(bpx^2+bpy^2)+1)=
145 (l(apx*bpx+apy*bpy)+1)^2*(l(ax^2+ay^2)+1)*(l(bx^2+by^2)+1)*/
146 p1[1]=ax*bx+ay*by;
150 p5[1]=db_sqr(ax)+db_sqr(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/Gallery2/jni_mosaic/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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 598 // We compute the positions of (ax,ay) for the point above and
601 double ay = y1 - arrowWidth; local
602 int rx = (int) (Math.cos(angle) * (ax-x1) - Math.sin(angle) * (ay-y1) + x1);
603 int ry = (int) (Math.sin(angle) * (ax-x1) + Math.cos(angle) * (ay-y1) + y1);
606 ay = y1 + arrowWidth;
607 rx = (int) (Math.cos(angle) * (ax-x1) - Math.sin(angle) * (ay-y1) + x1);
608 ry = (int) (Math.sin(angle) * (ax-x1) + Math.cos(angle) * (ay-y1) + y1);
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 174 final float ay = gy * invm; local
195 mAccelY = ay;
  /external/freetype/src/pshinter/
pshalgo.c 943 FT_Pos ay = y_in; local
950 if ( ay < 0 )
951 ay = -ay;
952 d_in = ax + ay;
957 ay = y_out;
958 if ( ay < 0 )
959 ay = -ay;
960 d_out = ax + ay;
1161 FT_Pos ax, ay; local
    [all...]
  /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;
  /external/webkit/Source/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 465 double ax, ay, az, aw; local
471 ax = qa[0]; ay = qa[1]; az = qa[2]; aw = qa[3];
474 angle = ax * bx + ay * by + az * bz + aw * bw;
477 ax = -ax; ay = -ay;
493 bx = -ay;
502 cy = ay * scale + by * invscale;
    [all...]
  /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...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp 2132 int ay = ax + 1; local
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java 6023 int ay = Math.abs(y - mFirstTouchY); local
6684 float ay = Math.abs(yRate); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /external/sqlite/dist/orig/
sqlite3.c 65163 } ay; member in union:vdbeExecUnion
    [all...]

Completed in 668 milliseconds

1 2