Home
last modified time | relevance | path

Searched refs:table_axis (Results 1 – 8 of 8) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/output/
H A Drender.c488 enum table_axis b = !a; in measure_rule()
951 enum table_axis a = axis; in get_rule()
966 enum table_axis b = !axis; in get_rule()
1014 enum table_axis b = !a; in render_rule()
1300 enum table_axis axis = b->axis; in render_break_has_next()
1314 enum table_axis axis = b->axis; in render_break_next()
1420 enum table_axis axis = b->axis; in needed_size()
1776 enum table_axis a = axis; in render_page_select()
1777 enum table_axis b = !a; in render_page_select()
1952 enum table_axis a = s->a; in cell_to_subpage()
[all …]
H A Dtable-provider.h96 int table_get_rule (const struct table *, enum table_axis, int x, int y,
H A Drender.h150 int render_pager_get_size (const struct render_pager *, enum table_axis);
H A Dpivot-output.c179 enum table_axis axis, int a, int b0, int b1) in draw_line()
190 const struct pivot_axis *a_axis, enum table_axis a, in compose_headings()
205 enum table_axis b = !a; in compose_headings()
H A Dtable.h52 enum table_axis enum
H A Dcairo.c944 enum table_axis h = ps->orientation == PAGE_LANDSCAPE; in xr_update_page_setup()
945 enum table_axis v = !h; in xr_update_page_setup()
1476 get_layout_dimension (PangoLayout *layout, enum table_axis axis) in get_layout_dimension()
1492 enum table_axis X = options & TAB_ROTATE ? V : H; in xr_layout_cell_text()
1493 enum table_axis Y = !X; in xr_layout_cell_text()
H A Dtable.c820 table_get_rule (const struct table *table, enum table_axis axis, int x, int y, in table_get_rule()
/dports/math/pspp/pspp-1.4.1/src/output/spv/
H A Dspv-legacy-decoder.c2030 for (enum table_axis axis = 0; axis < TABLE_N_AXES; axis++) in decode_spvdx_table()