Searched refs:ay (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafangles.c50 FT_Fixed ay = dy;
55 if ( ay < 0 )
56 ay = -ay;
58 ax += ay;
64 angle = ( AF_ANGLE_PI2 * dy ) / ( ax + ay );
/xsrc/external/mit/xf86-input-ws/dist/src/
H A Dws.c624 int ax, ay; local in function:wsReadInput
647 ax = 0; ay = 0;
678 ay = event->value;
680 ay = priv->max_y - ay + priv->min_y;
778 ax = ay;
779 ay = tmp;
786 if (ay) {
788 DBG(3, ErrorF("postMotionEvent y %d\n", ay));
789 xf86PostMotionEvent(pInfo->dev, 1, 1, 1, ay);
912 ay = device->valuator->axes + 1; local in function:wsSetProperty
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_tv.c106 float ry, gy, by, ay; member in struct:__anon69c0c6e20208
269 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.5082,
276 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.6006,
319 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.5082,
326 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.6006,
370 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.5495,
377 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.6494,
421 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.5082,
428 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay = 0.6006,
474 .ry = 0.2990, .gy = 0.5870, .by = 0.1140, .ay
[all...]
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dstex3d.c427 float ay = 0.6; local in function:resize
431 glFrustum(-ax, ax, -ay, ay, 2, 20);
/xsrc/external/mit/fontconfig/dist/fc-lang/
H A DMakefile.am48 ay.orth \
H A DMakefile.in434 ay.orth \
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshalgo.c1056 FT_Pos ax, ay; local in function:psh_compute_dir
1061 ay = FT_ABS( dy );
1063 if ( ay * 12 < ax )
1068 else if ( ax * 12 < ay )
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h4330 int ax = STBTT_min(x0,STBTT_min(x1,x2)), ay = STBTT_min(y0,STBTT_min(y1,y2)); local in function:stbtt__compute_crossings_x
4332 if (y > ay && y < by && x > ax) {
4519 float ax = x1-x0, ay = y1-y0; local in function:stbtt_GetGlyphSDF
4525 float a = 3*(ax*bx + ay*by);
4526 float b = 2*(ax*ax + ay*ay) + (mx*bx+my*by);
4527 float c = mx*ax+my*ay;
4544 float b = 3*(ax*bx + ay*by) * a_inv; // could precompute this as it doesn't depend on sample point
4545 float c = (2*(ax*ax + ay*ay)
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h4330 int ax = STBTT_min(x0,STBTT_min(x1,x2)), ay = STBTT_min(y0,STBTT_min(y1,y2)); local in function:stbtt__compute_crossings_x
4332 if (y > ay && y < by && x > ax) {
4519 float ax = x1-x0, ay = y1-y0; local in function:stbtt_GetGlyphSDF
4525 float a = 3*(ax*bx + ay*by);
4526 float b = 2*(ax*ax + ay*ay) + (mx*bx+my*by);
4527 float c = mx*ax+my*ay;
4544 float b = 3*(ax*bx + ay*by) * a_inv; // could precompute this as it doesn't depend on sample point
4545 float c = (2*(ax*ax + ay*ay)
[all...]
/xsrc/external/mit/freetype/dist/src/base/
H A Dftcalc.c1052 FT_Pos ay = in_y + out_y; local in function:ft_corner_is_flat
1078 d_hypot = FT_HYPOT( ax, ay );
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Dnewmmio.h597 #define SETT3_DADY_DRDY(ay,ry) ((mmtr)s3vMmioMem)->triangle3d_regs.regs.dady_drdy = ((ay)<<16 | (ry))
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline_rt.c1707 nir_ssa_def *ay = nir_fsub(b, nir_vector_extract(b, v_a, ky), nir_fmul(b, sy, nir_vector_extract(b, v_a, kz))); local in function:intersect_ray_amd_software_tri
1714 nir_ssa_def *v = nir_fsub(b, nir_fmul(b, ax, cy), nir_fmul(b, ay, cx));
1715 nir_ssa_def *w = nir_fsub(b, nir_fmul(b, bx, ay), nir_fmul(b, by, ax));
1736 ax = nir_f2f64(b, ax); ay = nir_f2f64(b, ay);
1741 nir_store_var(b, v_var, nir_f2f32(b, nir_fsub(b, nir_fmul(b, ax, cy), nir_fmul(b, ay, cx))), 0x1);
1742 nir_store_var(b, w_var, nir_f2f32(b, nir_fsub(b, nir_fmul(b, bx, ay), nir_fmul(b, by, ax))), 0x1);
/xsrc/external/mit/fontconfig/dist/conf.d/
H A D35-lang-normalize.conf64 <!-- ay* -> ay -->
66 <test name="lang" compare="contains"><string>ay</string></test>
67 <edit name="lang" mode="assign" binding="same"><string>ay</string></edit>
/xsrc/external/mit/libXft/dist/src/
H A Dxftcore.c425 #define XftGen(x,y,i,ax,ay,t,u,v) \
426 ((t) = (XftIntMult(XftGet8(y,i),ay,(u),CARD32) + \
/xsrc/external/mit/freetype/dist/src/truetype/
H A Dttinterp.c1427 FT_Int32 ay,
1435 long long temp2 = (long long)ay * by;
1455 /* compute (ax*bx+ay*by)/2^14 with maximum accuracy and rounding */
1458 FT_Int32 ay,
1473 /* compute ay*by as 64-bit value */
1474 l = (FT_UInt32)( ( ay & 0xFFFFU ) * by );
1475 m = ( ay >> 16 ) * by;
1426 TT_DotFix14_long_long(FT_Int32 ax,FT_Int32 ay,FT_Int bx,FT_Int by) argument
1457 TT_DotFix14(FT_Int32 ax,FT_Int32 ay,FT_Int bx,FT_Int by) argument

Completed in 44 milliseconds