Home
last modified time | relevance | path

Searched refs:barycentric_weights_v2 (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/sculpt_paint/
H A Dpaint_image_proj.c610 barycentric_weights_v2(v1, v2, v3, pt, w); in VecZDepthOrtho()
873 barycentric_weights_v2(v1, v2, v3, pt, w); in project_paint_occlude_ptv_clip()
1531 barycentric_weights_v2(uv1co, uv2co, uv3co, uv, w); in screen_px_from_ortho()
1549 barycentric_weights_v2(uv1co, uv2co, uv3co, uv, w); in screen_px_from_persp()
2332 barycentric_weights_v2(v1coSS, v2coSS, v3coSS, uv, w); in rect_to_uvspace_ortho()
2337 barycentric_weights_v2(v1coSS, v2coSS, v3coSS, uv, w); in rect_to_uvspace_ortho()
2342 barycentric_weights_v2(v1coSS, v2coSS, v3coSS, uv, w); in rect_to_uvspace_ortho()
2347 barycentric_weights_v2(v1coSS, v2coSS, v3coSS, uv, w); in rect_to_uvspace_ortho()
2819 barycentric_weights_v2(v1coSS, v2coSS, v3coSS, isectVCosSS[i], w); in project_bucket_clip_face()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_math_geom.h592 void barycentric_weights_v2(
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmask_rasterize.c1238 barycentric_weights_v2(v1, v2, v3, pt, w);
H A Ddynamicpaint.c2309 barycentric_weights_v2(uv1, uv2, uv3, uv, tempWeights[index * aa_samples + j].v); in dynamic_paint_create_uv_surface_direct_cb()
2400 barycentric_weights_v2(uv1, uv2, uv3, uv, tempWeights[index * aa_samples + j].v); in dynamic_paint_create_uv_surface_neighbor_cb()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dmath_geom.c3862 void barycentric_weights_v2( in barycentric_weights_v2() function
4074 barycentric_weights_v2(tri_xy_src[0], tri_xy_src[1], tri_xy_src[2], pt_src_xy, w_src); in transform_point_by_tri_v3()