Searched refs:line_length (Results 1 - 25 of 91) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dfbcon-vga-planes.c122 line_ofs = p->line_length - width;
123 dest = p->screen_base + dx + dy * p->line_length;
124 src = p->screen_base + sx + sy * p->line_length;
136 line_ofs = p->line_length - width;
137 dest = p->screen_base + dx + width + (dy + height - 1) * p->line_length;
138 src = p->screen_base + sx + width + (sy + height - 1) * p->line_length;
155 int line_ofs = p->line_length - width;
170 where = p->screen_base + sx + sy * p->line_length;
187 char *where = p->screen_base + xx + yy * p->line_length * fontheight(p);
196 for (y = 0; y < fontheight(p); y++, where += p->line_length)
[all...]
H A Dtx3912fb.c113 fix->line_length = display->line_length;
141 u_long line_length; local
184 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel);
185 if ((line_length * var->yres_virtual) > tx3912fb_size)
243 display->line_length =
H A Dhpfb.c197 fix->line_length=fb_line_length;
254 display->line_length = fix.line_length;
255 display->next_line = fix.line_length;
H A Dmaxinefb.c269 fix->line_length = fb_line_length;
306 display->line_length = fix.line_length;
307 display->next_line = fix.line_length;
H A Dpmag-ba-fb.c268 fix->line_length = info->pmagba_fb_line_length;
332 display->line_length = fix.line_length;
333 display->next_line = fix.line_length;
H A Dpmagb-b-fb.c271 fix->line_length = info->pmagbb_fb_line_length;
335 display->line_length = fix.line_length;
336 display->next_line = fix.line_length;
H A Dp9100fb.c109 p->screen_base += (y_margin - fb->y_margin) * p->line_length +
142 fix->line_length = fb->var.xres_virtual;
150 disp->screen_base += fix->line_length * fb->y_margin + fb->x_margin;
H A Dchipsfb.c352 fix->line_length = 800*2;
374 fix->line_length = 800;
388 disp->line_length = p->fix.line_length;
394 display_info.pitch = fix->line_length;
551 p->fix.line_length = 800;
575 p->disp.line_length = p->fix.line_length;
615 display_info.pitch = p->fix.line_length;
707 int nb = p->var.yres * p->fix.line_length;
[all...]
H A Dvfb.c172 u_long line_length; local
214 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel);
215 if (line_length*var->yres_virtual > videomemorysize)
239 display->line_length = fix.line_length;
489 fix->line_length = get_line_length(var->xres_virtual, var->bits_per_pixel);
H A Dbwtwofb.c114 p->line_length + ((x_margin - fb->x_margin) >> 3);
233 fix->line_length = fb->var.xres_virtual >> 3;
242 disp->screen_base += fix->line_length * fb->y_margin + (fb->x_margin >> 3);
H A Dcgthreefb.c141 p->line_length + (x_margin - fb->x_margin);
217 fix->line_length = fb->var.xres_virtual;
226 disp->screen_base += fix->line_length * fb->y_margin + fb->x_margin;
H A Dfbcon-ilbm.c35 if (p->line_length) {
36 p->next_line = p->line_length*p->var.bits_per_pixel;
37 p->next_plane = p->line_length;
H A Dq40fb.c82 fix->line_length=1024*2;
270 display->line_length = fix.line_length;
H A Dclgenfb.c327 __u32 line_length; /* in BYTES! */ member in struct:clgenfb_par
619 u_short line_length);
622 u_char color, u_short line_length);
707 fix->line_length = _par->line_length;
878 _par->line_length = _par->var.xres_virtual / 8;
883 _par->line_length = _par->var.xres_virtual;
894 _par->line_length = _par->var.xres_virtual * 2;
911 _par->line_length = _par->var.xres_virtual * 3;
928 _par->line_length
3050 clgen_BitBLT(caddr_t regbase, u_short curx, u_short cury, u_short destx, u_short desty, u_short width, u_short height, u_short line_length) argument
3140 clgen_RectFill(struct clgenfb_info *fb_info, u_short x, u_short y, u_short width, u_short height, u_char color, u_short line_length) argument
[all...]
H A DS3triofb.c184 fb_fix.line_length = var->xres_virtual;
211 base = var->yoffset * fb_fix.line_length + var->xoffset;
405 fb_fix.line_length = *pp;
407 fb_fix.line_length = fb_var.xres_virtual;
408 fb_fix.smem_len = fb_fix.line_length*fb_var.yres;
532 disp.line_length = fb_fix.line_length;
561 display_info.pitch = fb_fix.line_length;
H A Dfbcon-cfb2.c53 p->next_line = p->line_length ? p->line_length : p->var.xres_virtual>>2;
H A Dfbcon-cfb4.c53 p->next_line = p->line_length ? p->line_length : p->var.xres_virtual>>1;
H A Dfbcon-hga.c42 DPRINTK("fbcon_hga_setup: ll:%d\n", (int)p->line_length);
44 p->next_line = p->line_length;
H A Dfbcon-mfb.c28 if (p->line_length)
29 p->next_line = p->line_length;
H A Dpvr2fb.c390 display->line_length = fix.line_length;
637 fix->line_length = par->next_line;
650 u_long line_length; local
747 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel);
748 if (line_length * var->yres_virtual > videomemorysize)
752 par->next_line = line_length;
H A Ddnfb.c170 fix->line_length=256;
286 display->line_length = fix.line_length;
H A Dfm2fb.c377 fb_fix.line_length = 768<<2;
392 disp.line_length = fb_fix.line_length;
H A Dg364fb.c325 fb_fix.line_length = (xres / 8) * fb_var.bits_per_pixel;
375 disp.line_length = fb_fix.line_length;
H A Dtcxfb.c254 p->screen_base += (y_margin - fb->y_margin) * p->line_length + (x_margin - fb->x_margin);
281 fix->line_length = fb->var.xres_virtual;
290 disp->screen_base += fix->line_length * fb->y_margin + fb->x_margin;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/riva/
H A Daccel.c167 p->next_line = p->line_length ? p->line_length : p->var.xres_virtual;
273 p->next_line = p->line_length ? p->line_length : p->var.xres_virtual<<1;
360 p->next_line = p->line_length ? p->line_length : p->var.xres_virtual<<2;

Completed in 191 milliseconds

1234