Translate the rectangle
void drm_rect_translate(struct drm_rect * r, int dx, int dy);
r
rectangle to be tranlated
dx
horizontal translation
dy
vertical translation
Move rectangle r by dx in the horizontal direction, and by dy in the vertical direction.
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place