<def f='src/src/sys/external/bsd/drm2/dist/include/drm/drm_rect.h' l='74' ll='80' type='void drm_rect_translate(struct drm_rect * r, int dx, int dy)'/>
<doc f='src/src/sys/external/bsd/drm2/dist/include/drm/drm_rect.h' l='65'>/**
 * drm_rect_translate - translate the rectangle
 * @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.
 */</doc>
