Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dconsole_truetype.c12 static int tt_floor(double val) in tt_floor() function
30 return val - tt_floor(val); in frac()
63 #define STBTT_ifloor tt_floor
226 x_shift = xpos - (double)tt_floor(xpos); in console_truetype_putc_xy()