Searched defs:yoff (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | bcm2835_fb.c | 160 uint32_t xoff = 0, yoff = 0; in fb_update_display() local
|
/openbmc/u-boot/drivers/video/ |
H A D | console_truetype.c | 197 int width, height, xoff, yoff; in console_truetype_putc_xy() local
|
H A D | stb_truetype.h | 465 float xoff,yoff,xadvance; member 511 float xoff,yoff,xadvance; member 2420 …at scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmapSubpixel() 2460 …info *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmap() 2489 …cale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff) in stbtt_GetCodepointBitmapSubpixel() 2499 … *info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff) in stbtt_GetCodepointBitmap()
|
H A D | cfb_console.c | 1160 static int display_rle8_bitmap(struct bmp_image *img, int xoff, int yoff, in display_rle8_bitmap()
|
/openbmc/qemu/include/ui/ |
H A D | console.h | 152 int yoff; member
|