Home
last modified time | relevance | path

Searched refs:in_curve (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dprism.h126 int in_curve(DBL u, DBL v, TraceThreadData *Thread) const;
H A Dprism.cpp253 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 Dprism.h108 int in_curve(DBL u, DBL v, TraceThreadData *Thread) const;
H A Dprism.cpp251 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 Dprism.cpp156 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 Dprism.cpp151 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 Dloader.cc400 else if (in_curve) in set_key_value()
794 in_curve = false; in handle_tag()
802 in_curve = true; in handle_tag()
H A Dloader.hh412 bool in_curve = false; member in LiquidSFZInternal::Loader
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Datrous.c107 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 Datrous.c107 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()