pub unsafe extern "C" fn fz_translate_rect(
    a: fz_rect,
    xoff: f32,
    yoff: f32
) -> fz_rect
Expand description

Translate bounding box.

Translate a bbox by a given x and y offset. Allows for overflow.