Home
last modified time | relevance | path

Searched refs:yoff (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/video/fbdev/aty/
H A Dmach64_cursor.c71 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 Dzr36016.c179 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 Dzr36016.h23 __u16 yoff; member
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dps3fb.h42 __u32 yoff; /* margine y */ member
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h465 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 Dconsole_truetype.c197 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 Dcfb_console.c1160 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 Dbcm2835_fb.c160 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 Dvirtio-gpu-base.c98 g->req_state[idx].y = info->yoff; in virtio_gpu_ui_info()
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_crtc.c604 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 Ddbus-console.c199 .yoff = arg_yoff, in dbus_console_set_ui_info()
H A Dcocoa.m684 info.yoff = 0;
/openbmc/qemu/include/ui/
H A Dconsole.h152 int yoff; member
/openbmc/linux/drivers/video/fbdev/
H A Dps3fb.c854 res.yoff = (res.yres - info->var.yres) / 2; in ps3fb_ioctl()