Home
last modified time | relevance | path

Searched refs:handle_display (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/overlay/
H A Doverlay_edit_curve.c39 pd->edit_curve.show_handles = v3d->overlay.handle_display != CURVE_HANDLE_NONE; in OVERLAY_edit_curve_cache_init()
40 pd->edit_curve.handle_display = v3d->overlay.handle_display; in OVERLAY_edit_curve_cache_init()
66 DRW_shgroup_uniform_int_copy(grp, "curveHandleDisplay", pd->edit_curve.handle_display); in OVERLAY_edit_curve_cache_init()
72 DRW_shgroup_uniform_int_copy(grp, "curveHandleDisplay", pd->edit_curve.handle_display); in OVERLAY_edit_curve_cache_init()
H A Doverlay_edit_text.c41 pd->edit_curve.show_handles = v3d->overlay.handle_display != CURVE_HANDLE_NONE; in OVERLAY_edit_text_cache_init()
42 pd->edit_curve.handle_display = v3d->overlay.handle_display; in OVERLAY_edit_text_cache_init()
H A Doverlay_private.h342 int handle_display; member
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_curve_types.h514 ((((v3d) != NULL) && ((v3d)->overlay.handle_display == CURVE_HANDLE_NONE)) ? \
518 ((((v3d) != NULL) && ((v3d)->overlay.handle_display == CURVE_HANDLE_NONE)) ? \
H A DDNA_view3d_defaults.h68 .handle_display = CURVE_HANDLE_SELECTED, \
H A DDNA_view3d_types.h235 int handle_display; member
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/overlay/shaders/
H A Dedit_curve_point_vert.glsl5 /* Keep the same value in `handle_display` in `DNA_view3d_types.h` */
H A Dedit_curve_handle_geom.glsl7 /* Keep the same value in `handle_display` in `DNA_view3d_types.h` */
/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_convert_curve.c106 short hide_handles = (v3d != NULL) ? (v3d->overlay.handle_display == CURVE_HANDLE_NONE) : in createTransCurveVerts()
187 short hide_handles = (v3d != NULL) ? (v3d->overlay.handle_display == CURVE_HANDLE_NONE) : in createTransCurveVerts()
H A Dtransform_orientations.c999 const bool use_handle = v3d->overlay.handle_display != CURVE_HANDLE_NONE; in getTransformOrientation_ex()
H A Dtransform_gizmo_3d.c832 if (v3d->overlay.handle_display == CURVE_HANDLE_NONE) { in ED_transform_calc_gizmo_stats()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_iterators.c419 const bool only_selected = (vc->v3d->overlay.handle_display == CURVE_HANDLE_SELECTED); in nurbs_foreachScreenVert()
433 const bool handles_visible = (vc->v3d->overlay.handle_display != CURVE_HANDLE_NONE) && in nurbs_foreachScreenVert()
/dports/x11/havoc/havoc-0.3.1/
H A Dmain.c208 static void handle_display(int ev) in handle_display() function
485 } dfp = { handle_display }
/dports/graphics/blender/blender-2.91.0/source/blender/editors/curve/
H A Deditcurve_select.c587 v3d->overlay.handle_display == CURVE_HANDLE_NONE); in de_select_all_exec()