Home
last modified time | relevance | path

Searched defs:tot_point (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_mask_types.h114 int tot_point; member
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mask/
H A Dmask_draw.c399 int tot_point, in mask_draw_curve_type()
H A Dmask_query.c107 int j, tot_point; in ED_mask_find_nearest_diff_point() local
H A Dmask_ops.c1937 int tot_point; in mask_duplicate_exec() local
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmask.c547 const int tot_point = spline->tot_point; in BKE_mask_spline_direction_switch() local
1100 static MaskSplinePoint *mask_spline_points_copy(const MaskSplinePoint *points, int tot_point) in mask_spline_points_copy()