Home
last modified time | relevance | path

Searched refs:BKE_mask_spline_resolution (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmask_evaluate.c43 unsigned int BKE_mask_spline_resolution(MaskSpline *spline, int width, int height) in BKE_mask_spline_resolution() function
85 unsigned int resol = BKE_mask_spline_resolution(spline, width, height); in BKE_mask_spline_feather_resolution()
197 uint resol = BKE_mask_spline_resolution(spline, width, height); in BKE_mask_spline_differentiate()
830 int j, resol = BKE_mask_spline_resolution(spline, width, height); in BKE_mask_point_segment_diff()
H A Dmask_rasterize.c645 const unsigned int resol_a = BKE_mask_spline_resolution(spline, width, height) / 4; in BKE_maskrasterize_handle_init()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_mask.h266 unsigned int BKE_mask_spline_resolution(struct MaskSpline *spline, int width, int height);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/mask/
H A Dmask_draw.c527 BKE_mask_spline_resolution(spline, width, height)); in draw_spline_curve()