Home
last modified time | relevance | path

Searched refs:boundingRectGraphMin (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Grid/
H A DGridLineLimiter.cpp38 boundingRectMin = ftor.boundingRectGraphMin (isEmpty); in documentBounds()
81 QPointF boundingRectGraphMin, boundingRectGraphMax; in limitForXTheta() local
84 boundingRectGraphMin, in limitForXTheta()
88 startX = boundingRectGraphMin.x (); in limitForXTheta()
146 QPointF boundingRectGraphMin, boundingRectGraphMax; in limitForYRadius() local
149 boundingRectGraphMin, in limitForYRadius()
153 startY = boundingRectGraphMin.y (); in limitForYRadius()
H A DGridInitializer.cpp179 …odelGridDisplay GridInitializer::initializeWithNarrowCoverage (const QPointF &boundingRectGraphMin, in initializeWithNarrowCoverage() argument
191 axisScale (boundingRectGraphMin.x(), in initializeWithNarrowCoverage()
206 axisScale (boundingRectGraphMin.y(), in initializeWithNarrowCoverage()
225 …lGridDisplay GridInitializer::initializeWithWidePolarCoverage (const QPointF &boundingRectGraphMin, in initializeWithWidePolarCoverage() argument
233 DocumentModelGridDisplay modelGridDisplay = initializeWithNarrowCoverage (boundingRectGraphMin, in initializeWithWidePolarCoverage()
H A DGridInitializer.h46 DocumentModelGridDisplay initializeWithNarrowCoverage (const QPointF &boundingRectGraphMin,
56 DocumentModelGridDisplay initializeWithWidePolarCoverage (const QPointF &boundingRectGraphMin,
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Dlg/
H A DDlgSettingsCoords.cpp191 QPointF &boundingRectGraphMin, in boundingRectGraph() argument
210 boundingRectGraphMin = ftor.boundingRectGraphMin (isEmpty); in boundingRectGraph()
565 QPointF boundingRectGraphMin, boundingRectGraphMax; in load() local
568 boundingRectGraphMin, in load()
570 bool xThetaGoesNegative = !isEmpty && (boundingRectGraphMin.x() <= 0); in load()
571 bool yRGoesNegative = !isEmpty && (boundingRectGraphMin.y() <= 0); in load()
H A DDlgSettingsCoords.h62 QPointF &boundingRectGraphMin,
H A DDlgSettingsExportFormat.cpp592 QPointF boundingRectGraphMin = ftor.boundingRectGraphMin (isEmpty); in initializeIntervalConstraints() local
594 double maxSizeGraph = boundingRectGraphMax.x() - boundingRectGraphMin.x(); in initializeIntervalConstraints()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Callback/
H A DCallbackBoundingRects.h30 QPointF boundingRectGraphMin (bool &isEmpty) const;
H A DCallbackBoundingRects.cpp34 QPointF CallbackBoundingRects::boundingRectGraphMin (bool &isEmpty) const in boundingRectGraphMin() function in CallbackBoundingRects
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Document/
H A DDocument.cpp431 QPointF boundingRectGraphMin = ftor.boundingRectGraphMin (isEmpty); in initializeGridDisplay() local
437 …idDisplay modelGridDisplay = gridInitializer.initializeWithWidePolarCoverage (boundingRectGraphMin, in initializeGridDisplay()