Lines Matching refs:left
57 * @left: Left side of bounding box.
69 s32 left, right, top, bottom;
254 * @left: Left side of bounding box.
260 s32 left, s32 right, s32 top, s32 bottom)
268 update->body.rect.x = left;
270 update->body.rect.w = right - left;
462 ddirty->left = min_t(s32, ddirty->left, dirty->unit_x1);
468 * Calculate content bounding box. We only need the top-left
500 width = ddirty->right - ddirty->left;
509 src_offset = ddirty->top * src_pitch + ddirty->left * stdu->cpp;
576 ddirty.left = ddirty.top = S32_MAX;
632 sdirty->left = min_t(s32, sdirty->left, dirty->unit_x1);
678 vmw_stdu_populate_update(update, stdu->base.unit, sdirty->left,
683 sdirty->left = sdirty->top = S32_MAX;
751 sdirty.left = sdirty.top = S32_MAX;