Lines Matching defs:width
228 .width = -1,
469 * @w: width of cursor image in pixels
670 int bpp, width, hDisplaySize, hDisplay, hStart,
684 width = info->var.xres_virtual;
742 newmode.crtc[0x13] = (width / 8) * ((bpp + 1) / 8);
779 rc = CalcStateExt(&par->riva, &newmode.ext, par->pdev, bpp, width,
1428 (rect->width << 16) | rect->height);
1461 (region->height << 16) | region->width);
1494 u32 fgx = 0, bgx = 0, width, tmp;
1528 ((image->dx + image->width) & 0xffff)));
1532 (image->height << 16) | ((image->width + 31) & ~31));
1534 (image->height << 16) | ((image->width + 31) & ~31));
1540 width = (image->width + 31)/32;
1541 size = width * image->height;
1583 if (cursor->image.width > MAX_CURS || cursor->image.height > MAX_CURS)
1611 u32 s_pitch = (cursor->image.width+7) >> 3;
1648 cursor->image.width,