Home
last modified time | relevance | path

Searched refs:include_handles (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_graph/
H A Dgraph_intern.h87 const bool include_handles);
H A Dgraph_edit.c86 const bool include_handles) in get_graph_keyframe_extents() argument
130 fcu, &txmin, &txmax, &tymin, &tymax, do_sel_only, include_handles)) { in get_graph_keyframe_extents()
273 const bool include_handles, in graphkeys_viewall() argument
291 include_handles); in graphkeys_viewall()
311 const bool include_handles = RNA_boolean_get(op->ptr, "include_handles"); in graphkeys_viewall_exec() local
315 return graphkeys_viewall(C, false, include_handles, smooth_viewtx); in graphkeys_viewall_exec()
320 const bool include_handles = RNA_boolean_get(op->ptr, "include_handles"); in graphkeys_view_selected_exec() local
324 return graphkeys_viewall(C, true, include_handles, smooth_viewtx); in graphkeys_view_selected_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_fcurve.h246 const bool include_handles);
/dports/graphics/blender/blender-2.91.0/release/scripts/startup/bl_ui/
H A Dspace_graph.py178 props.include_handles = True
H A Dspace_sequencer.py415 props.include_handles = True
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dfcurve.c660 const bool include_handles) in BKE_fcurve_calc_bounds() argument
677 if (include_handles) { in BKE_fcurve_calc_bounds()
699 if (include_handles) { in BKE_fcurve_calc_bounds()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A DsystemDictionary.hpp356 static void oops_do(OopClosure* f, bool include_handles = true);
H A DsystemDictionary.cpp1844 void SystemDictionary::oops_do(OopClosure* f, bool include_handles) { in oops_do() argument
1853 if (include_handles) { in oops_do()