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 DECLARE_FLEX_ARRAY(__u8, data); /* 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 &&
3163 u32 width, height;
3165 if (!rect->width || !rect->height)
3172 x2 = rect->dx + rect->width;
3176 width = x2 - rect->dx;
3187 par->next_plane, dst, dst_idx, width,
3193 dst, dst_idx, width, rect->color);
3240 u32 dx, dy, sx, sy, width, height;
3246 x2 = area->dx + area->width;
3252 width = x2 - dx;
3263 if (sx + width > info->var.xres_virtual ||
3285 src_idx, width);
3291 src_idx, width);
3336 u32 dx, dy, width, height, pitch;
3343 x2 = image->dx + image->width;
3349 width = x2 - dx;
3358 pitch = (image->width + 7) / 8;
3361 par->next_plane, dst, dst_idx, width,
3368 c2p_planar(info->screen_base, image->data, dx, dy, width,
3370 image->width, info->var.bits_per_pixel);