Home
last modified time | relevance | path

Searched refs:dest_x (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/video/
Dsticore.h263 s16 dest_x; /* X location of character upper left */ member
296 s16 dest_x; /* dest upper left pixel x location */ member
/linux-3.4.99/drivers/video/console/
Dsticore.c134 .dest_x = x * sti->font_width, in sti_putc()
164 .dest_x = src_x, in sti_set()
190 .dest_x = src_x * sti->font_width, in sti_clear()
218 .dest_x = dst_x * sti->font_width, in sti_bmove()
/linux-3.4.99/include/drm/
Dvmwgfx_drm.h733 int32_t dest_x; member
/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ioctl.c188 arg->dest_x, arg->dest_y, in vmw_present_ioctl()
Dvmwgfx_kms.c1382 int dest_x = c->x; in vmw_kms_readback() local
1389 dest_x += -clip_x1; in vmw_kms_readback()
1407 blits[blits_pos].body.destOrigin.x = dest_x; in vmw_kms_readback()