Searched refs:fdx (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dptrveloc.c627 float* fdx,
632 *fdx = ApplySimpleSoftening(vel->last_dx, dx);
635 *fdx = dx;
639 *fdx *= vel->const_acceleration;
1032 float fdx, fdy, tmp; /* no need to init */ local in function:acceleratePointerPredictable
1068 &fdx, &fdy,
1072 tmp = mult * fdx + dev->last.remainder[0];
1087 *px, *py, dev->last.remainder[0], dev->last.remainder[1], fdx, fdy);
623 ApplySofteningAndConstantDeceleration(DeviceVelocityPtr vel,int dx,int dy,float * fdx,float * fdy,short do_soften) argument
/xsrc/external/mit/xorg-server/dist/dix/
H A Dptrveloc.c730 * @param[in,out] fdx Delta X, modified in-place.
731 * @param[in,out] fdx Delta Y, modified in-place.
734 ApplySoftening(DeviceVelocityPtr vel, double *fdx, double *fdy) argument
737 *fdx = ApplySimpleSoftening(vel->last_dx, *fdx);
743 ApplyConstantDeceleration(DeviceVelocityPtr vel, double *fdx, double *fdy) argument
745 *fdx *= vel->const_acceleration;
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h2729 float fx,fdx,fdy; member in struct:stbtt__active_edge
2772 z->fdx = dxdy;
2983 if (e->fdx == 0) {
2995 float dx = e->fdx;
3220 z->fx += z->fdx; // advance to position for current scanline
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h2729 float fx,fdx,fdy; member in struct:stbtt__active_edge
2772 z->fdx = dxdy;
2983 if (e->fdx == 0) {
2995 float dx = e->fdx;
3220 z->fx += z->fdx; // advance to position for current scanline
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst1371 - v3d: Fix input packing of .l for rounding/fdx/fdy.

Completed in 26 milliseconds