Home
last modified time | relevance | path

Searched refs:cardinality_changed (Results 1 – 9 of 9) sorted by relevance

/dports/devel/goffice/goffice-0.10.50/plugins/plot_surface/
H A Dgog-xyz.h63 double * (*build_matrix) (GogXYZPlot *plot, gboolean *cardinality_changed);
70 double *gog_xyz_plot_build_matrix (GogXYZPlot *plot, gboolean *cardinality_changed);
H A Dgog-matrix.c39 gog_matrix_plot_build_matrix (GogXYZPlot *plot, gboolean *cardinality_changed) in gog_matrix_plot_build_matrix() argument
47 if (cardinality_changed) in gog_matrix_plot_build_matrix()
48 *cardinality_changed = FALSE; in gog_matrix_plot_build_matrix()
H A Dgog-xyz-surface.c97 gog_xyz_matrix_plot_build_matrix (GogXYZPlot *plot, gboolean *cardinality_changed) in gog_xyz_matrix_plot_build_matrix() argument
208 if (cardinality_changed != NULL) in gog_xyz_matrix_plot_build_matrix()
209 *cardinality_changed = FALSE; in gog_xyz_matrix_plot_build_matrix()
228 gog_xyz_surface_plot_build_matrix (GogXYZPlot *plot, gboolean *cardinality_changed) in gog_xyz_surface_plot_build_matrix() argument
421 if (cardinality_changed) in gog_xyz_surface_plot_build_matrix()
422 *cardinality_changed = TRUE; in gog_xyz_surface_plot_build_matrix()
470 if (cardinality_changed) in gog_xyz_surface_plot_build_matrix()
471 *cardinality_changed = TRUE; in gog_xyz_surface_plot_build_matrix()
480 } else if (cardinality_changed != NULL) in gog_xyz_surface_plot_build_matrix()
481 *cardinality_changed = FALSE; in gog_xyz_surface_plot_build_matrix()
H A Dgog-xyz.c65 gog_xyz_plot_build_matrix (GogXYZPlot *plot, gboolean *cardinality_changed) in gog_xyz_plot_build_matrix() argument
68 return klass->build_matrix (plot, cardinality_changed); in gog_xyz_plot_build_matrix()
75 gboolean cardinality_changed = FALSE; in gog_xyz_plot_update_3d() local
81 xyz->plotted_data = gog_xyz_plot_build_matrix (xyz, &cardinality_changed); in gog_xyz_plot_update_3d()
82 if (cardinality_changed) { in gog_xyz_plot_update_3d()
H A Dxl-surface.c218 xl_contour_plot_build_matrix (GogXYZPlot *plot, gboolean *cardinality_changed) in xl_contour_plot_build_matrix() argument
277 *cardinality_changed = TRUE; in xl_contour_plot_build_matrix()
343 xl_surface_plot_build_matrix (GogXYZPlot *plot, gboolean *cardinality_changed)
372 *cardinality_changed = FALSE;
H A Dgog-surface.c40 gog_surface_plot_build_matrix (GogXYZPlot *plot, gboolean *cardinality_changed) in gog_surface_plot_build_matrix() argument
59 *cardinality_changed = FALSE; in gog_surface_plot_build_matrix()
H A Dgog-contour.c49 gog_contour_plot_build_matrix (GogXYZPlot *plot, gboolean *cardinality_changed) in gog_contour_plot_build_matrix() argument
66 *cardinality_changed = TRUE; in gog_contour_plot_build_matrix()
118 *cardinality_changed = TRUE; in gog_contour_plot_build_matrix()
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-data/
H A Dtracker-property.c66 guint cardinality_changed : 1; member
148 priv->cardinality_changed = FALSE; in tracker_property_init()
595 return priv->cardinality_changed; in tracker_property_get_cardinality_changed()
969 priv->cardinality_changed = !!value; in tracker_property_set_cardinality_changed()
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-data/
H A Dtracker-property.c73 gboolean cardinality_changed; member
146 priv->cardinality_changed = FALSE; in tracker_property_init()
572 return priv->cardinality_changed; in tracker_property_get_cardinality_changed()
1007 priv->cardinality_changed = value; in tracker_property_set_cardinality_changed()