Home
last modified time | relevance | path

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

/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.c86 static int apply_lighting_model( struct coordinate *, struct coordinate *, struct coordinate *, str…
814 gray = apply_lighting_model( &pointsA[i], &pointsA[i1], in pm3d_plot()
994 gray = apply_lighting_model( &corcorners[0], &corcorners[1], in pm3d_plot()
1417 q->gray = apply_lighting_model( &c1, &c2, &c3, &c4, q->gray); in illuminate_one_quadrangle()
1427 apply_lighting_model( struct coordinate *v0, struct coordinate *v1, in apply_lighting_model() function
1482 return apply_lighting_model(v0, v1, v3, v3, gray); in apply_lighting_model()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.c86 static int apply_lighting_model( struct coordinate *, struct coordinate *, struct coordinate *, str…
814 gray = apply_lighting_model( &pointsA[i], &pointsA[i1], in pm3d_plot()
994 gray = apply_lighting_model( &corcorners[0], &corcorners[1], in pm3d_plot()
1417 q->gray = apply_lighting_model( &c1, &c2, &c3, &c4, q->gray); in illuminate_one_quadrangle()
1427 apply_lighting_model( struct coordinate *v0, struct coordinate *v1, in apply_lighting_model() function
1482 return apply_lighting_model(v0, v1, v3, v3, gray); in apply_lighting_model()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dpm3d.c73 static int apply_lighting_model __PROTO(( struct coordinate *, struct coordinate *, struct coordina…
798 gray = apply_lighting_model( &pointsA[i], &pointsA[i1], in pm3d_plot()
992 gray = apply_lighting_model( &corcorners[0], &corcorners[1], in pm3d_plot()
1350 apply_lighting_model( struct coordinate *v0, struct coordinate *v1, in apply_lighting_model() function
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/
H A DChangeLog5505 * src/pm3d.c (apply_lighting_model) src/pm3d.h src/save.c src/set.c