Home
last modified time | relevance | path

Searched refs:goc_group_adjust_coords (Results 1 – 5 of 5) sorted by relevance

/dports/devel/goffice/goffice-0.10.50/goffice/canvas/
H A Dgoc-component.c212 goc_group_adjust_coords (item->parent, &x0, &y0); in goc_component_draw()
216 goc_group_adjust_coords (item->parent, &x0, &y0); in goc_component_draw()
250 goc_group_adjust_coords (item->parent, &x0, &y0); in goc_component_update_bounds()
254 goc_group_adjust_coords (item->parent, &x0, &y0); in goc_component_update_bounds()
H A Dgoc-group.h62 void goc_group_adjust_coords (GocGroup const *group, double *x, double *y);
H A Dgoc-graph.c196 goc_group_adjust_coords (item->parent, &x0, &y0); in goc_graph_draw()
200 goc_group_adjust_coords (item->parent, &x0, &y0); in goc_graph_draw()
284 goc_group_adjust_coords (item->parent, &xpos, &ypos); in goc_graph_do_tooltip()
H A Dgoc-group.c574 goc_group_adjust_coords (GocGroup const *group, double *x, double *y) in goc_group_adjust_coords() function
582 goc_group_adjust_coords (parent, x, y); in goc_group_adjust_coords()
/dports/devel/goffice/goffice-0.10.50/
H A DChangeLog7457 (goc_group_adjust_coords), (goc_group_cairo_transform): documented.