/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/ |
H A D | prism.h | 126 int in_curve(DBL u, DBL v, TraceThreadData *Thread) const;
|
H A D | prism.cpp | 253 if (in_curve(u, v, Thread)) in All_Intersections() 277 if (in_curve(u, v, Thread)) in All_Intersections() 430 if (in_curve(u, v, Thread)) in All_Intersections() 457 if (in_curve(u, v, Thread)) in All_Intersections() 655 if (in_curve(P[X], P[Z], Thread)) in Inside() 1144 int Prism::in_curve(DBL u, DBL v, TraceThreadData *Thread) const in in_curve() function in pov::Prism
|
/dports/graphics/povray37/povray-3.7.0.10/source/backend/shape/ |
H A D | prism.h | 108 int in_curve(DBL u, DBL v, TraceThreadData *Thread) const;
|
H A D | prism.cpp | 251 if (in_curve(u, v, Thread)) in All_Intersections() 275 if (in_curve(u, v, Thread)) in All_Intersections() 423 if (in_curve(u, v, Thread)) in All_Intersections() 450 if (in_curve(u, v, Thread)) in All_Intersections() 644 if (in_curve(P[X], P[Z], Thread)) in Inside() 1154 int Prism::in_curve(DBL u, DBL v, TraceThreadData *Thread) const in in_curve() function in pov::Prism
|
/dports/graphics/megapov/megapov-1.2.1/source/ |
H A D | prism.cpp | 156 static int in_curve (PRISM *Prism, DBL u, DBL v); 381 if (in_curve(Prism, u, v)) in intersect_prism() 397 if (in_curve(Prism, u, v)) in intersect_prism() 559 if (in_curve(Prism, u, v)) in intersect_prism() 578 if (in_curve(Prism, u, v)) in intersect_prism() 790 if (in_curve(Prism, P[X], P[Z])) in Inside_Prism() 1330 static int in_curve(PRISM *Prism, DBL u, DBL v) in in_curve() function
|
/dports/graphics/povray36/povray-3.6.1/source/ |
H A D | prism.cpp | 151 static int in_curve (PRISM *Prism, DBL u, DBL v); 373 if (in_curve(Prism, u, v)) in intersect_prism() 389 if (in_curve(Prism, u, v)) in intersect_prism() 551 if (in_curve(Prism, u, v)) in intersect_prism() 570 if (in_curve(Prism, u, v)) in intersect_prism() 782 if (in_curve(Prism, P[X], P[Z])) in Inside_Prism() 1322 static int in_curve(PRISM *Prism, DBL u, DBL v) in in_curve() function
|
/dports/audio/liquidsfz/liquidsfz-0.2.3/lib/ |
H A D | loader.cc | 400 else if (in_curve) in set_key_value() 794 in_curve = false; in handle_tag() 802 in_curve = true; in handle_tag()
|
H A D | loader.hh | 412 bool in_curve = false; member in LiquidSFZInternal::Loader
|
/dports/graphics/darktable/darktable-3.6.1/src/iop/ |
H A D | atrous.c | 107 gboolean in_curve; member 1055 c->in_curve = TRUE; in area_enter_notify() 1065 c->in_curve = FALSE; in area_leave_notify() 1087 const float mix = c->in_curve ? 1.0f : p.mix; in area_draw() 1584 c->in_curve = FALSE; in gui_init()
|
/dports/graphics/darktable38/darktable-3.8.0/src/iop/ |
H A D | atrous.c | 107 gboolean in_curve; member 1055 c->in_curve = TRUE; in area_enter_notify() 1065 c->in_curve = FALSE; in area_leave_notify() 1087 const float mix = c->in_curve ? 1.0f : p.mix; in area_draw() 1731 c->in_curve = FALSE; in gui_init()
|