Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dconsole_truetype.c199 double xpos, x_shift; in console_truetype_putc_xy() local
227 x_shift = xpos - (double)tt_floor(xpos); in console_truetype_putc_xy()
248 x_shift, 0, ch, &width, &height, in console_truetype_putc_xy()
H A Dstb_truetype.h347 float x_shift = xpos - (float) floor(xpos);
349 stbtt_GetCodepointBitmapBoxSubpixel(&font, text[ch], scale,scale,x_shift,0, &x0,&y0,&x1,&y1);
350 …(&font, &screen[baseline + y0][(int) xpos + x0], x1-x0,y1-y0, 79, scale,scale,x_shift,0, text[ch]);