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

1 2 3

  /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/autofit/
afangles.c 32 FT_Pos ay = y_in;
39 if ( ay < 0 )
40 ay = -ay;
41 d_in = ax + ay;
46 ay = y_out;
47 if ( ay < 0 )
48 ay = -ay;
49 d_out = ax + ay;
    [all...]
  /build/tools/droiddoc/templates-ds/assets/scroller/
jquery.jscrollpane.min.js 8 (function(b,a,c){b.fn.jScrollPane=function(e){function d(D,O){var ay,Q=this,Y,aj,v,al,T,Z,y,q,az,aE,au,i,I,h,j,aa,U,ap,X,t,A,aq,af,am,G,l,at,ax,x,av,aH,f,L,ai=true,P=true,aG=false,k=false,ao=D.clone(false,false).empty(),ac=b.fn.mwheelIntent?"mwheelIntent.jsp":"mousewheel.jsp";aH=D.css("paddingTop")+" "+D.css("paddingRight")+" "+D.css("paddingBottom")+" "+D.css("paddingLeft");f=(parseInt(D.css("paddingLeft"),10)||0)+(parseInt(D.css("paddingRight"),10)||0);function ar(aQ){var aL,aN,aM,aJ,aI,aP,aO=false,aK=false;ay=aQ;if(Y===c){aI=D.scrollTop();aP=D.scrollLeft();D.css({overflow:"hidden",padding:0});aj=D.innerWidth()+f;v=D.innerHeight();D.width(aj);Y=b('<div class="jspPane" />').css("padding",aH).append(D.children());al=b('<div class="jspContainer" />').css({width:aj+"px",height:v+"px"}).append(Y).appendTo(D)}else{D.css("width","");aO=ay.stickToBottom&&K();aK=ay.stickToRight&&B();aJ=D.innerWidth()+f!=aj||D.outerHeight()!=v;if(aJ){aj=D.innerWidth()+f;v=D.innerHeight();al.css({width:aj+"px",height:v+"px"})}if(!aJ&&L==T&&Y.outerHeight()==Z){D.width(aj);return}L=T;Y.css("width","");D.width(aj);al.find(">.jspVerticalBar,>.jspHorizontalBar").remove().end()}Y.css("overflow","auto");if(aQ.contentWidth){T=aQ.contentWidth}else{T=Y[0].scrollWidth}Z=Y[0].scrollHeight;Y.css("overflow","");y=T/aj;q=Z/v;az=q>1;aE=y>1;if(!(aE||az)){D.removeClass("jspScrollable");Y.css({top:0,width:al.width()-f});n();E();R();w()}else{D.addClass("jspScrollable");aL=ay.maintainPosition&&(I||aa);if(aL){aN=aC();aM=aA()}aF();z();F();if(aL){N(aK?(T-aj):aN,false);M(aO?(Z-v):aM,false)}J();ag();an();if(ay.enableKeyboardNavigation){S()}if(ay.clickOnTrack){p()}C();if(ay.hijackInternalLinks){m()}}if(ay.autoReinitialise&&!av){av=setInterval(function(){ar(ay)},ay.autoReinitialiseDelay)}else{if(!ay.autoReinitialise&&av){clearInterval(av)}}aI&&D.scrollTop(0 (…)
    [all...]
  /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);
  /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 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/skia/legacy/src/core/
SkEdge.h 36 inline int updateLine(SkFixed ax, SkFixed ay, SkFixed bx, SkFixed by);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
question_mark.js 57 // 'abcd'.match(new RegExp('x?ay?bz?c'))
58 testcases[count++] = new TestCase ( SECTION, "'abcd'.match(new RegExp('x?ay?bz?c'))",
59 String(["abc"]), String('abcd'.match(new RegExp('x?ay?bz?c'))));
61 // 'abcd'.match(/x?ay?bz?c/)
62 testcases[count++] = new TestCase ( SECTION, "'abcd'.match(/x?ay?bz?c/)",
63 String(["abc"]), String('abcd'.match(/x?ay?bz?c/)));
  /frameworks/base/libs/hwui/
PathTessellator.h 110 float ax, float ay,
  /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);
  /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/v8/test/mjsunit/regress/
regress-231.js 39 'acaaaaagcaaaaaacaaaaa.agayraaaGgaaa.trgaaaaaaatGanyaraDDaaDGacna.ay' +
53 'aaaraaaa.aaaanaraaaa.IDGIgaDGIgaDGgcy.asaadanyaga.aa.aaaDGgaDGga.ay' +
75 'GaaaaaaaG_aaaaa_aaGGaaaa_aa_aaaaGa_aaa,.aaynagaIcagaDDaaGIgaDGga.ay' +
  /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);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
ShaderUtils.java 215 public static final float[][] calcRotationMatrix(final float ax, final float ay, final float az) {
219 float cay = (float) Math.cos(ay);
220 float say = (float) Math.sin(ay);
  /external/eigen/unsupported/test/
autodiff.cpp 135 AD ay(2,Vector2f::UnitY());
136 AD res = foo<AD>(ax,ay);
  /external/opencv/cv/src/
cvrotcalipers.cpp 151 double ay = vect[n-1].y; local
158 double convexity = ax * by - ay * bx;
166 ay = by;
cvlinefit.cpp 574 float x, y, z, ax, ay, az, dx, dy, dz, d;
580 ay = _line[1] - _lineprev[1];
582 dx = (float) fabs( y * az - z * ay );
584 dz = (float) fabs( x * ay - y * ax );
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/skia/src/core/
SkEdge.h 48 inline int updateLine(SkFixed ax, SkFixed ay, SkFixed bx, SkFixed by);
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 174 final float ay = gy * invm; local
195 mAccelY = ay;
  /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/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/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;

Completed in 1696 milliseconds

1 2 3