Home
last modified time | relevance | path

Searched refs:curve_klass (Results 1 – 3 of 3) sorted by relevance

/dports/devel/goffice/goffice-0.10.50/plugins/smoothing/
H A Dgog-exp-smooth.c201 gog_exp_smooth_class_init (GogSmoothedCurveClass *curve_klass) in gog_exp_smooth_class_init() argument
203 GObjectClass *gobject_klass = (GObjectClass *) curve_klass; in gog_exp_smooth_class_init()
204 GogObjectClass *gog_object_klass = (GogObjectClass *) curve_klass; in gog_exp_smooth_class_init()
205 exp_smooth_parent_klass = g_type_class_peek_parent (curve_klass); in gog_exp_smooth_class_init()
216 curve_klass->max_dim = 0; in gog_exp_smooth_class_init()
H A Dgog-moving-avg.c179 gog_moving_avg_class_init (GogSmoothedCurveClass *curve_klass) in gog_moving_avg_class_init() argument
181 GObjectClass *gobject_klass = (GObjectClass *) curve_klass; in gog_moving_avg_class_init()
182 GogObjectClass *gog_object_klass = (GogObjectClass *) curve_klass; in gog_moving_avg_class_init()
183 moving_avg_parent_klass = g_type_class_peek_parent (curve_klass); in gog_moving_avg_class_init()
/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-smoothed-curve.c110 GogSmoothedCurveClass *curve_klass = (GogSmoothedCurveClass *) gog_klass; in gog_smoothed_curve_class_init() local
115 curve_klass->max_dim = -1; in gog_smoothed_curve_class_init()