Home
last modified time | relevance | path

Searched refs:axis_set (Results 1 – 25 of 64) sorted by relevance

123

/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-chart.c64 GogAxisSet const axis_set; member
87 axis_set = axis_set_desc[i].axis_set; in gog_axis_set_from_str()
93 return axis_set; in gog_axis_set_from_str()
408 GogAxisSet axis_set = plot_klass->axis_set & ~GOG_AXIS_SET_FUNDAMENTAL; in role_plot_post_add() local
410 if (axis_set) { in role_plot_post_add()
413 if ((axis_set & j) != 0 && (chart->axis_set & j) == 0) { in role_plot_post_add()
415 chart->axis_set |= j; in role_plot_post_add()
439 chart->axis_set); in role_plot_post_add()
999 return chart->axis_set; in gog_chart_get_axis_set()
1036 if (chart->axis_set == axis_set) in gog_chart_axis_set_assign()
[all …]
H A Dgog-chart-map-3d.c85 GogAxisSet axis_set; in gog_chart_map_3d_new() local
107 axis_set = gog_chart_get_axis_set (chart); in gog_chart_map_3d_new()
108 switch (axis_set & GOG_AXIS_SET_FUNDAMENTAL) { in gog_chart_map_3d_new()
125 axis_set); in gog_chart_map_3d_new()
H A Dgog-plot-engine.h43 GogAxisSet axis_set; member
52 int priority, GogAxisSet axis_set);
H A Dgog-plot.c248 unsigned axis_set; in gog_plot_populate_editor() local
252 axis_set = gog_chart_get_axis_set (chart) & GOG_AXIS_SET_FUNDAMENTAL; in gog_plot_populate_editor()
253 if (axis_set == GOG_AXIS_SET_XY || axis_set == GOG_AXIS_SET_RADAR) { in gog_plot_populate_editor()
454 plot_klass->axis_set = GOG_AXIS_SET_NONE; in gog_plot_class_init()
878 return klass->axis_set; in gog_plot_axis_set_pref()
882 gog_plot_axis_set_is_valid (GogPlot const *plot, GogAxisSet axis_set) in gog_plot_axis_set_is_valid() argument
887 return (axis_set == klass->axis_set); in gog_plot_axis_set_is_valid()
948 gog_plot_axis_set_assign (GogPlot *plot, GogAxisSet axis_set) in gog_plot_axis_set_assign() argument
959 if (!(axis_set & (1 << type))) { in gog_plot_axis_set_assign()
963 } else if (axis_set & (1 << type)) { in gog_plot_axis_set_assign()
[all …]
H A Dgog-child-button.c360 GogAxisSet axis_set; in cb_plot_family_menu_create() local
365 axis_set = gog_chart_get_axis_set (chart) & GOG_AXIS_SET_FUNDAMENTAL; in cb_plot_family_menu_create()
367 if (axis_set != GOG_AXIS_SET_FUNDAMENTAL && in cb_plot_family_menu_create()
368 (family->axis_set & GOG_AXIS_SET_FUNDAMENTAL) != axis_set) in cb_plot_family_menu_create()
H A Dgog-axis-line.c267 GogAxisSet axis_set; in gog_axis_base_get_crossed_axis_type() local
273 if (axis_set == GOG_AXIS_SET_UNKNOWN) in gog_axis_base_get_crossed_axis_type()
296 axis_set); in gog_axis_base_get_crossed_axis_type()
2255 switch (axis_set) { in gog_axis_base_view_point()
2278 axis_set); in gog_axis_base_view_point()
2290 GogAxisSet axis_set; in gog_axis_base_view_padding_request() local
2318 axis_set); in gog_axis_base_view_padding_request()
2328 GogAxisSet axis_set; in gog_axis_base_view_render() local
2362 axis_set); in gog_axis_base_view_render()
2384 GogAxisSet axis_set; in gog_axis_base_view_label_position_request() local
[all …]
H A Dgog-plot-engine.c174 GogAxisSet axis_set; in cb_pending_plot_types_load() local
191 axis_set = gog_axis_set_from_str (axis_set_str); in cb_pending_plot_types_load()
196 family = gog_plot_family_register (name, image_file, priority, axis_set); in cb_pending_plot_types_load()
770 int priority, GogAxisSet axis_set) in gog_plot_family_register() argument
784 res->axis_set = axis_set; in gog_plot_family_register()
H A Dgog-chart-impl.h44 GogAxisSet axis_set; member
H A Dgog-plot-impl.h61 GogAxisSet axis_set; member
/dports/science/chrono/chrono-7.0.1/src/chrono_distributed/physics/
H A DChDomainDistributed.cpp34 axis_set = false; in ChDomainDistributed()
43 axis_set = true; in SetSplitAxis()
62 if (!axis_set) { in SetSimDomain()
H A DChDomainDistributed.h164 bool axis_set; ///< Flag indicating that the splitting axis has been set. variable
/dports/math/plplot/plplot-5.15.0/bindings/octave/PLplot/
H A Daxis_set.m15 ## st = axis_set
21 function st = axis_set function
H A Dfig_state.m21 cur_st.ax_set = axis_set;
/dports/math/plplot-ada/plplot-5.15.0/bindings/octave/PLplot/
H A Daxis_set.m15 ## st = axis_set
21 function st = axis_set function
H A Dfig_state.m21 cur_st.ax_set = axis_set;
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/protocols/
H A Dapply_unitary_protocol.py127 axis_set = set(self.axes)
128 other_axes = [axis for axis in range(len(self.target_tensor.shape)) if axis not in axis_set]
157 axis_set = set(sub_axes)
158 other_axes = [axis for axis in range(len(self.target_tensor.shape)) if axis not in axis_set]
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Dapply_unitary_protocol.py131 axis_set = set(self.axes)
132 other_axes = [axis for axis in range(len(self.target_tensor.shape)) if axis not in axis_set]
161 axis_set = set(sub_axes)
162 other_axes = [axis for axis in range(len(self.target_tensor.shape)) if axis not in axis_set]
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Dapply_unitary_protocol.py131 axis_set = set(self.axes)
132 other_axes = [axis for axis in range(len(self.target_tensor.shape)) if axis not in axis_set]
161 axis_set = set(sub_axes)
162 other_axes = [axis for axis in range(len(self.target_tensor.shape)) if axis not in axis_set]
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/protocols/
H A Dapply_unitary_protocol.py131 axis_set = set(self.axes)
132 other_axes = [axis for axis in range(len(self.target_tensor.shape)) if axis not in axis_set]
161 axis_set = set(sub_axes)
162 other_axes = [axis for axis in range(len(self.target_tensor.shape)) if axis not in axis_set]
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/protocols/
H A Dapply_unitary_protocol.py131 axis_set = set(self.axes)
132 other_axes = [axis for axis in range(len(self.target_tensor.shape)) if axis not in axis_set]
161 axis_set = set(sub_axes)
162 other_axes = [axis for axis in range(len(self.target_tensor.shape)) if axis not in axis_set]
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dms-chart.c5486 XLAxisSet *axis_set; in chart_write_axis_sets() local
5509 axis_set = sptr->data; in chart_write_axis_sets()
5672 g_free (axis_set); in chart_write_axis_sets()
5736 XLAxisSet *axis_set = NULL; in ms_excel_chart_write() local
5853 g_free (axis_set); in ms_excel_chart_write()
5861 g_free (axis_set); in ms_excel_chart_write()
5930 g_free (axis_set); in ms_excel_chart_write()
5938 g_free (axis_set); in ms_excel_chart_write()
6020 g_free (axis_set); in ms_excel_chart_write()
6021 axis_set = ptr->data; in ms_excel_chart_write()
[all …]
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/prc/
H A DwritePRC.h860 PRCRepresentationItem(PRC_TYPE_RI_CoordinateSystem,n), axis_set(NULL) {} in PRCRepresentationItem()
861 ~PRCCoordinateSystem() { delete axis_set; } in ~PRCCoordinateSystem() local
864 …void setAxisSet(PRCGeneralTransformation3d*& transform) { axis_set = transform; transform = NULL; … in setAxisSet()
865 …void setAxisSet(PRCCartesianTransformation3d*& transform) { axis_set = transform; transform = NULL… in setAxisSet()
866 PRCTransformation3d *axis_set; variable
871 …eralTransformation3d* axis_set_general = dynamic_cast<PRCGeneralTransformation3d*>(axis_set);
872 …alTransformation3d* t_axis_set_general = dynamic_cast<PRCGeneralTransformation3d*>(t.axis_set);
873 …sianTransformation3d* axis_set_cartesian = dynamic_cast<PRCCartesianTransformation3d*>(axis_set);
874 …anTransformation3d* t_axis_set_cartesian = dynamic_cast<PRCCartesianTransformation3d*>(t.axis_set);
/dports/math/asymptote/asymptote-2.67/prc/
H A DwritePRC.h860 PRCRepresentationItem(PRC_TYPE_RI_CoordinateSystem,n), axis_set(NULL) {} in PRCRepresentationItem()
861 ~PRCCoordinateSystem() { delete axis_set; } in ~PRCCoordinateSystem() local
864 …void setAxisSet(PRCGeneralTransformation3d*& transform) { axis_set = transform; transform = NULL; … in setAxisSet()
865 …void setAxisSet(PRCCartesianTransformation3d*& transform) { axis_set = transform; transform = NULL… in setAxisSet()
866 PRCTransformation3d *axis_set; variable
871 …eralTransformation3d* axis_set_general = dynamic_cast<PRCGeneralTransformation3d*>(axis_set);
872 …alTransformation3d* t_axis_set_general = dynamic_cast<PRCGeneralTransformation3d*>(t.axis_set);
873 …sianTransformation3d* axis_set_cartesian = dynamic_cast<PRCCartesianTransformation3d*>(axis_set);
874 …anTransformation3d* t_axis_set_cartesian = dynamic_cast<PRCCartesianTransformation3d*>(t.axis_set);
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/prc/
H A DwritePRC.h859 PRCRepresentationItem(PRC_TYPE_RI_CoordinateSystem,n), axis_set(NULL) {} in PRCRepresentationItem()
860 ~PRCCoordinateSystem() { delete axis_set; } in ~PRCCoordinateSystem() local
863 …void setAxisSet(PRCGeneralTransformation3d*& transform) { axis_set = transform; transform = NULL; … in setAxisSet()
864 …void setAxisSet(PRCCartesianTransformation3d*& transform) { axis_set = transform; transform = NULL… in setAxisSet()
865 PRCTransformation3d *axis_set; variable
870 …eralTransformation3d* axis_set_general = dynamic_cast<PRCGeneralTransformation3d*>(axis_set);
871 …alTransformation3d* t_axis_set_general = dynamic_cast<PRCGeneralTransformation3d*>(t.axis_set);
872 …sianTransformation3d* axis_set_cartesian = dynamic_cast<PRCCartesianTransformation3d*>(axis_set);
873 …anTransformation3d* t_axis_set_cartesian = dynamic_cast<PRCCartesianTransformation3d*>(t.axis_set);
/dports/math/mathgl/mathgl-2.5/src/prc/
H A DwritePRC.h1037 PRCRepresentationItem(PRC_TYPE_RI_CoordinateSystem,n), axis_set(NULL) {} in PRCRepresentationItem()
1038 ~PRCCoordinateSystem() { delete axis_set; } in ~PRCCoordinateSystem() local
1041 …void setAxisSet(PRCGeneralTransformation3d*& transform) { axis_set = transform; transform = NULL; … in setAxisSet()
1042 …void setAxisSet(PRCCartesianTransformation3d*& transform) { axis_set = transform; transform = NULL… in setAxisSet()
1043 PRCTransformation3d *axis_set; variable
1048 …eralTransformation3d* axis_set_general = dynamic_cast<PRCGeneralTransformation3d*>(axis_set);
1049 …alTransformation3d* t_axis_set_general = dynamic_cast<PRCGeneralTransformation3d*>(t.axis_set);
1050 …sianTransformation3d* axis_set_cartesian = dynamic_cast<PRCCartesianTransformation3d*>(axis_set);
1051 …anTransformation3d* t_axis_set_cartesian = dynamic_cast<PRCCartesianTransformation3d*>(t.axis_set);

123