Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/libs/canvas/canvas/
H A Dframed_curve.h53 void set_fill_mode (CurveFill cf) { curve_fill = cf; } in set_fill_mode()
59 CurveFill curve_fill; variable
H A Dcurve.h52 void set_fill_mode (CurveFill cf) { curve_fill = cf; } in set_fill_mode()
58 CurveFill curve_fill; variable
/dports/audio/ardour6/Ardour-6.8.0/libs/canvas/
H A Dcurve.cc35 , curve_fill (None) in Curve()
43 , curve_fill (None) in Curve()
121 switch (curve_fill) { in render()
202 switch (curve_fill) { in render()
H A Dframed_curve.cc34 , curve_fill (Inside) in FramedCurve()
42 , curve_fill (Inside) in FramedCurve()
180 switch (curve_fill) { in render()
252 switch (curve_fill) { in render()