Searched defs:ay (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DUnitBezier.h43 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/
H A Dftcalc.c927 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/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
H A DShaderUtils.java215 public static final float[][] calcRotationMatrix(final float ax, final float ay, final float az) { argument
219 float cay = (float) Math.cos(ay);
220 float say = (float) Math.sin(ay);
/external/opencv/cv/src/
H A Dcvrotcalipers.cpp151 double ay = vect[n-1].y; local
158 double convexity = ax * by - ay * bx;
166 ay = by;
H A Dcvconvhull.cpp77 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/
H A DLoopBlinnMathUtils.cpp58 float ay = v0Delta.height(); local
63 float f = ay * bx - ax * by;
66 float e = ax * cy - ay * cx;
/external/webkit/Source/WebCore/rendering/
H A DRenderImage.cpp297 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/
H A Dewk_view_single.c293 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);
/external/freetype/src/pshinter/
H A Dpshalgo.c943 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/
H A Dtrackball.c494 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/
H A DTransformationMatrix.cpp465 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;
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp302 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/freetype/src/truetype/
H A Dttinterp.c1496 /* compute (ax*bx+ay*by)/2^14 with maximal accuracy and rounding */
1499 FT_Int32 ay,
1514 /* compute ay*by as 64-bit value */
1515 l = (FT_UInt32)( ( ay & 0xFFFFU ) * by );
1516 m = ( ay >> 16 ) * by;
1498 TT_DotFix14( FT_Int32 ax, FT_Int32 ay, FT_Int bx, FT_Int by ) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c65163 } ay; member in union:vdbeExecUnion
[all...]
/external/sqlite/dist/
H A Dsqlite3.c65176 } ay; member in union:vdbeExecUnion
[all...]

Completed in 693 milliseconds