Lines Matching defs:width
135 unsigned int width, unsigned int height,
171 if (mask == NULL && sc->fb_bpp == 8 && (width % 8 == 0)) {
173 if (((x + width) > vd->vd_width) || ((y + height) >
178 for (c = 0; c < width; c += 8) {
213 c < width && x + c < vw->vw_draw_area.tr_end.tp_col;
250 unsigned int width, unsigned int height,
302 vd->vd_mcursor->width, vd->vd_mcursor->height,
495 pcell_t depth, height, width, stride;
551 OF_getproplen(node, "width") != sizeof(width) ||
562 OF_getencprop(node, "width", &width, sizeof(width));
565 stride = width*depth/8;
569 sc->fb.fb_width = width;