Lines Matching defs:width
229 .width = -1,
464 * @w: width of cursor image in pixels
665 int bpp, width, hDisplaySize, hDisplay, hStart,
679 width = info->var.xres_virtual;
737 newmode.crtc[0x13] = (width / 8) * ((bpp + 1) / 8);
774 rc = CalcStateExt(&par->riva, &newmode.ext, par->pdev, bpp, width,
1422 (rect->width << 16) | rect->height);
1455 (region->height << 16) | region->width);
1488 u32 fgx = 0, bgx = 0, width, tmp;
1522 ((image->dx + image->width) & 0xffff)));
1526 (image->height << 16) | ((image->width + 31) & ~31));
1528 (image->height << 16) | ((image->width + 31) & ~31));
1534 width = (image->width + 31)/32;
1535 size = width * image->height;
1577 if (cursor->image.width > MAX_CURS || cursor->image.height > MAX_CURS)
1605 u32 s_pitch = (cursor->image.width+7) >> 3;
1642 cursor->image.width,