Lines Matching defs:height
228 .height = -1,
465 * @h: height of cursor image in scanlines
666 hEnd, hTotal, height, vDisplay, vStart, vEnd, vTotal, dotClock;
690 height = info->var.yres_virtual;
775 hDisplaySize, height, dotClock);
1422 (rect->width << 16) | rect->height);
1455 (region->height << 16) | region->width);
1521 (((image->dy + image->height) << 16) |
1526 (image->height << 16) | ((image->width + 31) & ~31));
1528 (image->height << 16) | ((image->width + 31) & ~31));
1535 size = width * image->height;
1577 if (cursor->image.width > MAX_CURS || cursor->image.height > MAX_CURS)
1611 src = kmalloc_array(s_pitch, cursor->image.height, GFP_ATOMIC);
1616 for (i = 0; i < s_pitch * cursor->image.height; i++)
1621 for (i = 0; i < s_pitch * cursor->image.height; i++)
1627 cursor->image.height);
1643 cursor->image.height);