Home
last modified time | relevance | path

Searched refs:yMin (Results 1 – 25 of 3830) sorted by relevance

12345678910>>...154

/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/misc/
H A DarrayTools.py57 xMin, yMin, xMax, yMax = bounds
72 xMin, yMin, xMax, yMax = rect
88 xMin, yMin, xMax, yMax = rect
130 (xMin, yMin, xMax, yMax) = rect
131 return min(xMin, xMax), min(yMin, yMax), max(xMin, xMax), max(yMin, yMax)
145 (xMin, yMin, xMax, yMax) = rect
160 (xMin, yMin, xMax, yMax) = rect
175 (xMin, yMin, xMax, yMax) = rect
216 return (xMin, yMin, xMax, yMax)
228 (xMin, yMin, xMax, yMax) = rect
[all …]
/dports/graphics/xpdf3/xpdf-3.04/xpdf/
H A DTextOutputDev.cc289 yMin = child->yMin; in addChild()
312 yMin = child->yMin; in addChild()
506 yMin = ch->yMin; in TextWord()
515 yMin = ch->yMin; in TextWord()
522 yMin = ch->yMin; in TextWord()
533 yMin = ch->yMin; in TextWord()
608 yMin = ch->yMin; in appendChar()
2062 par->yMin = yMin; in unrotateColumns()
2114 par->yMin = yMin; in unrotateColumns()
2175 par->yMin = yMin; in unrotateColumns()
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DTextOutputDev.cc289 yMin = child->yMin; in addChild()
312 yMin = child->yMin; in addChild()
506 yMin = ch->yMin; in TextWord()
515 yMin = ch->yMin; in TextWord()
522 yMin = ch->yMin; in TextWord()
533 yMin = ch->yMin; in TextWord()
608 yMin = ch->yMin; in appendChar()
2062 par->yMin = yMin; in unrotateColumns()
2114 par->yMin = yMin; in unrotateColumns()
2175 par->yMin = yMin; in unrotateColumns()
[all …]
/dports/japanese/tex-ptex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DTextOutputDev.cc289 yMin = child->yMin; in addChild()
312 yMin = child->yMin; in addChild()
506 yMin = ch->yMin; in TextWord()
515 yMin = ch->yMin; in TextWord()
522 yMin = ch->yMin; in TextWord()
533 yMin = ch->yMin; in TextWord()
608 yMin = ch->yMin; in appendChar()
2062 par->yMin = yMin; in unrotateColumns()
2114 par->yMin = yMin; in unrotateColumns()
2175 par->yMin = yMin; in unrotateColumns()
[all …]
/dports/print/tex-basic-engines/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DTextOutputDev.cc289 yMin = child->yMin; in addChild()
312 yMin = child->yMin; in addChild()
506 yMin = ch->yMin; in TextWord()
515 yMin = ch->yMin; in TextWord()
522 yMin = ch->yMin; in TextWord()
533 yMin = ch->yMin; in TextWord()
608 yMin = ch->yMin; in appendChar()
2062 par->yMin = yMin; in unrotateColumns()
2114 par->yMin = yMin; in unrotateColumns()
2175 par->yMin = yMin; in unrotateColumns()
[all …]
/dports/print/tex-aleph/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DTextOutputDev.cc289 yMin = child->yMin; in addChild()
312 yMin = child->yMin; in addChild()
506 yMin = ch->yMin; in TextWord()
515 yMin = ch->yMin; in TextWord()
522 yMin = ch->yMin; in TextWord()
533 yMin = ch->yMin; in TextWord()
608 yMin = ch->yMin; in appendChar()
2062 par->yMin = yMin; in unrotateColumns()
2114 par->yMin = yMin; in unrotateColumns()
2175 par->yMin = yMin; in unrotateColumns()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DTextOutputDev.cc289 yMin = child->yMin; in addChild()
312 yMin = child->yMin; in addChild()
506 yMin = ch->yMin; in TextWord()
515 yMin = ch->yMin; in TextWord()
522 yMin = ch->yMin; in TextWord()
533 yMin = ch->yMin; in TextWord()
608 yMin = ch->yMin; in appendChar()
2062 par->yMin = yMin; in unrotateColumns()
2114 par->yMin = yMin; in unrotateColumns()
2175 par->yMin = yMin; in unrotateColumns()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A DTextOutputDev.cc289 yMin = child->yMin; in addChild()
312 yMin = child->yMin; in addChild()
506 yMin = ch->yMin; in TextWord()
515 yMin = ch->yMin; in TextWord()
522 yMin = ch->yMin; in TextWord()
533 yMin = ch->yMin; in TextWord()
608 yMin = ch->yMin; in appendChar()
2062 par->yMin = yMin; in unrotateColumns()
2114 par->yMin = yMin; in unrotateColumns()
2175 par->yMin = yMin; in unrotateColumns()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkSphere.cxx83 yMin[0] = yMin[1] = yMin[2] = VTK_FLOAT_MAX; in vtkSphereComputeBoundingSphere()
96 if (p[1] < yMin[1] ) VTK_ASSIGN_POINT(yMin,p); in vtkSphereComputeBoundingSphere()
103 T ySpan = (yMax[0]-yMin[0])*(yMax[0]-yMin[0]) + (yMax[1]-yMin[1])*(yMax[1]-yMin[1]) + in vtkSphereComputeBoundingSphere()
104 (yMax[2]-yMin[2])*(yMax[2]-yMin[2]); in vtkSphereComputeBoundingSphere()
125 VTK_ASSIGN_POINT(d1,yMin); in vtkSphereComputeBoundingSphere()
201 yMin[0] = yMin[1] = yMin[2] = VTK_FLOAT_MAX; in vtkSphereComputeBoundingSphere()
216 if ((s[1]-s[3]) < (yMin[1]-yMin[3]) ) VTK_ASSIGN_SPHERE(yMin,s); in vtkSphereComputeBoundingSphere()
224 T ySpan = (yMax[0]+yMax[3]-yMin[0]-yMin[3])*(yMax[0]+yMax[3]-yMin[0]-yMin[3]) + in vtkSphereComputeBoundingSphere()
225 (yMax[1]+yMax[3]-yMin[1]-yMin[3])*(yMax[1]+yMax[3]-yMin[1]-yMin[3]) + in vtkSphereComputeBoundingSphere()
226 (yMax[2]+yMax[3]-yMin[2]-yMin[3])*(yMax[2]+yMax[3]-yMin[2]-yMin[3]); in vtkSphereComputeBoundingSphere()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkSphere.cxx89 yMin[0] = yMin[1] = yMin[2] = VTK_FLOAT_MAX; in vtkSphereComputeBoundingSphere()
104 if (p[1] < yMin[1]) in vtkSphereComputeBoundingSphere()
105 VTK_ASSIGN_POINT(yMin, p); in vtkSphereComputeBoundingSphere()
115 T ySpan = (yMax[0] - yMin[0]) * (yMax[0] - yMin[0]) + in vtkSphereComputeBoundingSphere()
116 (yMax[1] - yMin[1]) * (yMax[1] - yMin[1]) + (yMax[2] - yMin[2]) * (yMax[2] - yMin[2]); in vtkSphereComputeBoundingSphere()
137 VTK_ASSIGN_POINT(d1, yMin); in vtkSphereComputeBoundingSphere()
218 yMin[0] = yMin[1] = yMin[2] = VTK_FLOAT_MAX; in vtkSphereComputeBoundingSphere()
235 if ((s[1] - s[3]) < (yMin[1] - yMin[3])) in vtkSphereComputeBoundingSphere()
249 ((yMax[0] + yMax[3]) - (yMin[0] - yMin[3])) * ((yMax[0] + yMax[3]) - (yMin[0] - yMin[3])) + in vtkSphereComputeBoundingSphere()
250 ((yMax[1] + yMax[3]) - (yMin[1] - yMin[3])) * ((yMax[1] + yMax[3]) - (yMin[1] - yMin[3])) + in vtkSphereComputeBoundingSphere()
[all …]
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DTextOutputDev.cc394 yMin = child->yMin; in addChild()
478 yMin = ch->yMin; in add()
713 yMin = ch->yMin; in TextWord()
719 yMin = ch->yMin; in TextWord()
2621 par->yMin = yMin; in unrotateColumnsFromZero()
2668 par->yMin = yMin; in unrotateColumnsFromZero()
2721 par->yMin = yMin; in unrotateColumnsFromZero()
2796 par->yMin = yMin; in unrotateColumns()
4523 - (ch->yMin > charLine->yMin ? ch->yMin : charLine->yMin)) in buildSimple2Lines()
4604 yMin = ch->yMin; in buildSimple2Lines()
[all …]
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DTextOutputDev.cc394 yMin = child->yMin; in addChild()
478 yMin = ch->yMin; in add()
713 yMin = ch->yMin; in TextWord()
719 yMin = ch->yMin; in TextWord()
2621 par->yMin = yMin; in unrotateColumnsFromZero()
2668 par->yMin = yMin; in unrotateColumnsFromZero()
2721 par->yMin = yMin; in unrotateColumnsFromZero()
2796 par->yMin = yMin; in unrotateColumns()
4523 - (ch->yMin > charLine->yMin ? ch->yMin : charLine->yMin)) in buildSimple2Lines()
4604 yMin = ch->yMin; in buildSimple2Lines()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/pathops/
H A DSkOpCubicHull.cpp58 size_t yMin = 0; in convexHull() local
60 if (fPts[yMin].fY > fPts[index].fY || (fPts[yMin].fY == fPts[index].fY in convexHull()
62 yMin = index; in convexHull()
65 order[0] = yMin; in convexHull()
70 if (index == yMin) { in convexHull()
76 int mask = other_two(yMin, index); in convexHull()
77 int side1 = yMin ^ mask; in convexHull()
123 yMin = backupYMin; in convexHull()
129 int mask = other_two(yMin, midX); in convexHull()
130 int least = yMin ^ mask; in convexHull()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/pathops/
H A DSkOpCubicHull.cpp58 size_t yMin = 0; in convexHull() local
60 if (fPts[yMin].fY > fPts[index].fY || (fPts[yMin].fY == fPts[index].fY in convexHull()
62 yMin = index; in convexHull()
65 order[0] = yMin; in convexHull()
70 if (index == yMin) { in convexHull()
76 int mask = other_two(yMin, index); in convexHull()
77 int side1 = yMin ^ mask; in convexHull()
123 yMin = backupYMin; in convexHull()
129 int mask = other_two(yMin, midX); in convexHull()
130 int least = yMin ^ mask; in convexHull()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/pathops/
H A DSkOpCubicHull.cpp58 size_t yMin = 0; in convexHull() local
60 if (fPts[yMin].fY > fPts[index].fY || (fPts[yMin].fY == fPts[index].fY in convexHull()
62 yMin = index; in convexHull()
65 order[0] = yMin; in convexHull()
70 if (index == yMin) { in convexHull()
76 int mask = other_two(yMin, index); in convexHull()
77 int side1 = yMin ^ mask; in convexHull()
123 yMin = backupYMin; in convexHull()
129 int mask = other_two(yMin, midX); in convexHull()
130 int least = yMin ^ mask; in convexHull()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/pathops/
H A DSkOpCubicHull.cpp58 size_t yMin = 0; in convexHull() local
60 if (fPts[yMin].fY > fPts[index].fY || (fPts[yMin].fY == fPts[index].fY in convexHull()
62 yMin = index; in convexHull()
65 order[0] = yMin; in convexHull()
70 if (index == yMin) { in convexHull()
76 int mask = other_two(yMin, index); in convexHull()
77 int side1 = yMin ^ mask; in convexHull()
123 yMin = backupYMin; in convexHull()
129 int mask = other_two(yMin, midX); in convexHull()
130 int least = yMin ^ mask; in convexHull()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/pathops/
H A DSkOpCubicHull.cpp58 size_t yMin = 0; in convexHull() local
60 if (fPts[yMin].fY > fPts[index].fY || (fPts[yMin].fY == fPts[index].fY in convexHull()
62 yMin = index; in convexHull()
65 order[0] = yMin; in convexHull()
70 if (index == yMin) { in convexHull()
76 int mask = other_two(yMin, index); in convexHull()
77 int side1 = yMin ^ mask; in convexHull()
123 yMin = backupYMin; in convexHull()
129 int mask = other_two(yMin, midX); in convexHull()
130 int least = yMin ^ mask; in convexHull()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/pathops/
H A DSkOpCubicHull.cpp58 size_t yMin = 0;
60 if (fPts[yMin].fY > fPts[index].fY || (fPts[yMin].fY == fPts[index].fY
62 yMin = index;
65 order[0] = yMin;
70 if (index == yMin) {
76 int mask = other_two(yMin, index);
77 int side1 = yMin ^ mask;
123 yMin = backupYMin;
129 int mask = other_two(yMin, midX);
130 int least = yMin ^ mask;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/pathops/
H A DSkOpCubicHull.cpp58 size_t yMin = 0; in convexHull() local
60 if (fPts[yMin].fY > fPts[index].fY || (fPts[yMin].fY == fPts[index].fY in convexHull()
62 yMin = index; in convexHull()
65 order[0] = yMin; in convexHull()
70 if (index == yMin) { in convexHull()
76 int mask = other_two(yMin, index); in convexHull()
77 int side1 = yMin ^ mask; in convexHull()
123 yMin = backupYMin; in convexHull()
129 int mask = other_two(yMin, midX); in convexHull()
130 int least = yMin ^ mask; in convexHull()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/pathops/
H A DSkOpCubicHull.cpp58 size_t yMin = 0; in convexHull() local
60 if (fPts[yMin].fY > fPts[index].fY || (fPts[yMin].fY == fPts[index].fY in convexHull()
62 yMin = index; in convexHull()
65 order[0] = yMin; in convexHull()
70 if (index == yMin) { in convexHull()
76 int mask = other_two(yMin, index); in convexHull()
77 int side1 = yMin ^ mask; in convexHull()
123 yMin = backupYMin; in convexHull()
129 int mask = other_two(yMin, midX); in convexHull()
130 int least = yMin ^ mask; in convexHull()
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DBounds.cpp44 return xMin() <= xMax() && yMin() <= yMax(); in isValid()
52 x >= xMin() && x <= xMax() && y >= yMin() && y <= yMax(); in contains()
61 yMin() <= rhs.yMin() && yMax() >= rhs.yMax(); in contains()
92 u.yMin() = yMin() >= rhs.yMin() && yMin() <= rhs.yMax() ? yMin() : rhs.yMin(); in unionWith()
93 u.yMax() = yMax() >= rhs.yMin() && yMax() <= rhs.yMax() ? yMax() : rhs.yMax(); in unionWith()
115 ymin = ( yMin() > rhs.yMin() && yMin() < rhs.yMax() ) ? yMin() : rhs.yMin(); in intersectionWith()
116 ymax = ( yMax() > rhs.yMin() && yMax() < rhs.yMax() ) ? yMax() : rhs.yMax(); in intersectionWith()
128 return yMax()-yMin(); in height()
144 return (center2d() - osg::Vec2d(xMin(),yMin())).length(); in radius2d()
155 … return Stringify() << "(" << xMin() << "," << yMin() << " => " << xMax() << "," << yMax() << ")"; in toString()
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkSphere.cxx83 yMin[0] = yMin[1] = yMin[2] = VTK_FLOAT_MAX; in vtkSphereComputeBoundingSphere()
96 if (p[1] < yMin[1] ) VTK_ASSIGN_POINT(yMin,p); in vtkSphereComputeBoundingSphere()
103 T ySpan = (yMax[0]-yMin[0])*(yMax[0]-yMin[0]) + (yMax[1]-yMin[1])*(yMax[1]-yMin[1]) + in vtkSphereComputeBoundingSphere()
104 (yMax[2]-yMin[2])*(yMax[2]-yMin[2]); in vtkSphereComputeBoundingSphere()
125 VTK_ASSIGN_POINT(d1,yMin); in vtkSphereComputeBoundingSphere()
201 yMin[0] = yMin[1] = yMin[2] = yMin[3] = VTK_FLOAT_MAX; in vtkSphereComputeBoundingSphere()
215 if ((s[1]-s[3]) < yMin[1] ) VTK_ASSIGN_SPHERE(yMin,s); in vtkSphereComputeBoundingSphere()
223 T ySpan = (yMax[0]+yMax[3]-yMin[0]-yMin[3])*(yMax[0]+yMax[3]-yMin[0]-yMin[3]) + in vtkSphereComputeBoundingSphere()
224 (yMax[1]+yMax[3]-yMin[1]-yMin[3])*(yMax[1]+yMax[3]-yMin[1]-yMin[3]) + in vtkSphereComputeBoundingSphere()
225 (yMax[2]+yMax[3]-yMin[2]-yMin[3])*(yMax[2]+yMax[3]-yMin[2]-yMin[3]); in vtkSphereComputeBoundingSphere()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/splash/
H A DSplashXPathScanner.cc68 xMin = yMin = 1; in SplashXPathScanner()
113 yMin = clipYMin; in SplashXPathScanner()
125 interY = yMin - 1; in SplashXPathScanner()
254 if (yMin > yMax) { in computeIntersections()
281 if (y0 < yMin) { in computeIntersections()
282 y0 = yMin; in computeIntersections()
302 if (y0 < yMin) { in computeIntersections()
303 y0 = yMin; in computeIntersections()
338 inter[y - yMin] = i; in computeIntersections()
388 if (yMin <= yMax) { in renderAALine()
[all …]
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplashXPathScanner.cc68 xMin = yMin = 1; in SplashXPathScanner()
113 yMin = clipYMin; in SplashXPathScanner()
125 interY = yMin - 1; in SplashXPathScanner()
254 if (yMin > yMax) { in computeIntersections()
281 if (y0 < yMin) { in computeIntersections()
282 y0 = yMin; in computeIntersections()
302 if (y0 < yMin) { in computeIntersections()
303 y0 = yMin; in computeIntersections()
338 inter[y - yMin] = i; in computeIntersections()
388 if (yMin <= yMax) { in renderAALine()
[all …]
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/splash/
H A DSplashXPathScanner.cc68 xMin = yMin = 1; in SplashXPathScanner()
113 yMin = clipYMin; in SplashXPathScanner()
125 interY = yMin - 1; in SplashXPathScanner()
254 if (yMin > yMax) { in computeIntersections()
281 if (y0 < yMin) { in computeIntersections()
282 y0 = yMin; in computeIntersections()
302 if (y0 < yMin) { in computeIntersections()
303 y0 = yMin; in computeIntersections()
338 inter[y - yMin] = i; in computeIntersections()
388 if (yMin <= yMax) { in renderAALine()
[all …]

12345678910>>...154