Home
last modified time | relevance | path

Searched refs:m_ymin (Results 1 – 25 of 65) sorted by relevance

123

/dports/math/ogdf/OGDF/src/ogdf/energybased/
H A DSpringEmbedderGridVariant.cpp57 double m_ymin; member in ogdf::SpringEmbedderGridVariant::Master
167 m_ymin = box.p1().m_y; in initialize()
171 m_xmin = m_ymin = 0; in initialize()
191 m_ymin = ymin; in initialize()
203 m_ymin = box.p1().m_y; in initialize()
207 m_xmin = m_ymin = 0; in initialize()
215 m_xmin = m_ymin = 0; in initialize()
312 double ymin = worker.m_ymin; in updateGridAndMoveNodes()
338 m_ymin = ymin - vMargin; in updateGridAndMoveNodes()
386 m_ymin = ymin; in computeFinalBB()
[all …]
/dports/graphics/libfreehand/libfreehand-0.1.2/src/lib/
H A DFHTypes.h456 double m_ymin; member
459 FHBoundingBox() : m_xmin(DBL_MAX), m_ymin(DBL_MAX), m_xmax(-DBL_MAX), m_ymax(-DBL_MAX) {} in FHBoundingBox()
461 : m_xmin(bBox.m_xmin), m_ymin(bBox.m_ymin), m_xmax(bBox.m_xmax), m_ymax(bBox.m_ymax) {} in FHBoundingBox()
466 if (m_ymin > bBox.m_ymin) m_ymin = bBox.m_ymin; in merge()
467 if (m_ymin > bBox.m_ymax) m_ymin = bBox.m_ymax; in merge()
471 if (m_ymax < bBox.m_ymin) m_ymax = bBox.m_ymin; in merge()
475 return ((m_xmin < m_xmax) && (m_ymin < m_ymax)); in isValid()
H A DFHCollector.cpp728 if (ya < tmpBBox.m_ymin) tmpBBox.m_ymin = ya; in _getBBofTextObject()
729 if (yb < tmpBBox.m_ymin) tmpBBox.m_ymin = yb; in _getBBofTextObject()
730 if (yc < tmpBBox.m_ymin) tmpBBox.m_ymin = yc; in _getBBofTextObject()
731 if (yd < tmpBBox.m_ymin) tmpBBox.m_ymin = yd; in _getBBofTextObject()
798 if (ya < tmpBBox.m_ymin) tmpBBox.m_ymin = ya; in _getBBofDisplayText()
799 if (yb < tmpBBox.m_ymin) tmpBBox.m_ymin = yb; in _getBBofDisplayText()
800 if (yc < tmpBBox.m_ymin) tmpBBox.m_ymin = yc; in _getBBofDisplayText()
801 if (yd < tmpBBox.m_ymin) tmpBBox.m_ymin = yd; in _getBBofDisplayText()
868 if (ya < tmpBBox.m_ymin) tmpBBox.m_ymin = ya; in _getBBofImageImport()
869 if (yb < tmpBBox.m_ymin) tmpBBox.m_ymin = yb; in _getBBofImageImport()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/opt/
H A Dpr102970.C13 m_ymin(ymin), in box()
20 m_ymin(o.m_ymin), in box()
25 int m_ymin; member
56 if (r2.m_xmax==0||r2.m_ymin==0||r2.m_ymax==0){__builtin_abort();} in main()
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/operations/
H A DCOM_CropOperation.cpp60 this->m_ymin = min(local_settings.y1, local_settings.y2); in updateArea()
66 this->m_ymin = 0; in updateArea()
88 if ((x < this->m_xmax && x >= this->m_xmin) && (y < this->m_ymax && y >= this->m_ymin)) { in executePixelSampled()
109 newInput.ymax = input->ymax + this->m_ymin; in determineDependingAreaOfInterest()
110 newInput.ymin = input->ymin + this->m_ymin; in determineDependingAreaOfInterest()
121 resolution[1] = this->m_ymax - this->m_ymin; in determineResolution()
130 this->m_inputOperation->readSampled(output, (x + this->m_xmin), (y + this->m_ymin), sampler); in executePixelSampled()
/dports/devel/spatialindex/spatialindex-src-1.8.5/test/mvrtree/
H A DExhaustive.cc50 double m_xmin, m_ymin, m_xmax, m_ymax; member in TimeRegion
58 m_ymin = (y1 < y2) ? y1 : y2; in TimeRegion()
68 m_ymin > r.m_ymax || m_ymax < r.m_ymin) return false; in intersects()
89 if (r.m_ymax < m_ymin) in getMinDist()
90 ret += std::pow(m_ymin - r.m_ymax, 2.0); in getMinDist()
91 else if (r.m_ymin > m_ymax) in getMinDist()
92 ret += std::pow(r.m_ymin - m_ymax, 2.0); in getMinDist()
H A DGenerator.cc41 double m_xmin, m_ymin, m_xmax, m_ymax; member in Region
44 Region() : m_xmin(numeric_limits<double>::max()), m_ymin(numeric_limits<double>::max()), in Region()
50 m_ymin = (y1 < y2) ? y1 : y2; in Region()
79 cout << "0 " << INSERT << " " << i << " " << r.m_xmin << " " << r.m_ymin << " " in main()
98 …E << " " << (*itMap).first << " " << (*itMap).second.m_xmin << " " << (*itMap).second.m_ymin << " " in main()
113 cout << "50 " << INSERT << " " << i << " " << r.m_xmin << " " << r.m_ymin << " " in main()
138 …" " << DELETE << " " << id << " " << (*itMap).second.m_xmin << " " << (*itMap).second.m_ymin << " " in main()
150 cout << T << " " << INSERT << " " << nextID << " " << r.m_xmin << " " << r.m_ymin << " " in main()
175 …< " " << DELETE << " " << it->first << " " << it->second.m_xmin << " " << it->second.m_ymin << " " in main()
/dports/devel/spatialindex/spatialindex-src-1.8.5/test/rtree/
H A DExhaustive.cc41 double m_xmin, m_ymin, m_xmax, m_ymax; member in Region
46 m_ymin = (y1 < y2) ? y1 : y2; in Region()
55 m_ymin > r.m_ymax || m_ymax < r.m_ymin) in intersects()
70 if (r.m_ymax < m_ymin) in getMinDist()
71 ret += std::pow(m_ymin - r.m_ymax, 2.0); in getMinDist()
72 else if (r.m_ymin > m_ymax) in getMinDist()
73 ret += std::pow(r.m_ymin - m_ymax, 2.0); in getMinDist()
H A DGenerator.cc42 double m_xmin, m_ymin, m_xmax, m_ymax; member in Region
47 m_ymin = (y1 < y2) ? y1 : y2; in Region()
76 std::cout << INSERT << " " << i << " " << r.m_xmin << " " << r.m_ymin << " " in main()
113 …out << DELETE << " " << id << " " << (*itMap).second.m_xmin << " " << (*itMap).second.m_ymin << " " in main()
122 (*itMap).second.m_ymin = y; in main()
125 …out << INSERT << " " << id << " " << (*itMap).second.m_xmin << " " << (*itMap).second.m_ymin << " " in main()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfapi/fpdf_page/
H A Dcpdf_meshstream.cpp103 m_ymin(0), in CPDF_MeshStream()
137 m_ymin = pDecode->GetNumberAt(2); in Load()
161 y = m_ymin + (FX_FLOAT)(m_BitStream.GetBits(m_nCoordBits) * in GetCoords()
162 (m_ymax - m_ymin) / (double)m_CoordMax); in GetCoords()
166 y = m_ymin + in GetCoords()
167 m_BitStream.GetBits(m_nCoordBits) * (m_ymax - m_ymin) / m_CoordMax; in GetCoords()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_meshstream.cpp114 m_ymin(0), in CPDF_MeshStream()
151 m_ymin = pDecode->GetNumberAt(2); in Load()
189 pos.y = m_ymin + m_BitStream->GetBits(m_nCoordBits) * (m_ymax - m_ymin) / in ReadCoords()
194 pos.y = m_ymin + in ReadCoords()
195 m_BitStream->GetBits(m_nCoordBits) * (m_ymax - m_ymin) / m_CoordMax; in ReadCoords()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fpdfapi/page/
H A Dcpdf_meshstream.cpp109 m_ymin(0), in CPDF_MeshStream()
143 m_ymin = pDecode->GetNumberAt(2); in Load()
182 pos.y = m_ymin + in ReadCoords()
183 m_BitStream.GetBits(m_nCoordBits) * (m_ymax - m_ymin) / in ReadCoords()
188 pos.y = m_ymin + in ReadCoords()
189 m_BitStream.GetBits(m_nCoordBits) * (m_ymax - m_ymin) / m_CoordMax; in ReadCoords()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fpdfapi/page/
H A Dcpdf_meshstream.cpp138 m_ymin = pDecode->GetNumberAt(2); in Load()
176 pos.y = m_ymin + m_BitStream->GetBits(m_nCoordBits) * (m_ymax - m_ymin) / in ReadCoords()
181 pos.y = m_ymin + in ReadCoords()
182 m_BitStream->GetBits(m_nCoordBits) * (m_ymax - m_ymin) / m_CoordMax; in ReadCoords()
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bkgrnd2d/
H A Dbkgrnd2d.cpp72 m_xmin = m_ymin = 0.0f; in CBackgroundImage()
136 g_QglTable.m_pfn_qglVertex2f(m_xmin,m_ymin); in Render()
139 g_QglTable.m_pfn_qglVertex2f(m_xmax,m_ymin); in Render()
236 m_ymin = (float)ymin; in SetExtentsMM()
310 m_ymin = mins[m_iy]; in SetExtentsSel()
H A Dbkgrnd2d.h51 float m_xmin,m_ymin,m_xmax,m_ymax; variable
59 bool Valid() { return (m_tex && (m_xmin != m_xmax) && (m_ymin != m_ymax)); } in Valid()
/dports/games/netradiant/netradiant-20150621-src/contrib/bkgrnd2d/
H A Dbkgrnd2d.cpp67 m_xmin = m_ymin = 0.0f; in CBackgroundImage()
130 g_QglTable.m_pfn_qglVertex2f( m_xmin,m_ymin ); in Render()
133 g_QglTable.m_pfn_qglVertex2f( m_xmax,m_ymin ); in Render()
226 m_ymin = (float)ymin; in SetExtentsMM()
302 m_ymin = mins[m_iy]; in SetExtentsSel()
H A Dbkgrnd2d.h51 float m_xmin,m_ymin,m_xmax,m_ymax; variable
59 bool Valid() { return ( m_tex && ( m_xmin != m_xmax ) && ( m_ymin != m_ymax ) ); } in Valid()
/dports/math/kmplot/kmplot-21.12.3/kmplot/
H A Dview.cpp134 double y0 = yToPixel( m_ymin ); in initDrawLabels()
262 if ( m_ymax <= m_ymin || !std::isfinite(m_ymin) || !std::isfinite(m_ymax) ) in initDrawing()
264 m_ymin = -8; in initDrawing()
959 if ( m_ymin > -ticSepY.value() && (d-m_ymin) <= ticSepY.value() ) in drawYAxisLabels()
1230 double y = m_ymin + i * (m_ymax-m_ymin)/squares; in drawImplicit()
1267 double y = m_ymin + i*(m_ymax-m_ymin)/double(squares); in drawImplicit()
1426 double y_prop = (y-m_ymin)/(m_ymax-m_ymin); in drawImplicitInSquare()
2047 double ymin = m_ymin + 0.1 * (m_ymax-m_ymin); in drawFunctionInfo()
3640 QRectF oldCoords( m_xmin, m_ymin, m_xmax-m_xmin, m_ymax-m_ymin ); in animateZoom()
3674 m_ymin = rect.top(); in finishAnimation()
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/base_wx/
H A DGraphTools.cpp143 m_ymin = ymin; in SetChartDisplay()
159 int y = TransformY((double)i*(m_ymax - m_ymin) / (linesY - 1) + m_ymin); in DrawGrid()
194 return hugin_utils::round(m_bottom - (y - m_ymin) / (m_ymax - m_ymin)*(m_bottom - m_top)); in TransformY()
/dports/net/mpich2/mpich2-1.5/examples/windows/pmandel_vis/
H A DBoundsDlg.cpp21 , m_ymin(-1.0) in IMPLEMENT_DYNAMIC()
36 DDX_Text(pDX, IDC_YMIN_EDIT, m_ymin); in DoDataExchange()
/dports/math/cgal/CGAL-5.3/include/CGAL/Classification/
H A DPlanimetric_grid.h106 m_ymin = large_y * size;
110 m_pos_y = m_ymin;
115 for (std::size_t y = m_ymin; y < m_ymax; ++ y)
145 m_pos_y = m_ymin;
175 std::size_t m_xmin, m_xmax, m_ymin, m_ymax;
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/
H A Dqutemeter.cpp676 double portiony = (m_value2 - m_ymin) / (m_ymax - m_ymin); in setValue()
713 double portiony = (m_value2 - m_ymin) / (m_ymax - m_ymin); in setValue2()
744 double portiony = (m_value2 - m_ymin) / (m_ymax - m_ymin); in setValues()
833 m_ymin = ymin; in setRanges()
902 double newvert = m_ymin + (m_ymax - m_ymin) * (1-((double)event->y()/height())); in mouseMoveEvent()
912 else if (newvert < m_ymin) { in mouseMoveEvent()
913 newvert = m_ymin; in mouseMoveEvent()
939 double newvert = m_ymin + (m_ymax - m_ymin) * (1-((double)event->y()/height())); in mousePressEvent()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/graphicsitems/
H A Dqdeclarativepincharea_p.h140 qreal ymin() const { return m_ymin; } in QT_MODULE()
142 if (y == m_ymin) in QT_MODULE()
144 m_ymin = y; in QT_MODULE()
185 qreal m_ymin; in QT_MODULE() local
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickpincharea_p.h146 qreal ymin() const { return m_ymin; } in ymin()
148 if (y == m_ymin) in setYmin()
150 m_ymin = y; in setYmin()
191 qreal m_ymin; variable
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickpincharea_p.h146 qreal ymin() const { return m_ymin; } in ymin()
148 if (y == m_ymin) in setYmin()
150 m_ymin = y; in setYmin()
191 qreal m_ymin; variable

123