Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <mail@jlucke.com>2019-05-21 12:59:10 +0300
committerJacques Lucke <mail@jlucke.com>2019-05-21 12:59:15 +0300
commitb03ee4828be1032052ee4f81f15691a56cde3415 (patch)
tree5f323461a60d19dd2808588e0ad4caeba849cdd0 /source/blender/blenlib/BLI_rect.h
parentdcec863b2f2fce7fc5caa138ad3816c88e2aa2a3 (diff)
Graph Editor: view-selected takes scrubbing and marker region into account
Diffstat (limited to 'source/blender/blenlib/BLI_rect.h')
-rw-r--r--source/blender/blenlib/BLI_rect.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_rect.h b/source/blender/blenlib/BLI_rect.h
index f23580916b1..85cee866c68 100644
--- a/source/blender/blenlib/BLI_rect.h
+++ b/source/blender/blenlib/BLI_rect.h
@@ -62,6 +62,10 @@ void BLI_rcti_resize(struct rcti *rect, int x, int y);
void BLI_rctf_resize(struct rctf *rect, float x, float y);
void BLI_rcti_scale(rcti *rect, const float scale);
void BLI_rctf_scale(rctf *rect, const float scale);
+void BLI_rctf_padding_y(struct rctf *rect,
+ const float boundary_height,
+ const float padding_top,
+ const float padding_bottom);
void BLI_rctf_interp(struct rctf *rect,
const struct rctf *rect_a,
const struct rctf *rect_b,