drm_rect_translate(9) translate the rectangle

SYNOPSIS

void drm_rect_translate(struct drm_rect * r, int dx, int dy);

ARGUMENTS

r

rectangle to be tranlated

dx

horizontal translation

dy

vertical translation

DESCRIPTION

Move rectangle r by dx in the horizontal direction, and by dy in the vertical direction.

AUTHORS

Jesse Barnes <[email protected]>
Intel Corporation,         
        

Initial version

Laurent Pinchart <[email protected]>
Ideas on board SPRL,         
        

Driver internals

COPYRIGHT