Home
last modified time | relevance | path

Searched refs:BLI_rcti_rctf_copy (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_rect.h115 void BLI_rcti_rctf_copy(struct rcti *dst, const struct rctf *src);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_query.c250 BLI_rcti_rctf_copy(&rect, &but->rect); in ui_but_contains_point_px_icon()
H A Dinterface_region_search.c791 BLI_rcti_rctf_copy(&rect_i, &rect_fl); in ui_searchbox_create_generic()
H A Dinterface_region_tooltip.c1245 BLI_rcti_rctf_copy(&rect_i, &rect_fl); in ui_tooltip_create_with_data()
H A Dinterface_handlers.c6088 BLI_rcti_rctf_copy(&rect_i, &but->rect); in ui_numedit_but_HSVCUBE()
6368 BLI_rcti_rctf_copy(&rect, &but->rect); in ui_numedit_but_HSVCIRCLE()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Drct.c1040 void BLI_rcti_rctf_copy(rcti *dst, const rctf *src) in BLI_rcti_rctf_copy() function