/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | mach64_cursor.c | 71 u16 xoff, yoff; in atyfb_cursor() local 101 yoff = -y; in atyfb_cursor() 104 yoff = 0; in atyfb_cursor() 118 aty_st_le32(CUR_OFFSET, (info->fix.smem_len >> 3) + (yoff << 1), par); in atyfb_cursor() 120 ((u32) (64 - h + yoff) << 16) | xoff, par); in atyfb_cursor()
|
/openbmc/linux/drivers/media/pci/zoran/ |
H A D | zr36016.c | 179 zr36016_writei(ptr, ZR016I_NAY_HI, ptr->yoff >> 8); in zr36016_init() 180 zr36016_writei(ptr, ZR016I_NAY_LO, ptr->yoff & 0xFF); in zr36016_init() 246 ptr->yoff = norm->v_start + cap->y; in zr36016_set_video()
|
H A D | zr36016.h | 23 __u16 yoff; member
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | ps3fb.h | 42 __u32 yoff; /* margine y */ member
|
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 465 float xoff,yoff,xadvance; member 511 float xoff,yoff,xadvance; member 762 …*info, float scale_x, float scale_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 771 …ale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff); 798 …nfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff); 799 …t scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff); 2420 …at scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff) in stbtt_GetGlyphBitmapSubpixel() argument 2446 if (yoff ) *yoff = iy0; 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() argument 2462 …stbtt_GetGlyphBitmapSubpixel(info, scale_x, scale_y, 0.0f, 0.0f, glyph, width, height, xoff, yoff); in stbtt_GetGlyphBitmap() [all …]
|
H A D | console_truetype.c | 197 int width, height, xoff, yoff; in console_truetype_putc_xy() local 248 &xoff, &yoff); in console_truetype_putc_xy() 256 linenum = priv->baseline + yoff; in console_truetype_putc_xy()
|
H A D | cfb_console.c | 1160 static int display_rle8_bitmap(struct bmp_image *img, int xoff, int yoff, in display_rle8_bitmap() argument 1179 (y + yoff) * VIDEO_LINE_LEN + in display_rle8_bitmap() 1234 (y + yoff) * VIDEO_LINE_LEN + in display_rle8_bitmap() 1247 (y + yoff) * VIDEO_LINE_LEN + in display_rle8_bitmap()
|
/openbmc/qemu/hw/display/ |
H A D | bcm2835_fb.c | 160 uint32_t xoff = 0, yoff = 0; in fb_update_display() local 169 yoff = s->config.yoffset; in fb_update_display() 197 hwaddr base = s->config.base + xoff + (hwaddr)yoff * src_width; in fb_update_display()
|
H A D | virtio-gpu-base.c | 98 g->req_state[idx].y = info->yoff; in virtio_gpu_ui_info()
|
/openbmc/linux/drivers/gpu/drm/armada/ |
H A D | armada_crtc.c | 604 uint32_t yoff, yscr, h = dcrtc->cursor_h; in armada_drm_crtc_cursor_update() local 625 yoff = -dcrtc->cursor_y; in armada_drm_crtc_cursor_update() 627 h -= min(yoff, h); in armada_drm_crtc_cursor_update() 629 yoff = 0; in armada_drm_crtc_cursor_update() 633 yoff = 0; in armada_drm_crtc_cursor_update() 680 pix += yoff * s + xoff; in armada_drm_crtc_cursor_update()
|
/openbmc/qemu/ui/ |
H A D | dbus-console.c | 199 .yoff = arg_yoff, in dbus_console_set_ui_info()
|
H A D | cocoa.m | 684 info.yoff = 0;
|
/openbmc/qemu/include/ui/ |
H A D | console.h | 152 int yoff; member
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | ps3fb.c | 854 res.yoff = (res.yres - info->var.yres) / 2; in ps3fb_ioctl()
|