Searched refs:GanvEdgeCoords (Results 1 – 3 of 3) sorted by relevance
79 } GanvEdgeCoords; typedef85 GanvEdgeCoords coords;86 GanvEdgeCoords old_coords;373 ganv_edge_get_coords(const GanvEdge* edge, GanvEdgeCoords* coords);377 const GanvEdgeCoords* coords);
78 memset(&impl->coords, '\0', sizeof(GanvEdgeCoords)); in ganv_edge_init()121 GanvEdgeCoords* coords = &impl->coords; in ganv_edge_set_property()191 const GanvEdgeCoords* coords) in ganv_edge_request_redraw()260 GanvEdgeCoords* coords = &impl->coords; in ganv_edge_bounds()277 ganv_edge_get_coords(const GanvEdge* edge, GanvEdgeCoords* coords) in ganv_edge_get_coords()493 const GanvEdgeCoords* coords = &edge->impl->coords; in ganv_edge_point()
921 GanvEdgeCoords coords; in layout_calculate()