Searched refs:BKE_pbvh_bounding_box (Results 1 – 4 of 4) sorted by relevance
115 BKE_pbvh_bounding_box(ob->sculpt->pbvh, bb_min, bb_max); in sculpt_detail_flood_fill_exec()
7522 BKE_pbvh_bounding_box(ob->sculpt->pbvh, bb_min, bb_max); in SCULPT_update_object_bounding_box()
220 void BKE_pbvh_bounding_box(const PBVH *pbvh, float min[3], float max[3]);
1667 void BKE_pbvh_bounding_box(const PBVH *pbvh, float min[3], float max[3]) in BKE_pbvh_bounding_box() function