Searched refs:pwidth (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/drivers/video/ |
| H A D | video_bmp.c | 201 unsigned long pwidth = priv->xsize; in video_bmp_display() local 257 if ((x + width) > pwidth) in video_bmp_display() 258 width = pwidth - x; in video_bmp_display()
|
| /openbmc/u-boot/common/ |
| H A D | lcd.c | 568 unsigned long pwidth = panel_info.vl_col; in lcd_display_bitmap() local 619 splash_align_axis(&x, pwidth, width); in lcd_display_bitmap() 623 if ((x + width) > pwidth) in lcd_display_bitmap() 624 width = pwidth - x; in lcd_display_bitmap()
|
| /openbmc/qemu/hw/display/ |
| H A D | vga_int.h | 104 int *pwidth,
|
| H A D | vga.c | 1155 static void vga_get_text_resolution(VGACommonState *s, int *pwidth, int *pheight, in vga_get_text_resolution() argument 1180 *pwidth = width; in vga_get_text_resolution() 1427 static void vga_get_resolution(VGACommonState *s, int *pwidth, int *pheight) in vga_get_resolution() argument 1441 *pwidth = width; in vga_get_resolution()
|
| H A D | cirrus_vga.c | 1189 static void cirrus_get_resolution(VGACommonState *s, int *pwidth, int *pheight) in cirrus_get_resolution() argument 1201 *pwidth = width; in cirrus_get_resolution()
|