Home
last modified time | relevance | path

Searched refs:margej (Results 1 – 4 of 4) sorted by relevance

/dports/misc/visp/visp-3.4.0/modules/gui/src/plot/
H A DvpPlot.cpp83 …: I(), display(NULL), graphNbr(1), graphList(NULL), margei(30), margej(40), factori(1.f), factorj(… in vpPlot()
162 margej); in initNbGraph()
166 margej); in initNbGraph()
168 (unsigned int)(350 * factori), margei, margej); in initNbGraph()
172 margej); in initNbGraph()
174 (unsigned int)(350 * factori), margei, margej); in initNbGraph()
176 (unsigned int)(350 * factori), margei, margej); in initNbGraph()
180 margej); in initNbGraph()
182 (unsigned int)(350 * factori), margei, margej); in initNbGraph()
184 (unsigned int)(350 * factori), margei, margej); in initNbGraph()
[all …]
H A DvpPlotGraph.cpp106 unsigned int margej) in initSize() argument
115 this->dTopLeft = vpImagePoint(topLeft.get_i() + margei, topLeft.get_j() + margej); in initSize()
116 this->dWidth = width - margej - 10; in initSize()
/dports/misc/visp/visp-3.4.0/modules/gui/include/visp3/gui/
H A DvpPlot.h127 unsigned int margej; variable
H A DvpPlotGraph.h182 unsigned int margej);