Home
last modified time | relevance | path

Searched defs:CHART_INFO (Results 1 – 3 of 3) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_quality/common/
H A Dutil.h51 struct CHART_INFO struct
62CHART_INFO(QGraphicsView *_qgv,float min_X=0.0f, float max_X=0.0f, float min_Y=0.0f, float max_Y=0… argument
78 inline float leftBorder() { return /*qgv->width() - */CANVAS_BORDER_DISTANCE; } in leftBorder()
79 inline float rightBorder() { return qgv->width() - CANVAS_BORDER_DISTANCE; } in rightBorder()
80 inline float upperBorder() { return CANVAS_BORDER_DISTANCE; } in upperBorder()
81 inline float lowerBorder() { return qgv->height() - CANVAS_BORDER_DISTANCE; } in lowerBorder()
82 inline float chartWidth() { return rightBorder() - leftBorder(); } in chartWidth()
83 inline float chartHeight() { return lowerBorder() - upperBorder(); } in chartHeight()
85 inline float dX() {return chartWidth() / (float)numOfItems; } in dX()
86 inline float dY() {return chartHeight() / (float)numOfItems; } in dY()
/dports/audio/faust/faust-2.37.3/architecture/httpdlib/src/lib/
H A Ddeelx.h1443 struct CHART_INFO struct
1452 CHART_INFO(CHART c, int t, int p = 0, int l = 0) { ch = c; type = t; pos = p; len = l; } argument
/dports/audio/faust/faust-2.37.3/architecture/osclib/faust/src/lib/
H A Ddeelx.h1439 struct CHART_INFO struct
1448 CHART_INFO(CHART c, int t, int p = 0, int l = 0) { ch = c; type = t; pos = p; len = l; } argument