Home
last modified time | relevance | path

Searched refs:GanvEdgeCoords (Results 1 – 3 of 3) sorted by relevance

/dports/audio/ganv/ganv-1.8.0/src/
H A Dganv-private.h79 } GanvEdgeCoords; typedef
85 GanvEdgeCoords coords;
86 GanvEdgeCoords old_coords;
373 ganv_edge_get_coords(const GanvEdge* edge, GanvEdgeCoords* coords);
377 const GanvEdgeCoords* coords);
H A Dedge.c78 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()
H A DCanvas.cpp921 GanvEdgeCoords coords; in layout_calculate()