Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dconsole_truetype.c13 static int tt_floor(double val) in tt_floor() function
31 return val - tt_floor(val); in frac()
64 #define STBTT_ifloor tt_floor
227 x_shift = xpos - (double)tt_floor(xpos); in console_truetype_putc_xy()