Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/tools/
H A Dbmesh_path_region_uv.c126 const char path_htype) in mesh_calc_path_region_elem() argument
147 if (path_htype == BM_EDGE) { in mesh_calc_path_region_elem()
153 else if (path_htype == BM_VERT) { in mesh_calc_path_region_elem()
210 if (ELEM(path_htype, BM_VERT, BM_EDGE)) { in mesh_calc_path_region_elem()
325 else if (path_htype == BM_FACE) { in mesh_calc_path_region_elem()
364 else if (path_htype == BM_EDGE) { in mesh_calc_path_region_elem()
381 else if (path_htype == BM_VERT) { in mesh_calc_path_region_elem()
H A Dbmesh_path_region.c127 const char path_htype) in mesh_calc_path_region_elem() argument
207 if (ELEM(path_htype, BM_VERT, BM_EDGE)) { in mesh_calc_path_region_elem()
307 else if (path_htype == BM_FACE) { in mesh_calc_path_region_elem()
346 else if (path_htype == BM_EDGE) { in mesh_calc_path_region_elem()
367 else if (path_htype == BM_VERT) { in mesh_calc_path_region_elem()