Home
last modified time | relevance | path

Searched refs:BLI_rctf_clamp (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_rect.h85 bool BLI_rctf_clamp(struct rctf *rect, const struct rctf *rect_bounds, float r_xy[2]);
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Drct.c788 bool BLI_rctf_clamp(rctf *rect, const rctf *rect_bounds, float r_xy[2]) in BLI_rctf_clamp() function