Home
last modified time | relevance | path

Searched refs:fdy (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dptrveloc.c733 ApplySoftening(DeviceVelocityPtr vel, double *fdx, double *fdy) in ApplySoftening() argument
737 *fdy = ApplySimpleSoftening(vel->last_dy, *fdy); in ApplySoftening()
742 ApplyConstantDeceleration(DeviceVelocityPtr vel, double *fdx, double *fdy) in ApplyConstantDeceleration() argument
745 *fdy *= vel->const_acceleration; in ApplyConstantDeceleration()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h1662 float fx,fdx,fdy; member
1704 z->fdy = dxdy != 0.0f ? (1.0f/dxdy) : 0.0f; in stbtt__new_active()
1928 float dy = e->fdy; in stbtt__fill_active_edges_new()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog94112 We can modify fdx/fdy in-place rather than requiring dx/dy as well. And the