Lines Matching defs:width
240 Bus width 1x # 16 | 32 | 64 # 16 | 32 | 64 # 64 | 64 | 64
241 Bus width 2x # 32 | 64 | 128 # 32 | 64 | 64 # 64 | 64 | 128
242 Bus width 4x # 64 | 128 | 256 # 64 | 64 | 64 # 64 | 128 | 256
677 __u16 crsr_width; /* width and height of the cursor in */
686 __u16 width;
690 __u8 data[1]; /* field with [height][width] */
747 u_short width;
1505 par->crsr.height = par->crsr.width = 0;
1552 var->width = -1;
1834 fix->crsr_width = fix->crsr_xsize = par->crsr.width;
1853 short height, width, bits, words;
1856 size = par->crsr.height * par->crsr.width;
1857 alloc = var->height * var->width;
1859 var->width = par->crsr.width;
1862 if (size > var->height * var->width)
1872 for (width = (short)var->width - 1; width >= 0; width--) {
1927 short height, width, bits, words;
1929 if (!var->width)
1931 else if (var->width <= 16)
1933 else if (var->width <= 32)
1935 else if (var->width <= 64)
1960 for (width = (short)var->width - 1; width >= 0; width--) {
2021 par->crsr.width = var->width;
2070 mx > -(short)par->crsr.width && mx < par->xres &&
3174 u32 width, height;
3176 if (!rect->width || !rect->height)
3183 x2 = rect->dx + rect->width;
3187 width = x2 - rect->dx;
3198 par->next_plane, dst, dst_idx, width,
3204 dst, dst_idx, width, rect->color);
3251 u32 dx, dy, sx, sy, width, height;
3257 x2 = area->dx + area->width;
3263 width = x2 - dx;
3274 if (sx + width > info->var.xres_virtual ||
3296 src_idx, width);
3302 src_idx, width);
3347 u32 dx, dy, width, height, pitch;
3354 x2 = image->dx + image->width;
3360 width = x2 - dx;
3369 pitch = (image->width + 7) / 8;
3372 par->next_plane, dst, dst_idx, width,
3379 c2p_planar(info->screen_base, image->data, dx, dy, width,
3381 image->width, info->var.bits_per_pixel);