Lines Matching defs:top
59 * @top: Top side of bounding box.
69 s32 left, right, top, bottom;
256 * @top: Top side of bounding box.
260 s32 left, s32 right, s32 top, s32 bottom)
269 update->body.rect.y = top;
271 update->body.rect.h = bottom - top;
463 ddirty->top = min_t(s32, ddirty->top, dirty->unit_y1);
468 * Calculate content bounding box. We only need the top-left
501 height = ddirty->bottom - ddirty->top;
509 src_offset = ddirty->top * src_pitch + ddirty->left * stdu->cpp;
576 ddirty.left = ddirty.top = S32_MAX;
633 sdirty->top = min_t(s32, sdirty->top, dirty->unit_y1);
679 sdirty->right, sdirty->top, sdirty->bottom);
683 sdirty->left = sdirty->top = S32_MAX;
751 sdirty.left = sdirty.top = S32_MAX;