Home
last modified time | relevance | path

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

/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DLegend.cpp61 plotWLeg = size.cx - int((hPlotLeft + hPlotRight)*plotScaleX); in DrawLegend()
70 plotWLeg = size.cx - int(hPlotLeft*plotScaleX); in DrawLegend()
76 plotLeft = int(plotScaleX*hPlotLeft); in DrawLegend()
93 double right = plotWLeg + (hPlotLeft - hPlotRight)*plotScaleX - legendPos.x*textScale - rectWidth; in DrawLegend()
98 case TOP: rect.Set(plotScaleX*hPlotLeft, 0, rectWidth, rectHeight); break; in DrawLegend()
106 w.Clip(int(plotScaleX*hPlotLeft), topClip, plotWLeg, plotHLeg); in DrawLegend()
144 double plotLeft = plotScaleX*hPlotLeft; in DrawRainbowPalette()
H A DScatterDraw.cpp75 hPlotLeft = hLeft; in SetPlotAreaMargin()
83 hPlotLeft = margin; in SetPlotAreaLeftMargin()
144 return hPlotLeft*plotScaleX <= pt.x && pt.x <= (GetSize().cx - hPlotRight*plotScaleX) && in PointInPlot()
1256 return (x - hPlotLeft)*GetXRange()/(GetSize().cx - (hPlotLeft + hPlotRight) - 1) + GetXMin(); in GetXByPoint()
1268 return (x - GetXMin())/GetXRange()*(GetSize().cx - (hPlotLeft + hPlotRight) - 1) + hPlotLeft; in GetXPointByValue()
H A DScatterDraw.h378 int GetPlotAreaLeftMargin() {return hPlotLeft;} in GetPlotAreaLeftMargin()
785 double GetRealPosX(double x) {return xMin + (x - hPlotLeft*plotScaleX)*xRange/plotW;} in GetRealPosX()
789 double GetScatterPosX(double x) {return (x - xMin)*plotW/xRange + hPlotLeft*plotScaleX;} in GetScatterPosX()
934 ("hPlotLeft", hPlotLeft) in Ize()
1038 % hPlotLeft in Serialize()
1111 int hPlotLeft = 30, hPlotRight = 30, variable
1253 plotW = size.cx - fround((hPlotLeft + hPlotRight)*plotScaleX); in SetDrawing()
1286 w.Offset(Point(fround(plotScaleX*hPlotLeft), fround(plotScaleY*vPlotTop + titleHeight))); in PlotTexts()
1354 DrawText(w, plotScaleX*(2 - hPlotLeft), (plotH + ly.cx)/2., 900, yLabel, fontY, labelsColor); in PlotTexts()
1355 …DrawText(w, size.cx - plotScaleX*(2 + hPlotLeft) - ly2.cy, (plotH + ly2.cx)/2., 900, yLabel2, font… in PlotTexts()
[all …]
/dports/devel/upp/upp/uppsrc/ScatterCtrl/
H A DScatterCtrl.cpp719 LTx = (popLT.x - hPlotLeft)*xRange/(GetSize().cx - (hPlotLeft + hPlotRight)-1) + xMin; in ZoomWindow()
722 RBx = (popRB.x - hPlotLeft)*xRange/(GetSize().cx - (hPlotLeft + hPlotRight)-1) + xMin; in ZoomWindow()
877 factorX = double(shiftX)/(GetSize().cx - (hPlotLeft + hPlotRight) - 1); in MouseMove()