Searched refs:xpos (Results 1 – 5 of 5) sorted by relevance
/u-boot/drivers/video/ |
A D | console_truetype.c | 209 double xpos, x_shift; in console_truetype_putc_xy() local 225 xpos = frac(VID_TO_PIXEL((double)x)); in console_truetype_putc_xy() 227 xpos += priv->scale * stbtt_GetCodepointKernAdvance(font, in console_truetype_putc_xy() 237 x_shift = xpos - (double)tt_floor(xpos); in console_truetype_putc_xy() 238 xpos += advance * priv->scale; in console_truetype_putc_xy() 239 width_frac = (int)VID_TO_POS(xpos); in console_truetype_putc_xy()
|
A D | stb_truetype.h | 335 float scale, xpos=2; // leave a little padding in case the character extends left 347 float x_shift = xpos - (float) floor(xpos); 355 xpos += (advance * scale); 357 xpos += scale*stbtt_GetCodepointKernAdvance(&font, text[ch],text[ch+1]); 486 … float *xpos, float *ypos, // pointers to current position in screen pixel space 2565 int round_x = STBTT_ifloor((*xpos + b->xoff) + 0.5f); in stbtt_GetBakedQuad() 2578 *xpos += b->xadvance; in stbtt_GetBakedQuad() 3016 float x = (float) STBTT_ifloor((*xpos + b->xoff) + 0.5f); in stbtt_GetPackedQuad() 3023 q->x0 = *xpos + b->xoff; in stbtt_GetPackedQuad() 3025 q->x1 = *xpos + b->xoff2; in stbtt_GetPackedQuad() [all …]
|
A D | cfb_console.c | 1526 int xpos = x; in video_display_bitmap() local 1533 fill_555rgb_pswap(fb, xpos++, cte.red, in video_display_bitmap() 1612 int xpos = x; in video_display_bitmap() local 1618 fill_555rgb_pswap(fb, xpos++, bmap[2], in video_display_bitmap() 1786 int xpos = x; in plot_logo_or_black() local 1811 fill_555rgb_pswap(dest, xpos++, r, g, b); in plot_logo_or_black()
|
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_bitblt.c | 30 static efi_uintn_t xpos; variable 110 TPL_CALLBACK, notify, (void *)&xpos, in setup() 285 xpos = WIDTH; in execute()
|
/u-boot/board/menlo/m53menlo/ |
A D | m53menlo.c | 339 int xpos, ypos, ret; in board_late_init() local 344 splash_get_pos(&xpos, &ypos); in board_late_init() 371 ret = video_bmp_display(dev, (ulong)dst + 2, xpos, ypos, true); in board_late_init()
|
Completed in 18 milliseconds