Home
last modified time | relevance | path

Searched refs:eV3DProjTest (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DED_view3d.h201 } eV3DProjTest; typedef
216 const eV3DProjTest clip_flag);
221 const eV3DProjTest clip_flag);
229 const eV3DProjTest clip_flag);
244 const eV3DProjTest clip_flag);
254 const eV3DProjTest clip_flag);
260 const eV3DProjTest clip_flag);
266 const eV3DProjTest clip_flag);
273 const eV3DProjTest clip_flag);
280 const eV3DProjTest clip_flag);
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_iterators.c57 eV3DProjTest clip_flag;
64 eV3DProjTest clip_flag;
77 eV3DProjTest clip_flag;
84 eV3DProjTest clip_flag;
121 eV3DProjTest clip_flag) in meshobject_foreachScreenVert()
170 eV3DProjTest clip_flag) in mesh_foreachScreenVert()
233 eV3DProjTest clip_flag) in mesh_foreachScreenEdge()
289 eV3DProjTest clip_flag_nowin = data->clip_flag & in mesh_foreachScreenEdge_clip_bb_segment__mapFunc()
376 const eV3DProjTest clip_flag) in mesh_foreachScreenFace()
412 const eV3DProjTest clip_flag) in nurbs_foreachScreenVert()
[all …]
H A Dview3d_project.c123 const eV3DProjTest flag) in ed_view3d_project__internal()
182 const eV3DProjTest flag) in ED_view3d_project_short_ex()
204 const eV3DProjTest flag) in ED_view3d_project_int_ex()
226 const eV3DProjTest flag) in ED_view3d_project_float_ex()
245 const eV3DProjTest flag) in ED_view3d_project_short_global()
254 const eV3DProjTest flag) in ED_view3d_project_short_object()
265 const eV3DProjTest flag) in ED_view3d_project_int_global()
274 const eV3DProjTest flag) in ED_view3d_project_int_object()
285 const eV3DProjTest flag) in ED_view3d_project_float_global()
294 const eV3DProjTest flag) in ED_view3d_project_float_object()
H A Dview3d_select.c876 const eV3DProjTest clip_flag = V3D_PROJ_TEST_CLIP_NEAR | in do_lasso_select_mesh()
2939 const eV3DProjTest clip_flag = V3D_PROJ_TEST_CLIP_NEAR | in do_mesh_box_select()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform.h594 void projectIntViewEx(TransInfo *t, const float vec[3], int adr[2], const eV3DProjTest flag);
596 void projectFloatViewEx(TransInfo *t, const float vec[3], float adr[2], const eV3DProjTest flag);
H A Dtransform.c226 void projectIntViewEx(TransInfo *t, const float vec[3], int adr[2], const eV3DProjTest flag) in projectIntViewEx()
344 void projectFloatViewEx(TransInfo *t, const float vec[3], float adr[2], const eV3DProjTest flag) in projectFloatViewEx()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mesh/
H A Deditmesh_select.c322 const eV3DProjTest clip_flag = RV3D_CLIPPING_ENABLED(vc->v3d, vc->rv3d) ? in EDBM_vert_find_nearest_ex()
568 const eV3DProjTest clip_flag = V3D_PROJ_TEST_CLIP_DEFAULT & ~V3D_PROJ_TEST_CLIP_BB; in EDBM_edge_find_nearest_ex()
771 const eV3DProjTest clip_flag = V3D_PROJ_TEST_CLIP_DEFAULT; in EDBM_face_find_nearest_ex()