Lines Matching defs:width
112 * @display_width: display width
182 cmd->body.width = mode->hdisplay;
469 * coordinate because width and height will be the same as the
491 s32 width, height;
500 width = ddirty->right - ddirty->left;
503 if (width == 0 || height == 0)
507 src_pitch = stdu->display_srf->metadata.base_size.width * stdu->cpp;
517 width * stdu->cpp, height, &diff);
919 new_vfbs->surface->metadata.base_size.width == hdisplay &&
961 metadata.base_size.width = hdisplay;
969 if (cur_base_size.width != metadata.base_size.width ||
1018 vps->cpp = new_fb->pitches[0] / new_fb->width;
1072 s32 width, height;
1078 width = bb->x2 - bb->x1;
1084 dst_pitch = stdu->display_srf->metadata.base_size.width * stdu->cpp;
1093 src_offset, src_pitch, width * stdu->cpp, height,