Symbol: curve_approximation_method_e
headers/libs/agg/agg_conv_curve.h
70
void approximation_method(curve_approximation_method_e v)
headers/libs/agg/agg_conv_curve.h
76
curve_approximation_method_e approximation_method() const
headers/libs/agg/agg_curves.h
119
void approximation_method(curve_approximation_method_e) {}
headers/libs/agg/agg_curves.h
120
curve_approximation_method_e approximation_method() const { return curve_div; }
headers/libs/agg/agg_curves.h
227
void approximation_method(curve_approximation_method_e) {}
headers/libs/agg/agg_curves.h
228
curve_approximation_method_e approximation_method() const { return curve_inc; }
headers/libs/agg/agg_curves.h
417
void approximation_method(curve_approximation_method_e) {}
headers/libs/agg/agg_curves.h
419
curve_approximation_method_e approximation_method() const
headers/libs/agg/agg_curves.h
508
void approximation_method(curve_approximation_method_e v)
headers/libs/agg/agg_curves.h
513
curve_approximation_method_e approximation_method() const
headers/libs/agg/agg_curves.h
54
void approximation_method(curve_approximation_method_e) {}
headers/libs/agg/agg_curves.h
55
curve_approximation_method_e approximation_method() const { return curve_inc; }
headers/libs/agg/agg_curves.h
573
curve_approximation_method_e m_approximation_method;
headers/libs/agg/agg_curves.h
626
void approximation_method(curve_approximation_method_e v)
headers/libs/agg/agg_curves.h
631
curve_approximation_method_e approximation_method() const
headers/libs/agg/agg_curves.h
687
curve_approximation_method_e m_approximation_method;