Home
last modified time | relevance | path

Searched refs:interp_sparse_array (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_math_geom.h575 int interp_sparse_array(float *array, const int list_size, const float skipval);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Dgpencil_fill.c1129 interp_sparse_array(tgpf->depth_arr, totpoints, FLT_MAX); in gpencil_get_depth_array()
H A Dgpencil_primitive.c860 interp_sparse_array(depth_arr, gps->totpoints, FLT_MAX); in gpencil_primitive_update_strokes()
H A Dannotate_paint.c1024 interp_sparse_array(depth_arr, gpd->runtime.sbuffer_used, FLT_MAX); in annotation_stroke_newfrombuffer()
H A Dgpencil_paint.c1163 interp_sparse_array(depth_arr, gpd->runtime.sbuffer_used, FLT_MAX); in gpencil_stroke_newfrombuffer()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dmath_geom.c4101 int interp_sparse_array(float *array, const int list_size, const float skipval) in interp_sparse_array() function