Lines Matching defs:width
536 /* set framebuffer width and display width */
1055 if (cursor->image.width > 64)
1124 __func__, cursor->image.width, cursor->image.height);
1130 for (x = 0; x < cursor->image.width; x++) {
1306 int width = area->width;
1319 if ((sx + width) >= info->var.xres_virtual)
1320 width = info->var.xres_virtual - sx - 1;
1329 if ((dx + width) >= info->var.xres_virtual)
1330 width = info->var.xres_virtual - dx - 1;
1336 sx += width - 1;
1337 dx += width - 1;
1350 /* set the window width */
1382 smc501_writel((width << 16) | height, fbi->regs2d + SM501_2D_DIMENSION);
1392 int width = rect->width, height = rect->height;
1398 if ((rect->dx + width) >= info->var.xres_virtual)
1399 width = info->var.xres_virtual - rect->dx - 1;
1411 /* set the window width */
1446 smc501_writel((width << 16) | height, fbi->regs2d + SM501_2D_DIMENSION);