/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
|
/external/freetype/src/base/ |
ftcalc.c | 926 FT_Pos ay = in_y; local 933 if ( ay < 0 ) 934 ay = -ay; 935 d_in = ax + ay; 940 ay = out_y; 941 if ( ay < 0 ) 942 ay = -ay; 943 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/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);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GCWrapper.java | 573 // We compute the positions of (ax,ay) for the point above and 576 double ay = y1 - arrowWidth; local 577 int rx = (int) (Math.cos(angle) * (ax-x1) - Math.sin(angle) * (ay-y1) + x1); 578 int ry = (int) (Math.sin(angle) * (ax-x1) + Math.cos(angle) * (ay-y1) + y1); 581 ay = y1 + arrowWidth; 582 rx = (int) (Math.cos(angle) * (ax-x1) - Math.sin(angle) * (ay-y1) + x1); 583 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 | 1431 int ay = ax + 1; local [all...] |
/frameworks/base/core/java/android/webkit/ |
WebView.java | 6994 float ay = Math.abs(yRate); local [all...] |
/prebuilt/common/jython/ |
jython.jar | |