Lines Matching defs:width
181 cmd->body.width = mode->hdisplay;
555 * coordinate because width and height will be the same as the
577 s32 width, height;
586 width = ddirty->right - ddirty->left;
589 if (width == 0 || height == 0)
593 dst_pitch = stdu->display_srf->metadata.base_size.width * stdu->cpp;
610 width * stdu->cpp, height, &diff);
1061 new_vfbs->surface->metadata.base_size.width == hdisplay &&
1103 metadata.base_size.width = hdisplay;
1111 if (cur_base_size.width != metadata.base_size.width ||
1163 vps->cpp = new_fb->pitches[0] / new_fb->width;
1287 s32 width, height;
1293 width = bb->x2 - bb->x1;
1299 dst_pitch = stdu->display_srf->metadata.base_size.width * stdu->cpp;
1308 src_offset, src_pitch, width * stdu->cpp, height,