Home
last modified time | relevance | path

Searched refs:V3D_PROJ_TEST_CLIP_NEAR (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DED_view3d.h199 V3D_PROJ_TEST_CLIP_NEAR = (1 << 2), enumerator
204 (V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_WIN | V3D_PROJ_TEST_CLIP_NEAR)
206 (V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_WIN | V3D_PROJ_TEST_CLIP_NEAR | \
/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dpaint_vertex_proj.c133 vp_update->region, co, co_ss, V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_NEAR) == in vpaint_proj_dm_map_cosnos_update__map_cb()
H A Dpaint_vertex_weight_ops.c701 grad_data->region, co, vs->sco, V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_NEAR) != in gradientVertInit__mapFunc()
H A Dpaint_vertex.c350 vc->region, co, co_ss, V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_NEAR) == in tex_color_alpha()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_view.c118 region, cursor->location, co, V3D_PROJ_TEST_NOP | V3D_PROJ_TEST_CLIP_NEAR) == in DRW_draw_cursor()
H A Ddraw_manager_text.c183 V3D_PROJ_TEST_CLIP_BB | V3D_PROJ_TEST_CLIP_WIN | V3D_PROJ_TEST_CLIP_NEAR) == in DRW_text_cache_draw()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_project.c144 if (((flag & V3D_PROJ_TEST_CLIP_NEAR) == 0) || (vec4[3] > (float)BL_NEAR_CLIP)) { in ed_view3d_project__internal()
154 if (UNLIKELY((flag & V3D_PROJ_TEST_CLIP_NEAR) == 0) && (vec4[3] < 0.0f)) { in ed_view3d_project__internal()
H A Dview3d_select.c876 const eV3DProjTest clip_flag = V3D_PROJ_TEST_CLIP_NEAR | in do_lasso_select_mesh()
2061 V3D_PROJ_TEST_CLIP_NEAR) == V3D_PROJ_RET_OK) { in ed_object_select_pick()
2939 const eV3DProjTest clip_flag = V3D_PROJ_TEST_CLIP_NEAR | in do_mesh_box_select()
3531 vc, mesh_circle_doSelectEdge, &data, V3D_PROJ_TEST_CLIP_NEAR | V3D_PROJ_TEST_CLIP_BB); in mesh_circle_select()
4059 V3D_PROJ_TEST_CLIP_NEAR) == V3D_PROJ_RET_OK) { in object_circle_select()
H A Dview3d_gizmo_ruler.c599 region, ruler_item->co[j], co_ss[j], V3D_PROJ_TEST_CLIP_NEAR); in gizmo_ruler_draw()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mesh/
H A Deditmesh_select.c1726 if (ED_view3d_project_float_object(vc.region, eed->v1->co, v1_co, V3D_PROJ_TEST_CLIP_NEAR) == in mouse_mesh_loop()
1731 if (ED_view3d_project_float_object(vc.region, eed->v2->co, v2_co, V3D_PROJ_TEST_CLIP_NEAR) == in mouse_mesh_loop()
1761 if (ED_view3d_project_float_object(vc.region, cent, co, V3D_PROJ_TEST_CLIP_NEAR) == in mouse_mesh_loop()
H A Deditmesh_tools.c4057 if (ED_view3d_project_float_object(region, bv->co, *sco, V3D_PROJ_TEST_CLIP_NEAR) != in edbm_knife_cut_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/physics/
H A Dparticle_edit.c541 V3D_PROJ_TEST_CLIP_NEAR) != V3D_PROJ_RET_OK) { in key_test_depth()
3564 if (ED_view3d_project_int_global(region, key->co, screen_co, V3D_PROJ_TEST_CLIP_NEAR) != in brush_cut()
3591 if ((ED_view3d_project_int_global(region, key->co, screen_co, V3D_PROJ_TEST_CLIP_NEAR) != in brush_cut()