Home
last modified time | relevance | path

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

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dcartoon.c277 gdouble *val_p2, *val_m2, *vp2, *vm2; in cartoon() local
307 val_p2 = g_new (gdouble, MAX (width, height) * bytes); in cartoon()
338 memset (val_p2, 0, height * bytes * sizeof (gdouble)); in cartoon()
348 vp2 = val_p2; in cartoon()
403 transfer_pixels (val_p2, val_m2, dest2 + col, width, bytes, height); in cartoon()
416 memset (val_p2, 0, width * sizeof (gdouble)); in cartoon()
428 vp2 = val_p2; in cartoon()
477 transfer_pixels (val_p2, val_m2, dest2 + row * width, 1, 1, width); in cartoon()
604 g_free (val_p2); in cartoon()
H A Dphotocopy.c290 gdouble *val_p2, *val_m2, *vp2, *vm2; in photocopy() local
322 val_p2 = g_new (gdouble, MAX (width, height)); in photocopy()
386 memset (val_p2, 0, height * sizeof (gdouble)); in photocopy()
394 vp2 = val_p2; in photocopy()
439 transfer_pixels (val_p2, val_m2, dest2 + col, width, height); in photocopy()
452 memset (val_p2, 0, width * sizeof (gdouble)); in photocopy()
464 vp2 = val_p2; in photocopy()
513 transfer_pixels (val_p2, val_m2, dest2 + row * width, 1, width); in photocopy()
625 g_free (val_p2); in photocopy()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/impl/
H A Dmarching_cubes.hpp73 float val_p2, in interpolateEdge() argument
76 const float mu = (iso_level_ - val_p1) / (val_p2 - val_p1); in interpolateEdge()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/
H A Dmarching_cubes.h470 …interpolateEdge (Eigen::Vector3f &p1, Eigen::Vector3f &p2, float val_p1, float val_p2, Eigen::Vect…
/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_geometry_traits/
H A DRational_arc_2.h1007 const Algebraic val_p2 = nt_traits.evaluate_at (arc._numer, x1); in compare_ends() local
1009 val_res = CGAL::compare (val_p1, val_p2); in compare_ends()