Searched refs:dy (Results 26 - 50 of 122) sorted by relevance

12345

/linux-master/drivers/video/fbdev/
H A Dtgafb.c635 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local
645 dy = image->dy;
657 if (dx > vxres || dy > vyres)
661 if (dy + height > vyres)
662 height = vyres - dy;
688 pos = dy * line_length;
848 u32 color, dx, dy, width, height, vxres, vyres; local
855 dy = image->dy;
935 u32 dx, dy, width, height, vxres, vyres, color; local
1063 copyarea_line_8bpp(struct fb_info *info, u32 dy, u32 sy, u32 height, u32 width) argument
1108 copyarea_line_32bpp(struct fb_info *info, u32 dy, u32 sy, u32 height, u32 width) argument
1157 copyarea_8bpp(struct fb_info *info, u32 dx, u32 dy, u32 sx, u32 sy, u32 height, u32 width, u32 line_length, const struct fb_copyarea *area) argument
1268 unsigned long dx, dy, width, height, sx, sy, vxres, vyres; local
[all...]
H A Dhitfb.c75 static inline void hitfb_accel_set_dest(int truecolor, u16 dx, u16 dy, argument
78 u32 saddr = WIDTH * dy + dx;
91 u16 dy, u16 width, u16 height, u16 rop,
100 if ((sy < dy) || ((sy == dy) && (sx <= dx))) {
102 daddr = WIDTH * (dy + height) + dx + width;
115 daddr = WIDTH * dy + dx;
152 hitfb_accel_set_dest(1, rect->dx, rect->dy, rect->width,
157 hitfb_accel_set_dest(0, rect->dx, rect->dy, rect->width,
168 area->dx, area->dy, are
90 hitfb_accel_bitblt(int truecolor, u16 sx, u16 sy, u16 dx, u16 dy, u16 width, u16 height, u16 rop, u32 mask_addr) argument
[all...]
H A Dvga16fb.c853 where = info->screen_base + dx + rect->dy * info->fix.line_length;
904 if (!rect->width || !rect->height || rect->dx > vxres || rect->dy > vyres)
911 y2 = rect->dy + rect->height;
920 height = y2 - rect->dy;
924 dst = info->screen_base + (rect->dx/8) + rect->dy * info->fix.line_length;
988 if (area->dy < area->sy || (area->dy == area->sy && dx < sx)) {
990 dest = info->screen_base + dx + area->dy * info->fix.line_length;
1005 (area->dy + height - 1) * info->fix.line_length;
1028 u32 dx = area->dx, dy local
[all...]
H A Datafb_iplan2p8.c31 int sy, int sx, int dy, int dx,
50 u_int upwards = (dy < sy) || (dy == sy && dx < sx);
58 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
83 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
117 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL);
180 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
288 int dy, int dx, u32 width,
296 dest = (u32 *)(info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL));
30 atafb_iplan2p8_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy, int dx, int height, int width) argument
287 atafb_iplan2p8_linefill(struct fb_info *info, u_long next_line, int dy, int dx, u32 width, const u8 *data, u32 bgcolor, u32 fgcolor) argument
H A Dc2p_iplan2.c77 * @dy: Vertical destination offset (in pixels)
85 void c2p_iplan2(void *dst, const void *src, u32 dx, u32 dy, u32 width, argument
96 dst += dy*dst_nextline+(dx & ~15)*bpp;
H A Dc2p_planar.c77 * @dy: Vertical destination offset (in pixels)
86 void c2p_planar(void *dst, const void *src, u32 dx, u32 dy, u32 width, argument
98 dst += dy*dst_nextline+(dx & ~31);
H A Datafb.c2436 y2 = rect->dy + rect->height;
2440 height = y2 - rect->dy;
2444 rect->dy, rect->dx, height, width);
2447 rect->dy, rect->dx, height, width);
2450 rect->dy, rect->dx, height, width);
2453 rect->dy, rect->dx, height, width);
2462 u32 dx, dy, sx, sy, width, height; local
2474 y2 = area->dy + area->height;
2476 dy = area->dy >
2517 u32 dx, dy, width, height, pitch; local
[all...]
H A Dtdfxfb.c853 u32 dy = rect->dy; local
862 if (dy + rect->height > 4095) {
863 dstbase = stride * dy;
864 dy = 0;
881 tdfx_outl(par, LAUNCH_2D, dx | (dy << 16));
891 u32 sx = area->sx, sy = area->sy, dx = area->dx, dy = area->dy; local
910 if (dy + area->height > 4095) {
911 dstbase = stride * dy;
956 u32 dy = image->dy; local
[all...]
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c209 int sx, int dy, int dx, int height, int width)
218 if ((dy < sy) || ((dy == sy) && (dx <= sx))) {
236 dy += height-1;
243 mga_ydstlen(dy, height);
250 int sy, int sx, int dy, int dx, int height,
260 if ((dy < sy) || ((dy == sy) && (dx <= sx))) {
278 dy += height-1;
285 mga_outl(M_YDST, dy*vxre
208 matrox_accel_bmove(struct matrox_fb_info *minfo, int vxres, int sy, int sx, int dy, int dx, int height, int width) argument
249 matrox_accel_bmove_lin(struct matrox_fb_info *minfo, int vxres, int sy, int sx, int dy, int dx, int height, int width) argument
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dfbcon_ud.c49 int sx, int dy, int dx, int height, int width)
58 area.dy = vyres - ((dy + height) * vc->vc_font.height);
76 region.dy = vyres - ((sy + height) * vc->vc_font.height);
173 image.dy = vyres - ((yy * vc->vc_font.height) + vc->vc_font.height);
235 region.dy = 0;
243 region.dy = info->var.yoffset;
260 int err = 1, dx, dy; local
308 dy = vyres - ((y * vc->vc_font.height) + vc->vc_font.height);
312 ops->cursor_state.image.dy !
48 ud_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
[all...]
H A Dsyscopyarea.c317 u32 dx = area->dx, dy = area->dy, sx = area->sx, sy = area->sy; local
332 if ((dy == sy && dx > sx) || (dy > sy)) {
333 dy += height;
343 dst_idx += dy*bits_per_line + dx*p->var.bits_per_pixel;
H A Dbitblit.c47 int sx, int dy, int dx, int height, int width)
54 area.dy = dy * vc->vc_font.height;
69 region.dy = sy * vc->vc_font.height;
160 image.dy = yy * vc->vc_font.height;
221 region.dy = 0;
229 region.dy = info->var.yoffset + bs;
284 (ops->cursor_state.image.dy != (vc->vc_font.height * y)) ||
287 ops->cursor_state.image.dy = vc->vc_font.height * y;
357 cursor.image.dy
46 bit_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
[all...]
H A Dsvgalib.c221 int dx, dy; local
228 if ((area->sy > area->dy) ||
229 ((area->sy == area->dy) && (area->sx > area->dx))) {
231 dst = fb + area->dx * colstride + area->dy * rowstride;
236 + (area->dy + area->height - 1) * rowstride;
242 for (dy = 0; dy < area->height; dy++) {
259 int dx, dy; local
266 for (dy
280 int dx, dy, i; local
[all...]
H A Dcfbcopyarea.c383 u32 dx = area->dx, dy = area->dy, sx = area->sx, sy = area->sy; local
399 if ((dy == sy && dx > sx) || (dy > sy)) {
400 dy += height;
410 dst_idx += dy*bits_per_line + dx*p->var.bits_per_pixel;
H A Dtileblit.c20 int sx, int dy, int dx, int height, int width)
27 area.dy = dy;
19 tile_bmove(struct vc_data *vc, struct fb_info *info, int sy, int sx, int dy, int dx, int height, int width) argument
/linux-master/drivers/video/fbdev/aty/
H A Dmach64_accel.c202 u32 dy = area->dy, sy = area->sy, direction = DST_LAST_PEL; local
222 if (area->sy < area->dy) {
223 dy += area->height - 1;
244 draw_rect(dx, dy, width, area->height, par);
284 draw_rect(dx, rect->dy, width, rect->height, par);
290 u32 src_bytes, dx = image->dx, dy = image->dy, width = image->width; local
383 draw_rect(dx, dy, width, image->height, par);
/linux-master/drivers/input/
H A Dmousedev.c52 int dx, dy, dz; member in struct:mousedev_hw_data
89 int dx, dy, dz; member in struct:mousedev_motion
159 mousedev->packet.dy = tmp / FRACTION_DENOM;
161 mousedev->packet.dy * FRACTION_DENOM;
213 mousedev->packet.dy -= value;
286 p->dy += packet->y - client->pos_y;
294 client->pos_y += packet->dy;
298 p->dy += packet->dy;
302 if (p->dx || p->dy ||
574 s8 dx, dy, dz; local
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/
H A Dia_css_ctc2.host.c44 int dy = y1 - y0; local
47 int dy_shift = dy << shift_val;
57 if (dy < 0)
/linux-master/include/drm/
H A Ddrm_rect.h134 * @dy: vertical translation
137 * and by @dy in the vertical direction.
139 static inline void drm_rect_translate(struct drm_rect *r, int dx, int dy) argument
142 r->y1 += dy;
144 r->y2 += dy;
/linux-master/drivers/staging/sm750fb/
H A Dsm750.h71 u32 bpp, u32 dx, u32 dy,
77 u32 byte_per_pixel, u32 dx, u32 dy, u32 width,
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb.h11 unsigned short dy; member in struct:mb862xx_l1_cfg
/linux-master/include/linux/iio/adc/
H A Dqcom-vadc-common.h70 * @dy: numerator slope to calculate the gain.
78 s32 dy; member in struct:vadc_linear_graph
/linux-master/include/uapi/linux/
H A Dfb.h338 __u32 dy; member in struct:fb_copyarea
347 __u32 dy; member in struct:fb_fillrect
356 __u32 dy; member in struct:fb_image
/linux-master/drivers/video/fbdev/nvidia/
H A Dnv_accel.c312 NVDmaNext(par, (region->dy << 16) | region->dx);
343 NVDmaNext(par, (rect->dx << 16) | rect->dy);
372 NVDmaNext(par, (image->dy << 16) | (image->dx & 0xffff));
373 NVDmaNext(par, ((image->dy + image->height) << 16) |
379 NVDmaNext(par, (image->dy << 16) | (image->dx & 0xffff));
/linux-master/drivers/input/mouse/
H A Dvsxxxaa.c198 int dx, dy; local
206 * [2]: 0 dy dy dy dy dy dy dy
217 * Low 7 bit of byte 2 are abs(dy), bit 7 is
220 dy
[all...]

Completed in 221 milliseconds

12345