Lines Matching defs:sp

1359 SedPlot_clone(const SedPlot_t* sp)  in SedPlot_clone()
1377 SedPlot_free(SedPlot_t* sp) in SedPlot_free()
1391 SedPlot_getLegend(const SedPlot_t * sp) in SedPlot_getLegend()
1402 SedPlot_getHeight(const SedPlot_t * sp) in SedPlot_getHeight()
1413 SedPlot_getWidth(const SedPlot_t * sp) in SedPlot_getWidth()
1425 SedPlot_isSetLegend(const SedPlot_t * sp) in SedPlot_isSetLegend()
1437 SedPlot_isSetHeight(const SedPlot_t * sp) in SedPlot_isSetHeight()
1449 SedPlot_isSetWidth(const SedPlot_t * sp) in SedPlot_isSetWidth()
1460 SedPlot_setLegend(SedPlot_t * sp, int legend) in SedPlot_setLegend()
1471 SedPlot_setHeight(SedPlot_t * sp, double height) in SedPlot_setHeight()
1482 SedPlot_setWidth(SedPlot_t * sp, double width) in SedPlot_setWidth()
1493 SedPlot_unsetLegend(SedPlot_t * sp) in SedPlot_unsetLegend()
1504 SedPlot_unsetHeight(SedPlot_t * sp) in SedPlot_unsetHeight()
1515 SedPlot_unsetWidth(SedPlot_t * sp) in SedPlot_unsetWidth()
1526 SedPlot_getXAxis(const SedPlot_t * sp) in SedPlot_getXAxis()
1542 SedPlot_getYAxis(const SedPlot_t * sp) in SedPlot_getYAxis()
1558 SedPlot_isSetXAxis(const SedPlot_t * sp) in SedPlot_isSetXAxis()
1569 SedPlot_isSetYAxis(const SedPlot_t * sp) in SedPlot_isSetYAxis()
1580 SedPlot_setXAxis(SedPlot_t * sp, const SedAxis_t* xAxis) in SedPlot_setXAxis()
1591 SedPlot_setYAxis(SedPlot_t * sp, const SedAxis_t* yAxis) in SedPlot_setYAxis()
1603 SedPlot_createXAxis(SedPlot_t* sp) in SedPlot_createXAxis()
1620 SedPlot_createYAxis(SedPlot_t* sp) in SedPlot_createYAxis()
1636 SedPlot_unsetXAxis(SedPlot_t * sp) in SedPlot_unsetXAxis()
1647 SedPlot_unsetYAxis(SedPlot_t * sp) in SedPlot_unsetYAxis()
1659 SedPlot_hasRequiredAttributes(const SedPlot_t * sp) in SedPlot_hasRequiredAttributes()
1671 SedPlot_hasRequiredElements(const SedPlot_t * sp) in SedPlot_hasRequiredElements()