Home
last modified time | relevance | path

Searched defs:clip_flag (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_iterators.c57 eV3DProjTest clip_flag; member
64 eV3DProjTest clip_flag; member
77 eV3DProjTest clip_flag; member
84 eV3DProjTest clip_flag; member
121 eV3DProjTest clip_flag) in meshobject_foreachScreenVert()
170 eV3DProjTest clip_flag) in mesh_foreachScreenVert()
233 eV3DProjTest clip_flag) in mesh_foreachScreenEdge()
376 const eV3DProjTest clip_flag) in mesh_foreachScreenFace()
412 const eV3DProjTest clip_flag) in nurbs_foreachScreenVert()
497 const eV3DProjTest clip_flag) in mball_foreachScreenElem()
[all …]
H A Dview3d_select.c876 const eV3DProjTest clip_flag = V3D_PROJ_TEST_CLIP_NEAR | in do_lasso_select_mesh() local
2939 const eV3DProjTest clip_flag = V3D_PROJ_TEST_CLIP_NEAR | in do_mesh_box_select() local
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dtracking_region_tracker.c121 int clip_flag, in tracking_context_get_frame_ibuf()
137 int clip_flag, in tracking_context_get_keyframed_ibuf()
161 int clip_flag, in tracking_context_get_reference_ibuf()
323 int clip_flag = clip->flag & MCLIP_TIMECODE_FLAGS; in BKE_tracking_refine_marker() local
H A Dmovieclip.c1096 static bool need_undistortion_postprocess(const MovieClipUser *user, int clip_flag) in need_undistortion_postprocess()
1107 int clip_flag, in need_postprocessed_frame()
1849 int clip_flag,
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_clip/
H A Dtracking_ops_detect.c70 int clip_flag = clip->flag & MCLIP_TIMECODE_FLAGS; in detect_features_exec() local
H A Dclip_ops.c1185 int clip_flag; member
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DView.h37 int clip_flag; /* clip planes (only useful for top-level views... member
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/test/
H A DTestGammaY.cpp295 bool clip_flag = false; in test_achrom_row() local
/dports/multimedia/xanim/xanim2920/
H A Dxa_act.c109 clip_flag,clip_mask, in ACT_Setup_Mapped() argument
/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() local
568 const eV3DProjTest clip_flag = V3D_PROJ_TEST_CLIP_DEFAULT & ~V3D_PROJ_TEST_CLIP_BB; in EDBM_edge_find_nearest_ex() local
771 const eV3DProjTest clip_flag = V3D_PROJ_TEST_CLIP_DEFAULT; in EDBM_face_find_nearest_ex() local
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_sequence_types.h177 int clip_flag; member
/dports/devel/allegro/allegro-4.4.3.1/tests/
H A Dtest.c2038 void do_it(char *msg, int clip_flag, void (*func)(void)) in do_it()